@charset "UTF-8";
/*cursor input*/
/* fontawesome */
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
/* RESPONSIVE */
/* keyframes */
/* Safari and Chrome */
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clignote {
  0% {
    opacity: 0.8;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.btn {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
}
.btn.btnIcon {
  display: flex;
  align-items: center;
}
.btn--raised--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--primary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--raised--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--secondary .mat-badge-content {
  background-color: #1976d2;
}
.btn--raised--primary.disabled, .btn--raised--primary:disabled, .btn--raised--primary:hover.disabled, .btn--raised--primary:hover:disabled, .btn--raised--primary:focus.disabled, .btn--raised--primary:focus:disabled, .btn--raised--secondary.disabled, .btn--raised--secondary:disabled, .btn--raised--secondary:hover.disabled, .btn--raised--secondary:hover:disabled, .btn--raised--secondary:focus.disabled, .btn--raised--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--raised--round--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--primary.disabled, .btn--raised--round--primary:disabled, .btn--raised--round--primary:hover.disabled, .btn--raised--round--primary:hover:disabled, .btn--raised--round--primary:focus.disabled, .btn--raised--round--primary:focus:disabled, .btn--raised--round--secondary.disabled, .btn--raised--round--secondary:disabled, .btn--raised--round--secondary:hover.disabled, .btn--raised--round--secondary:hover:disabled, .btn--raised--round--secondary:focus.disabled, .btn--raised--round--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--outline--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #1976d2;
  color: #1976d2;
}
.btn--outline--primary:hover {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--outline--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--outline--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #00b7d3;
  color: #00b7d3;
}
.btn--outline--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--outline--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--outline--primary.disabled, .btn--outline--primary:disabled, .btn--outline--primary:hover.disabled, .btn--outline--primary:hover:disabled, .btn--outline--primary:focus.disabled, .btn--outline--primary:focus:disabled, .btn--outline--secondary.disabled, .btn--outline--secondary:disabled, .btn--outline--secondary:hover.disabled, .btn--outline--secondary:hover:disabled, .btn--outline--secondary:focus.disabled, .btn--outline--secondary:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
  border-color: #949494 !important;
}
.btn--normal--primary {
  color: #1976d2;
}
.btn--normal--primary:hover, .btn--normal--primary:focus {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--normal--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--normal--secondary {
  color: #00b7d3;
}
.btn--normal--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--normal--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--normal--error {
  color: #a50000;
}
.btn--normal--error:hover {
  background-color: rgba(165, 0, 0, 0.05);
  color: #a50000;
}
.btn--normal--error .mat-badge-content {
  background-color: #a50000;
}
.btn--normal--primary.disabled, .btn--normal--primary:disabled, .btn--normal--primary:hover.disabled, .btn--normal--primary:hover:disabled, .btn--normal--primary:focus.disabled, .btn--normal--primary:focus:disabled, .btn--normal--secondary.disabled, .btn--normal--secondary:disabled, .btn--normal--secondary:hover.disabled, .btn--normal--secondary:hover:disabled, .btn--normal--secondary:focus.disabled, .btn--normal--secondary:focus:disabled, .btn--normal--error.disabled, .btn--normal--error:disabled, .btn--normal--error:hover.disabled, .btn--normal--error:hover:disabled, .btn--normal--error:focus.disabled, .btn--normal--error:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
}

/* GLOBAL */
.mat-form-field.input100 {
  width: 100%;
}
.mat-form-field.input70 {
  width: 70%;
}
.mat-form-field.input50 {
  width: 50%;
}
.mat-form-field.input49 {
  width: 49%;
}
.mat-form-field.input33 {
  width: 33%;
}
.mat-form-field.input32 {
  width: 32%;
}
.mat-form-field.input30 {
  width: 30%;
}
.mat-form-field.input29 {
  width: 29%;
}
.mat-form-field.input20 {
  width: 20%;
}
.mat-form-field.onError .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
.mat-form-field.onError .jb-error-mess {
  color: #a50000;
}
.mat-form-field.readonly {
  opacity: 0.5;
  cursor: initial;
}
.mat-form-field.readonly input {
  cursor: initial;
}
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}

/*select*/
.jb-arrow-select {
  position: absolute;
  right: 12px;
  top: 17px;
  color: rgba(0, 0, 0, 0.18);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*.jb-text-field général*/
body .jb-text-field {
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
body .jb-text-field input:required {
  box-shadow: none;
}
body .jb-text-field + .jb-error-mess,
body .jb-text-field .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}
body .jb-text-field.matInside {
  position: relative;
  margin: 0;
}
body .jb-text-field.matInside .mat-form-field {
  width: 100%;
}
body .jb-text-field.matInside.onError .mat-form-field .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body .jb-text-field.matInside + .jb-error-mess,
body .jb-text-field.matInside .jb-error-mess {
  background-color: rgb(236, 236, 236);
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 5px;
}
body .jb-text-field.matInside + .jb-error-mess:after,
body .jb-text-field.matInside .jb-error-mess:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(236, 236, 236) transparent;
}

/*avec bordure*/
.outline:not(.matInside) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  width: 100%;
}
.outline:not(.matInside) .input,
.outline:not(.matInside) .ng2-flatpickr-input {
  padding: 12px;
  caret-color: #1976d2;
  border: none !important;
  background-color: transparent;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.outline:not(.matInside) .input option,
.outline:not(.matInside) .ng2-flatpickr-input option {
  padding: 10px;
}
.outline:not(.matInside) .input.date,
.outline:not(.matInside) .ng2-flatpickr-input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input.date:before,
.outline:not(.matInside) .ng2-flatpickr-input.date:before {
  content: "";
  background: var(--wpr-bg-b61d7a8d-041b-4473-bb71-792af67977f9);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.outline:not(.matInside) .input.date + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.outline:not(.matInside) .icone {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: rgba(0, 0, 0, 0.4);
}
.outline:not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-leading {
  border: 1px solid;
  border-right: none;
  width: 12px;
  border-radius: 4px 0 0 4px;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-cut {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  max-width: calc(100% - 24px);
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-bottom {
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-floating-label {
  position: relative;
  font-size: 1rem;
  top: 14px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input:focus,
.outline:not(.matInside) .input:active,
.outline:not(.matInside) .ng2-flatpickr-input.active {
  outline: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut {
  border-top: none;
  border-bottom: 2px solid #1976d2;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading, .outline:not(.matInside) .input:focus + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom, .outline:not(.matInside) .input:focus + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-bottom {
  border: 2px solid #1976d2;
  border-left: none;
}
.outline:not(.matInside) .input:focus + .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label {
  top: 3px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .input:active + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label + .jb-border-underline {
  transform: scaleX(1);
}
.outline:not(.matInside) .date:focus,
.outline:not(.matInside) .date:active,
.outline:not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .date:focus + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:active + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}
.outline:not(.matInside) .ng2-flatpickr-input.active,
.outline:not(.matInside) .ng2-flatpickr-input.select,
.outline:not(.matInside) .flatpickr-mobile.active,
.outline:not(.matInside) .flatpickr-mobile.select {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-floating-label {
  left: 0;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty .ng2-flatpickr-input {
  padding-left: 40px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-floating-label {
  left: 0 !important;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  font-size: 12px;
}

/*sans bordure*/
.jb-text-field:not(.outline):not(.matInside) {
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
.jb-text-field:not(.outline):not(.matInside) .input {
  border: none;
  border-radius: 4px;
  caret-color: #1976d2;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 12px 0 12px;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jb-text-field:not(.outline):not(.matInside) .input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .input.date:before {
  content: "";
  background: var(--wpr-bg-b9ad5dc7-d8c1-4065-ad51-c64ecb8b0460);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.jb-text-field:not(.outline):not(.matInside) .input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-leading {
  display: none;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut {
  max-width: calc(100% - 24px);
  height: 100%;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut .jb-floating-label {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.4);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border-bottom {
  border-bottom: 2px solid;
  border-color: #1976d2;
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: scaleX(0);
}
.jb-text-field:not(.outline):not(.matInside) .input:active,
.jb-text-field:not(.outline):not(.matInside) .input:focus {
  outline: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-floating-label {
  color: #1976d2;
  font-size: 12px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-bottom {
  transform: scaleX(1);
}
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-border .jb-floating-label {
  padding-top: 4px;
  font-size: 12px;
}
.jb-text-field:not(.outline):not(.matInside) .date:focus,
.jb-text-field:not(.outline):not(.matInside) .date:active,
.jb-text-field:not(.outline):not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.jb-text-field:not(.outline):not(.matInside) .date:focus + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}

.inputFile {
  border: 0 !important;
}
.inputFile .input {
  opacity: 0;
}
.inputFile .jb-design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #1976d2;
  background-color: rgba(0, 183, 211, 0);
  animation: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputFile .jb-design .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #1976d2;
  text-align: center;
}
.inputFile .jb-design .content .material-icons {
  width: 100%;
  font-size: 26px;
}
.inputFile .jb-design .content span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
.inputFile .input:hover {
  cursor: pointer;
}
.inputFile .input:hover + .jb-design {
  background-color: rgba(0, 183, 211, 0.2);
}

/* Material checkbox */
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1976d2;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}
.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}

/* input text */
.mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*-Switch-*/
.switch {
  position: relative;
  display: flex;
  align-items: center;
}
.switch .jb-switch {
  width: 35px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.switch label {
  margin-left: 10px;
  cursor: pointer;
}
.switch .jb-switch-design {
  position: absolute;
  width: 35px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  top: 9px;
  z-index: 0;
}
.switch .jb-switch-design:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: -4px;
  background-color: #666666;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch-design:after {
  content: "";
  position: absolute;
  z-index: -9;
  left: -4px;
  right: auto;
  top: -9px;
  background-color: #1976d2;
  height: 30px;
  width: 30px;
  opacity: 0;
  transform: scale(0);
  border-radius: 15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 15px;
  background-color: #1976d2;
}
.switch .jb-switch:checked + label + .jb-switch-design:after {
  left: 10px;
  opacity: 0.4;
  transform: scale(1);
}

/*-Radio-*/
.radio {
  position: relative;
  display: flex;
  align-items: center;
}
.radio .jb-radio {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.radio .jb-switch-design {
  width: 20px;
  height: 20px;
  border: 1px solid #1976d2;
  border-radius: 15px;
  position: absolute;
}
.radio .jb-switch-design:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #1976d2;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio .jb-radio:checked + .jb-switch-design:after {
  transform: scale(1);
}
.radio + .jb-error-mess, .radio .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.subtitle {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}

.body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.metadonnee {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.test {
  width: 60%;
  margin: 50px auto;
  font-family: "Roboto", sans-serif;
  overflow: visible;
}

/*- Checkbox-*/
.checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checkbox .containerCheckbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 11px;
  line-height: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.checkbox .jb-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  z-index: 9;
  opacity: 0;
}
.checkbox .jb-checkbox-bg {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 11px;
  left: 11px;
  right: auto;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox .jb-checkbox-bg:after {
  content: "";
}
.checkbox .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox-bg svg .st1 {
  fill: transparent;
}
.checkbox .jb-checkbox-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1976d2;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -9;
}
.checkbox label {
  vertical-align: middle;
  width: calc(100% - 50px);
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg {
  background-color: #1976d2;
  border-color: #1976d2;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg {
  position: absolute;
  top: 0;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st1 {
  fill: #ffffff;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg + .jb-checkbox-pulse {
  animation: pulse 0.3s ease;
}
.checkbox + .jb-error-mess, .checkbox .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 0.4;
    transform: scale(1);
  }
  75% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.chips.--primary {
  --theme: #1976d2;
}
.chips.--secondary {
  --theme: #00b7d3;
}
.chips.--rounded {
  --round: 50px;
}

.chips {
  padding: 4px 8px;
  background-color: rgba(148, 148, 148, 0.7);
  color: rgba(0, 0, 0, 0.6);
  border-radius: var(--round);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.chips i {
  color: rgba(0, 0, 0, 0.6);
}
.chips:hover {
  color: var(--theme);
  background-color: rgba(148, 148, 148, 0.5);
}
.chips:hover i {
  color: var(--theme);
}

.blockedByLoader {
  position: relative;
}
.blockedByLoader .blockingLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader1 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1.fixed {
  position: fixed;
}
.loader1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1 .loadElement:first-child {
  margin-right: 5px;
}

.loader1_1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1_1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1_1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1_1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1_1 .loadElement:first-child {
  margin-right: 5px;
}

.loader2 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader2 .loadElement {
  height: 45px;
  width: 45px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6) transparent;
  border-radius: 50%;
  animation: rotate linear 2s infinite, opacity linear 1s infinite alternate;
}
.loader2 .loadElement:after {
  content: "";
  height: 30px;
  width: 30px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: transparent rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  animation: rotate linear 1s infinite, opacity linear 500ms infinite alternate;
}
.loader2 .loadElement:first-child {
  margin-right: 5px;
}

.loader3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #1976d2;
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
.loader3 .loadElement:not(:last-child) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 6px;
  animation: loadBef 1250ms infinite;
}

.loaderNotFixed {
  display: block;
  position: relative;
  transform: none;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}
.loaderNotFixed .loadElement {
  display: inline-block;
}
.loaderNotFixed .loadElement::before, .loaderNotFixed .loadElement::after {
  display: inline-block;
}

.bgLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgLoader .loader1 {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: sticky;
  top: 50%;
  bottom: 50%;
}

@keyframes bounce {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
/*material*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-body-2, .mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body-1 p, .mat-body p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-caption, .mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle, .mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-content, .mat-card-subtitle {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-remove.mat-icon, .mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
  font-size: 14px;
}

.mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.mat-radio-button, .mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: 400;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item, .mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-nested-tree-node, .mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: 0 !important;
}

.mat-focus-indicator, .mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-active, .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled), .mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox:after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}

.mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate, .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  color: #fff;
  background: #3f51b5;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: #fff;
}

.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mat-badge-content._mat-animation-noopable, .ng-animate-disabled .mat-badge-content {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}

.mat-button.mat-accent.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-button.mat-primary.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: initial;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: #000;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-fab, .mat-flat-button, .mat-mini-fab, .mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.mat-fab.mat-accent, .mat-fab.mat-primary, .mat-fab.mat-warn, .mat-flat-button.mat-accent, .mat-flat-button.mat-primary, .mat-flat-button.mat-warn, .mat-mini-fab.mat-accent, .mat-mini-fab.mat-primary, .mat-mini-fab.mat-warn, .mat-raised-button.mat-accent, .mat-raised-button.mat-primary, .mat-raised-button.mat-warn {
  color: #fff;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-fab.mat-primary, .mat-flat-button.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
  background-color: #3f51b5;
}

.mat-fab.mat-accent, .mat-flat-button.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
  background-color: #ff4081;
}

.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
  background-color: #f44336;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-accent .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-flat-button.mat-accent .mat-ripple-element, .mat-flat-button.mat-primary .mat-ripple-element, .mat-flat-button.mat-warn .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-flat-button:not([class*=mat-elevation-z]), .mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group, .mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background, .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: #000;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:after {
  background: #000;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-table {
  background: #fff;
}

.mat-table-sticky, .mat-table tbody, .mat-table tfoot, .mat-table thead, [mat-footer-row], [mat-header-row], [mat-row], mat-footer-row, mat-header-row, mat-row {
  background: inherit;
}

mat-footer-row, mat-header-row, mat-row, td.mat-cell, td.mat-footer-cell, th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content, .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .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, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.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);
}

.mat-calendar-body-in-range:before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start:before, [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-comparison-bridge-end:before, [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: rgba(255, 64, 129, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: rgba(244, 67, 54, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .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) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-indicator:after, .mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label, .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
  color: #3f51b5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
  color: #ff4081;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .mat-form-field.mat-form-field-invalid .mat-form-field-label, .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label, .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
  background-color: initial;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #3f51b5;
}

.mat-icon.mat-accent {
  color: #ff4081;
}

.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #3f51b5;
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}

.mat-form-field-invalid .mat-input-element, .mat-form-field.mat-warn .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
  color: #f44336;
}

.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eee;
}

.mat-action-list .mat-list-item:focus, .mat-action-list .mat-list-item:hover, .mat-list-option:focus, .mat-list-option:hover, .mat-nav-list .mat-list-item:focus, .mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:focus, .mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: #fff;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled], .mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item-submenu-trigger:after, .mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item-highlighted:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: #fff;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first, .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c5cae9;
}

.mat-progress-bar-buffer {
  background-color: #c5cae9;
}

.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary .mat-radio-inner-circle, .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn .mat-radio-inner-circle, .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: #000;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: #fff;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow, .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer, .mat-drawer.mat-drawer-push {
  background-color: #fff;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end, [dir=rtl] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}

.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label, .mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}

.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}

.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}

.mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label, .mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.cdk-focused .mat-slider-track-background, .mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill, .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: initial;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(90deg, 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);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: #fff;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: initial;
  color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #fff;
}

.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header:after, .mat-horizontal-stepper-header:before, .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
  padding: 24px;
}

.mat-stepper-vertical-line:before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before, .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-header, .mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-header, .mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #3f51b5;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #ff4081;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}

.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}

.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}

.mat-toolbar .mat-focused .mat-form-field-ripple, .mat-toolbar .mat-form-field-ripple, .mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}

.mat-toolbar .mat-focused .mat-form-field-label, .mat-toolbar .mat-form-field-label, .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .mat-toolbar .mat-select-arrow, .mat-toolbar .mat-select-value {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: #fff;
}

.mat-nested-tree-node, .mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #ff4081;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body .mat-list-base .mat-list-item,
body .mat-list-base .mat-list-option {
  height: initial;
}
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .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(25, 118, 210, 0.3);
}
body .mat-calendar-body-selected {
  background-color: #1976d2;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #1976d2;
}
body .mat-form-field input {
  border: none !important;
  padding: initial !important;
  color: #1976d2;
}
body .mat-form-field label {
  color: #1976d2;
}
body .mat-form-field .mat-form-field-outline > div {
  border-color: #1976d2;
}
body .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #1976d2;
}
body .mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}
body .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1976d2;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #689f38;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(104, 159, 56, 0.5);
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1976d2;
}
body .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #1976d2;
}
body .mat-tab-group.mat-primary .mat-ink-bar,
body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #1976d2;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1976d2;
}

.material-icons[type=button],
.closePopup .material-icons {
  cursor: pointer;
}

.mat-datepicker-toggle [type=button]:focus,
.mat-datepicker-toggle [type=button]:hover,
.mat-datepicker-toggle [type=submit]:focus,
.mat-datepicker-toggle [type=submit]:hover,
.mat-datepicker-toggle button:focus,
.mat-datepicker-toggle button:hover {
  color: initial;
  background-color: initial;
}

.mat-datepicker-toggle-active {
  color: #1976d2;
}

.mat-select-value-text {
  color: #1976d2;
}

.mat-select-arrow {
  color: #1976d2;
}

.mat-form-field textarea {
  border: none !important;
}

.mat-radio-group .mat-radio-button {
  margin-right: 10px;
}

/* Leaflet */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(https://jbsurf.blob.core.windows.net/fichiers/angular/elements/css/../node_modules/leaflet/dist/images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: var(--wpr-bg-718c1594-daab-4bac-afb4-e5e0a141602e);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: var(--wpr-bg-ea5f54c8-8210-44e2-88c2-d330a6bfa9e4);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/* PAGES */
/*--- GLOBAL ---*/
/*-----------------------*/
/*--- SCSS GLOBAL ---*/
/*-----------------------*/
/*cursor input*/
/* fontawesome */
/* RESPONSIVE */
/* keyframes */
/* Safari and Chrome */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clignote {
  0% {
    opacity: 0.8;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.btn {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
}
.btn.btnIcon {
  display: flex;
  align-items: center;
}
.btn--raised--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--primary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--raised--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--secondary .mat-badge-content {
  background-color: #1976d2;
}
.btn--raised--primary.disabled, .btn--raised--primary:disabled, .btn--raised--primary:hover.disabled, .btn--raised--primary:hover:disabled, .btn--raised--primary:focus.disabled, .btn--raised--primary:focus:disabled, .btn--raised--secondary.disabled, .btn--raised--secondary:disabled, .btn--raised--secondary:hover.disabled, .btn--raised--secondary:hover:disabled, .btn--raised--secondary:focus.disabled, .btn--raised--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--raised--round--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--primary.disabled, .btn--raised--round--primary:disabled, .btn--raised--round--primary:hover.disabled, .btn--raised--round--primary:hover:disabled, .btn--raised--round--primary:focus.disabled, .btn--raised--round--primary:focus:disabled, .btn--raised--round--secondary.disabled, .btn--raised--round--secondary:disabled, .btn--raised--round--secondary:hover.disabled, .btn--raised--round--secondary:hover:disabled, .btn--raised--round--secondary:focus.disabled, .btn--raised--round--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--outline--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #1976d2;
  color: #1976d2;
}
.btn--outline--primary:hover {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--outline--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--outline--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #00b7d3;
  color: #00b7d3;
}
.btn--outline--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--outline--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--outline--primary.disabled, .btn--outline--primary:disabled, .btn--outline--primary:hover.disabled, .btn--outline--primary:hover:disabled, .btn--outline--primary:focus.disabled, .btn--outline--primary:focus:disabled, .btn--outline--secondary.disabled, .btn--outline--secondary:disabled, .btn--outline--secondary:hover.disabled, .btn--outline--secondary:hover:disabled, .btn--outline--secondary:focus.disabled, .btn--outline--secondary:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
  border-color: #949494 !important;
}
.btn--normal--primary {
  color: #1976d2;
}
.btn--normal--primary:hover, .btn--normal--primary:focus {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--normal--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--normal--secondary {
  color: #00b7d3;
}
.btn--normal--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--normal--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--normal--error {
  color: #a50000;
}
.btn--normal--error:hover {
  background-color: rgba(165, 0, 0, 0.05);
  color: #a50000;
}
.btn--normal--error .mat-badge-content {
  background-color: #a50000;
}
.btn--normal--primary.disabled, .btn--normal--primary:disabled, .btn--normal--primary:hover.disabled, .btn--normal--primary:hover:disabled, .btn--normal--primary:focus.disabled, .btn--normal--primary:focus:disabled, .btn--normal--secondary.disabled, .btn--normal--secondary:disabled, .btn--normal--secondary:hover.disabled, .btn--normal--secondary:hover:disabled, .btn--normal--secondary:focus.disabled, .btn--normal--secondary:focus:disabled, .btn--normal--error.disabled, .btn--normal--error:disabled, .btn--normal--error:hover.disabled, .btn--normal--error:hover:disabled, .btn--normal--error:focus.disabled, .btn--normal--error:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
}

/* GLOBAL */
.mat-form-field.input100 {
  width: 100%;
}
.mat-form-field.input70 {
  width: 70%;
}
.mat-form-field.input50 {
  width: 50%;
}
.mat-form-field.input49 {
  width: 49%;
}
.mat-form-field.input33 {
  width: 33%;
}
.mat-form-field.input32 {
  width: 32%;
}
.mat-form-field.input30 {
  width: 30%;
}
.mat-form-field.input29 {
  width: 29%;
}
.mat-form-field.input20 {
  width: 20%;
}
.mat-form-field.onError .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
.mat-form-field.onError .jb-error-mess {
  color: #a50000;
}
.mat-form-field.readonly {
  opacity: 0.5;
  cursor: initial;
}
.mat-form-field.readonly input {
  cursor: initial;
}
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}

/*select*/
.jb-arrow-select {
  position: absolute;
  right: 12px;
  top: 17px;
  color: rgba(0, 0, 0, 0.18);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*.jb-text-field général*/
body .jb-text-field {
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
body .jb-text-field input:required {
  box-shadow: none;
}
body .jb-text-field + .jb-error-mess,
body .jb-text-field .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}
body .jb-text-field.matInside {
  position: relative;
  margin: 0;
}
body .jb-text-field.matInside .mat-form-field {
  width: 100%;
}
body .jb-text-field.matInside.onError .mat-form-field .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body .jb-text-field.matInside + .jb-error-mess,
body .jb-text-field.matInside .jb-error-mess {
  background-color: rgb(236, 236, 236);
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 5px;
}
body .jb-text-field.matInside + .jb-error-mess:after,
body .jb-text-field.matInside .jb-error-mess:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(236, 236, 236) transparent;
}

/*avec bordure*/
.outline:not(.matInside) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  width: 100%;
}
.outline:not(.matInside) .input,
.outline:not(.matInside) .ng2-flatpickr-input {
  padding: 12px;
  caret-color: #1976d2;
  border: none !important;
  background-color: transparent;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.outline:not(.matInside) .input option,
.outline:not(.matInside) .ng2-flatpickr-input option {
  padding: 10px;
}
.outline:not(.matInside) .input.date,
.outline:not(.matInside) .ng2-flatpickr-input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input.date:before,
.outline:not(.matInside) .ng2-flatpickr-input.date:before {
  content: "";
  background: var(--wpr-bg-b61d7a8d-041b-4473-bb71-792af67977f9);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.outline:not(.matInside) .input.date + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.outline:not(.matInside) .icone {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: rgba(0, 0, 0, 0.4);
}
.outline:not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-leading {
  border: 1px solid;
  border-right: none;
  width: 12px;
  border-radius: 4px 0 0 4px;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-cut {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  max-width: calc(100% - 24px);
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-bottom {
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-floating-label {
  position: relative;
  font-size: 1rem;
  top: 14px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input:focus,
.outline:not(.matInside) .input:active,
.outline:not(.matInside) .ng2-flatpickr-input.active {
  outline: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut {
  border-top: none;
  border-bottom: 2px solid #1976d2;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading, .outline:not(.matInside) .input:focus + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom, .outline:not(.matInside) .input:focus + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-bottom {
  border: 2px solid #1976d2;
  border-left: none;
}
.outline:not(.matInside) .input:focus + .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label {
  top: 3px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .input:active + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label + .jb-border-underline {
  transform: scaleX(1);
}
.outline:not(.matInside) .date:focus,
.outline:not(.matInside) .date:active,
.outline:not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .date:focus + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:active + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}
.outline:not(.matInside) .ng2-flatpickr-input.active,
.outline:not(.matInside) .ng2-flatpickr-input.select,
.outline:not(.matInside) .flatpickr-mobile.active,
.outline:not(.matInside) .flatpickr-mobile.select {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-floating-label {
  left: 0;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty .ng2-flatpickr-input {
  padding-left: 40px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-floating-label {
  left: 0 !important;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  font-size: 12px;
}

/*sans bordure*/
.jb-text-field:not(.outline):not(.matInside) {
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
.jb-text-field:not(.outline):not(.matInside) .input {
  border: none;
  border-radius: 4px;
  caret-color: #1976d2;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 12px 0 12px;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jb-text-field:not(.outline):not(.matInside) .input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .input.date:before {
  content: "";
  background: var(--wpr-bg-b9ad5dc7-d8c1-4065-ad51-c64ecb8b0460);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.jb-text-field:not(.outline):not(.matInside) .input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-leading {
  display: none;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut {
  max-width: calc(100% - 24px);
  height: 100%;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut .jb-floating-label {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.4);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border-bottom {
  border-bottom: 2px solid;
  border-color: #1976d2;
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: scaleX(0);
}
.jb-text-field:not(.outline):not(.matInside) .input:active,
.jb-text-field:not(.outline):not(.matInside) .input:focus {
  outline: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-floating-label {
  color: #1976d2;
  font-size: 12px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-bottom {
  transform: scaleX(1);
}
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-border .jb-floating-label {
  padding-top: 4px;
  font-size: 12px;
}
.jb-text-field:not(.outline):not(.matInside) .date:focus,
.jb-text-field:not(.outline):not(.matInside) .date:active,
.jb-text-field:not(.outline):not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.jb-text-field:not(.outline):not(.matInside) .date:focus + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}

.inputFile {
  border: 0 !important;
}
.inputFile .input {
  opacity: 0;
}
.inputFile .jb-design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #1976d2;
  background-color: rgba(0, 183, 211, 0);
  animation: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputFile .jb-design .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #1976d2;
  text-align: center;
}
.inputFile .jb-design .content .material-icons {
  width: 100%;
  font-size: 26px;
}
.inputFile .jb-design .content span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
.inputFile .input:hover {
  cursor: pointer;
}
.inputFile .input:hover + .jb-design {
  background-color: rgba(0, 183, 211, 0.2);
}

/* Material checkbox */
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1976d2;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}
.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}

/* input text */
.mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*-Switch-*/
.switch {
  position: relative;
  display: flex;
  align-items: center;
}
.switch .jb-switch {
  width: 35px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.switch label {
  margin-left: 10px;
  cursor: pointer;
}
.switch .jb-switch-design {
  position: absolute;
  width: 35px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  top: 9px;
  z-index: 0;
}
.switch .jb-switch-design:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: -4px;
  background-color: #666666;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch-design:after {
  content: "";
  position: absolute;
  z-index: -9;
  left: -4px;
  right: auto;
  top: -9px;
  background-color: #1976d2;
  height: 30px;
  width: 30px;
  opacity: 0;
  transform: scale(0);
  border-radius: 15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 15px;
  background-color: #1976d2;
}
.switch .jb-switch:checked + label + .jb-switch-design:after {
  left: 10px;
  opacity: 0.4;
  transform: scale(1);
}

/*-Radio-*/
.radio {
  position: relative;
  display: flex;
  align-items: center;
}
.radio .jb-radio {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.radio .jb-switch-design {
  width: 20px;
  height: 20px;
  border: 1px solid #1976d2;
  border-radius: 15px;
  position: absolute;
}
.radio .jb-switch-design:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #1976d2;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio .jb-radio:checked + .jb-switch-design:after {
  transform: scale(1);
}
.radio + .jb-error-mess, .radio .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.subtitle {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}

.body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.metadonnee {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.test {
  width: 60%;
  margin: 50px auto;
  font-family: "Roboto", sans-serif;
  overflow: visible;
}

/*- Checkbox-*/
.checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checkbox .containerCheckbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 11px;
  line-height: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.checkbox .jb-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  z-index: 9;
  opacity: 0;
}
.checkbox .jb-checkbox-bg {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 11px;
  left: 11px;
  right: auto;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox .jb-checkbox-bg:after {
  content: "";
}
.checkbox .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox-bg svg .st1 {
  fill: transparent;
}
.checkbox .jb-checkbox-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1976d2;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -9;
}
.checkbox label {
  vertical-align: middle;
  width: calc(100% - 50px);
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg {
  background-color: #1976d2;
  border-color: #1976d2;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg {
  position: absolute;
  top: 0;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st1 {
  fill: #ffffff;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg + .jb-checkbox-pulse {
  animation: pulse 0.3s ease;
}
.checkbox + .jb-error-mess, .checkbox .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 0.4;
    transform: scale(1);
  }
  75% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.chips.--primary {
  --theme: #1976d2;
}
.chips.--secondary {
  --theme: #00b7d3;
}
.chips.--rounded {
  --round: 50px;
}

.chips {
  padding: 4px 8px;
  background-color: rgba(148, 148, 148, 0.7);
  color: rgba(0, 0, 0, 0.6);
  border-radius: var(--round);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.chips i {
  color: rgba(0, 0, 0, 0.6);
}
.chips:hover {
  color: var(--theme);
  background-color: rgba(148, 148, 148, 0.5);
}
.chips:hover i {
  color: var(--theme);
}

.blockedByLoader {
  position: relative;
}
.blockedByLoader .blockingLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader1 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1.fixed {
  position: fixed;
}
.loader1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1 .loadElement:first-child {
  margin-right: 5px;
}

.loader1_1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1_1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1_1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1_1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1_1 .loadElement:first-child {
  margin-right: 5px;
}

.loader2 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader2 .loadElement {
  height: 45px;
  width: 45px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6) transparent;
  border-radius: 50%;
  animation: rotate linear 2s infinite, opacity linear 1s infinite alternate;
}
.loader2 .loadElement:after {
  content: "";
  height: 30px;
  width: 30px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: transparent rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  animation: rotate linear 1s infinite, opacity linear 500ms infinite alternate;
}
.loader2 .loadElement:first-child {
  margin-right: 5px;
}

.loader3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #1976d2;
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
.loader3 .loadElement:not(:last-child) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 6px;
  animation: loadBef 1250ms infinite;
}

.loaderNotFixed {
  display: block;
  position: relative;
  transform: none;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}
.loaderNotFixed .loadElement {
  display: inline-block;
}
.loaderNotFixed .loadElement::before, .loaderNotFixed .loadElement::after {
  display: inline-block;
}

.bgLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgLoader .loader1 {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: sticky;
  top: 50%;
  bottom: 50%;
}

@keyframes bounce {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
/*material*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-body-2, .mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body-1 p, .mat-body p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-caption, .mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle, .mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-content, .mat-card-subtitle {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-remove.mat-icon, .mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
  font-size: 14px;
}

.mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.mat-radio-button, .mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: 400;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item, .mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-nested-tree-node, .mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: 0 !important;
}

.mat-focus-indicator, .mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-active, .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled), .mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox:after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}

.mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate, .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  color: #fff;
  background: #3f51b5;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: #fff;
}

.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mat-badge-content._mat-animation-noopable, .ng-animate-disabled .mat-badge-content {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}

.mat-button.mat-accent.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-button.mat-primary.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: initial;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: #000;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-fab, .mat-flat-button, .mat-mini-fab, .mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.mat-fab.mat-accent, .mat-fab.mat-primary, .mat-fab.mat-warn, .mat-flat-button.mat-accent, .mat-flat-button.mat-primary, .mat-flat-button.mat-warn, .mat-mini-fab.mat-accent, .mat-mini-fab.mat-primary, .mat-mini-fab.mat-warn, .mat-raised-button.mat-accent, .mat-raised-button.mat-primary, .mat-raised-button.mat-warn {
  color: #fff;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-fab.mat-primary, .mat-flat-button.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
  background-color: #3f51b5;
}

.mat-fab.mat-accent, .mat-flat-button.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
  background-color: #ff4081;
}

.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
  background-color: #f44336;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-accent .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-flat-button.mat-accent .mat-ripple-element, .mat-flat-button.mat-primary .mat-ripple-element, .mat-flat-button.mat-warn .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-flat-button:not([class*=mat-elevation-z]), .mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group, .mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background, .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: #000;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:after {
  background: #000;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-table {
  background: #fff;
}

.mat-table-sticky, .mat-table tbody, .mat-table tfoot, .mat-table thead, [mat-footer-row], [mat-header-row], [mat-row], mat-footer-row, mat-header-row, mat-row {
  background: inherit;
}

mat-footer-row, mat-header-row, mat-row, td.mat-cell, td.mat-footer-cell, th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content, .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .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, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.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);
}

.mat-calendar-body-in-range:before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start:before, [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-comparison-bridge-end:before, [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: rgba(255, 64, 129, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: rgba(244, 67, 54, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .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) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-indicator:after, .mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label, .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
  color: #3f51b5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
  color: #ff4081;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .mat-form-field.mat-form-field-invalid .mat-form-field-label, .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label, .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
  background-color: initial;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #3f51b5;
}

.mat-icon.mat-accent {
  color: #ff4081;
}

.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #3f51b5;
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}

.mat-form-field-invalid .mat-input-element, .mat-form-field.mat-warn .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
  color: #f44336;
}

.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eee;
}

.mat-action-list .mat-list-item:focus, .mat-action-list .mat-list-item:hover, .mat-list-option:focus, .mat-list-option:hover, .mat-nav-list .mat-list-item:focus, .mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:focus, .mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: #fff;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled], .mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item-submenu-trigger:after, .mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item-highlighted:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: #fff;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first, .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c5cae9;
}

.mat-progress-bar-buffer {
  background-color: #c5cae9;
}

.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary .mat-radio-inner-circle, .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn .mat-radio-inner-circle, .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: #000;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: #fff;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow, .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer, .mat-drawer.mat-drawer-push {
  background-color: #fff;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end, [dir=rtl] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}

.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label, .mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}

.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}

.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}

.mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label, .mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.cdk-focused .mat-slider-track-background, .mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill, .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: initial;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(90deg, 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);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: #fff;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: initial;
  color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #fff;
}

.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header:after, .mat-horizontal-stepper-header:before, .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
  padding: 24px;
}

.mat-stepper-vertical-line:before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before, .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-header, .mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-header, .mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #3f51b5;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #ff4081;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}

.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}

.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}

.mat-toolbar .mat-focused .mat-form-field-ripple, .mat-toolbar .mat-form-field-ripple, .mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}

.mat-toolbar .mat-focused .mat-form-field-label, .mat-toolbar .mat-form-field-label, .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .mat-toolbar .mat-select-arrow, .mat-toolbar .mat-select-value {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: #fff;
}

.mat-nested-tree-node, .mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #ff4081;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body .mat-list-base .mat-list-item,
body .mat-list-base .mat-list-option {
  height: initial;
}
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .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(25, 118, 210, 0.3);
}
body .mat-calendar-body-selected {
  background-color: #1976d2;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #1976d2;
}
body .mat-form-field input {
  border: none !important;
  padding: initial !important;
  color: #1976d2;
}
body .mat-form-field label {
  color: #1976d2;
}
body .mat-form-field .mat-form-field-outline > div {
  border-color: #1976d2;
}
body .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #1976d2;
}
body .mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}
body .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1976d2;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #689f38;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(104, 159, 56, 0.5);
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1976d2;
}
body .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #1976d2;
}
body .mat-tab-group.mat-primary .mat-ink-bar,
body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #1976d2;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1976d2;
}

.material-icons[type=button],
.closePopup .material-icons {
  cursor: pointer;
}

.mat-datepicker-toggle [type=button]:focus,
.mat-datepicker-toggle [type=button]:hover,
.mat-datepicker-toggle [type=submit]:focus,
.mat-datepicker-toggle [type=submit]:hover,
.mat-datepicker-toggle button:focus,
.mat-datepicker-toggle button:hover {
  color: initial;
  background-color: initial;
}

.mat-datepicker-toggle-active {
  color: #1976d2;
}

.mat-select-value-text {
  color: #1976d2;
}

.mat-select-arrow {
  color: #1976d2;
}

.mat-form-field textarea {
  border: none !important;
}

.mat-radio-group .mat-radio-button {
  margin-right: 10px;
}

app-popup-message .mat-dialog-title {
  display: flex;
  justify-content: flex-end;
}
app-popup-message .mat-dialog-title h2 {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  list-style: none;
  padding: 0;
}

h2 {
  display: block;
  width: 100%;
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #1976d2;
}

.toggleAide {
  position: relative;
  display: inline;
}
.toggleAide button:hover {
  color: #1976d2;
}
.toggleAide .mat-icon-button {
  height: auto;
  width: auto;
  line-height: initial;
}
.toggleAide .mat-icon-button:hover {
  background-color: transparent;
}
.toggleAide .texteAide {
  position: absolute;
  width: 250px;
  color: white;
  background: #1976d2;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
.toggleAide .texteAide:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1976d2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.toggleAide:hover .texteAide {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -135px;
  z-index: 999;
}
.toggleAide.popup {
  display: none;
}
@media (max-width:600px) {
  .toggleAide.toggleJB {
    display: none;
  }
  .toggleAide.popup {
    display: initial;
  }
  .toggleAide .texteAide {
    right: 0;
  }
  .toggleAide:hover .texteAide {
    width: 80vw;
    max-height: 80vh;
    height: auto;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .toggleAide::after {
    display: none;
  }
}

.snackBar {
  position: fixed;
  margin: 50vh auto;
  max-width: 300px;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
}
.snackBar .material-icons {
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.mat-dialog-container app-photo-webcam .header {
  display: flex;
  justify-content: flex-end;
}
.mat-dialog-container app-scan-qrcode .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.popUp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.popUp .containerPopup {
  width: 92%;
  max-width: 600px;
  margin: 50vh auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.popUp .containerPopup .displayFlex {
  display: flex;
  justify-content: space-between;
}
.popUp .containerPopup .displayFlex .title {
  max-width: 95%;
}
.popUp .containerPopup p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.popUp .containerPopup p + .btn {
  margin-bottom: 10px;
  width: 100%;
}
.popUp .containerPopup .btn {
  font-size: 14px;
}
.popUp .containerPopup .title {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.popUp .containerPopup .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width:600px) {
  .popUp .containerPopup .containerBtn {
    justify-content: space-around;
  }
}
.popUp .containerPopup .close {
  margin-bottom: 20px;
  cursor: pointer;
}
.popUp .containerPopup .jb-checkbox-field {
  width: 100%;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

/*popup Calendar*/
.flatpickr-calendar {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) !important;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #1976d2 !important;
}
.flatpickr-calendar {
  font-family: "Roboto", sans-serif;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background-color: #1976d2;
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  flex-grow: 1;
  color: #ffffff;
  border: 0;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  flex-wrap: 1;
  width: auto;
  margin-right: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .cur-year {
  margin-left: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  width: 0;
  padding: 0;
  border: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper:hover {
  background: rgba(0, 0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  opacity: 1;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #00b7d3;
  border-color: #00b7d3;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: rgba(25, 118, 210, 0.6);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  border-radius: 0;
  background-color: rgba(145, 145, 145, 0.2);
  opacity: 0.3;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1976d2 !important;
}

/*flatpicker GLOBAL input*/
ng2-flatpickr {
  position: relative;
}
ng2-flatpickr:before {
  margin-top: 4px;
}
ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
ng2-flatpickr .flatpickr-input.select {
  padding-left: 40px;
}

.mat-dialog-content > .material-icons {
  width: 100%;
  text-align: right;
  border: none;
  color: #000000;
}
.mat-dialog-content > .material-icons:hover {
  background-color: transparent;
  color: #a50000;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.containerBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containerBtn.oneBtn {
  justify-content: flex-end;
}

app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button {
  padding: 0;
  width: 17px !important;
}
app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button .mat-icon {
  font-size: 24px;
  color: #1976d2;
}

@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes loadAft {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  70% {
    width: 0%;
    transform: translateX(0);
  }
  90% {
    width: 40%;
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@keyframes pulseWarningBorder {
  0% {
    border-color: #a50000;
  }
  25% {
    border-color: #1976d2;
  }
  50% {
    border-color: #a50000;
  }
  75% {
    border-color: #1976d2;
  }
  100% {
    border-color: #a50000;
  }
}
@keyframes pulseWarningBackground {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@media screen and (min-width: 1100px) {
  .containerInfos .popUp .containerPopup .btn {
    font-size: 16px !important;
  }
}
/*FIL D'ARIANE*/
app-fil-ariane {
  margin: 0 0 25px;
  width: 100%;
}
app-fil-ariane span {
  font-weight: bold;
  cursor: pointer;
  transition: all ease 200ms;
  display: inline-block;
}
app-fil-ariane span:hover {
  color: #00b7d3;
}
app-fil-ariane span.active {
  color: #1976d2;
  font-weight: bold;
}
app-fil-ariane span.separator {
  margin: 0 5px;
  font-weight: 500;
  cursor: initial;
}
app-fil-ariane span.disabled {
  opacity: 0.5;
  font-weight: 500;
  cursor: no-drop;
}
app-fil-ariane span.disabled:hover {
  color: initial;
}

.cdk-overlay-container {
  z-index: 100000 !important;
}

.infosMDP,
.containerNewMdp {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.infosMDP .infosText,
.containerNewMdp .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
.infosMDP .container-criteres,
.containerNewMdp .container-criteres {
  display: flex;
}
.infosMDP .container-criteres .criteres-coche,
.containerNewMdp .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
.infosMDP .container-criteres .criteres-coche .material-icons,
.containerNewMdp .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
.infosMDP .container-criteres .criteresOk,
.containerNewMdp .container-criteres .criteresOk {
  padding-left: 0.98em;
}
.infosMDP .rule,
.containerNewMdp .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.infosMDP .rule i,
.containerNewMdp .rule i {
  font-size: 0.98em;
}
.infosMDP .rule.valid,
.containerNewMdp .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.infosMDP .rule.valid i,
.containerNewMdp .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
.infosMDP .rule.invalid i,
.containerNewMdp .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}

/*-----------------------*/
/*--- FIN SCSS GLOBAL ---*/
/*-----------------------*/
/*--------------------------------*/
/*--- SCSS GLOBAL QUESTIONNAIRE ELEMENT ---*/
/*--------------------------------*/
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .titre-container {
  color: #1976d2;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil p {
  font-size: 14px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil h3 {
  font-size: 18px !important;
  margin: 10px 0;
  font-weight: bold;
  color: #1976d2;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container {
  margin-bottom: 10px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio {
  margin: 15px 0;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio label {
  margin-left: 25px;
  font-size: 14px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio .jb-radio {
  position: absolute;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .jb-checkbox-field.checkbox label {
  font-size: 14px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .mat-form-field + button {
  margin-left: 10px;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=date],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=email],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=number],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=password],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=search],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=tel],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=text],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=url],
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil select,
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil textarea {
  border: 1px solid #e0e0e0;
}
body questionnaire-element .questionnaire-router-outlet questionnaire-accueil label span {
  font-size: 14px;
  text-wrap: wrap;
}

/*------------------------------------*/
/*--- FIN SCSS GLOBAL QUESTIONNAIRE ELEMENT ---*/
/*------------------------------------*/
/*--- GLOBAL ---*/
/*-----------------------*/
/*--- SCSS GLOBAL ---*/
/*-----------------------*/
/*cursor input*/
/* fontawesome */
/* RESPONSIVE */
/* keyframes */
/* Safari and Chrome */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clignote {
  0% {
    opacity: 0.8;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.btn {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
}
.btn.btnIcon {
  display: flex;
  align-items: center;
}
.btn--raised--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--primary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--raised--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--secondary .mat-badge-content {
  background-color: #1976d2;
}
.btn--raised--primary.disabled, .btn--raised--primary:disabled, .btn--raised--primary:hover.disabled, .btn--raised--primary:hover:disabled, .btn--raised--primary:focus.disabled, .btn--raised--primary:focus:disabled, .btn--raised--secondary.disabled, .btn--raised--secondary:disabled, .btn--raised--secondary:hover.disabled, .btn--raised--secondary:hover:disabled, .btn--raised--secondary:focus.disabled, .btn--raised--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--raised--round--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--primary.disabled, .btn--raised--round--primary:disabled, .btn--raised--round--primary:hover.disabled, .btn--raised--round--primary:hover:disabled, .btn--raised--round--primary:focus.disabled, .btn--raised--round--primary:focus:disabled, .btn--raised--round--secondary.disabled, .btn--raised--round--secondary:disabled, .btn--raised--round--secondary:hover.disabled, .btn--raised--round--secondary:hover:disabled, .btn--raised--round--secondary:focus.disabled, .btn--raised--round--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--outline--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #1976d2;
  color: #1976d2;
}
.btn--outline--primary:hover {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--outline--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--outline--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #00b7d3;
  color: #00b7d3;
}
.btn--outline--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--outline--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--outline--primary.disabled, .btn--outline--primary:disabled, .btn--outline--primary:hover.disabled, .btn--outline--primary:hover:disabled, .btn--outline--primary:focus.disabled, .btn--outline--primary:focus:disabled, .btn--outline--secondary.disabled, .btn--outline--secondary:disabled, .btn--outline--secondary:hover.disabled, .btn--outline--secondary:hover:disabled, .btn--outline--secondary:focus.disabled, .btn--outline--secondary:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
  border-color: #949494 !important;
}
.btn--normal--primary {
  color: #1976d2;
}
.btn--normal--primary:hover, .btn--normal--primary:focus {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--normal--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--normal--secondary {
  color: #00b7d3;
}
.btn--normal--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--normal--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--normal--error {
  color: #a50000;
}
.btn--normal--error:hover {
  background-color: rgba(165, 0, 0, 0.05);
  color: #a50000;
}
.btn--normal--error .mat-badge-content {
  background-color: #a50000;
}
.btn--normal--primary.disabled, .btn--normal--primary:disabled, .btn--normal--primary:hover.disabled, .btn--normal--primary:hover:disabled, .btn--normal--primary:focus.disabled, .btn--normal--primary:focus:disabled, .btn--normal--secondary.disabled, .btn--normal--secondary:disabled, .btn--normal--secondary:hover.disabled, .btn--normal--secondary:hover:disabled, .btn--normal--secondary:focus.disabled, .btn--normal--secondary:focus:disabled, .btn--normal--error.disabled, .btn--normal--error:disabled, .btn--normal--error:hover.disabled, .btn--normal--error:hover:disabled, .btn--normal--error:focus.disabled, .btn--normal--error:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
}

/* GLOBAL */
.mat-form-field.input100 {
  width: 100%;
}
.mat-form-field.input70 {
  width: 70%;
}
.mat-form-field.input50 {
  width: 50%;
}
.mat-form-field.input49 {
  width: 49%;
}
.mat-form-field.input33 {
  width: 33%;
}
.mat-form-field.input32 {
  width: 32%;
}
.mat-form-field.input30 {
  width: 30%;
}
.mat-form-field.input29 {
  width: 29%;
}
.mat-form-field.input20 {
  width: 20%;
}
.mat-form-field.onError .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
.mat-form-field.onError .jb-error-mess {
  color: #a50000;
}
.mat-form-field.readonly {
  opacity: 0.5;
  cursor: initial;
}
.mat-form-field.readonly input {
  cursor: initial;
}
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}

/*select*/
.jb-arrow-select {
  position: absolute;
  right: 12px;
  top: 17px;
  color: rgba(0, 0, 0, 0.18);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*.jb-text-field général*/
body .jb-text-field {
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
body .jb-text-field input:required {
  box-shadow: none;
}
body .jb-text-field + .jb-error-mess,
body .jb-text-field .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}
body .jb-text-field.matInside {
  position: relative;
  margin: 0;
}
body .jb-text-field.matInside .mat-form-field {
  width: 100%;
}
body .jb-text-field.matInside.onError .mat-form-field .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body .jb-text-field.matInside + .jb-error-mess,
body .jb-text-field.matInside .jb-error-mess {
  background-color: rgb(236, 236, 236);
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 5px;
}
body .jb-text-field.matInside + .jb-error-mess:after,
body .jb-text-field.matInside .jb-error-mess:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(236, 236, 236) transparent;
}

/*avec bordure*/
.outline:not(.matInside) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  width: 100%;
}
.outline:not(.matInside) .input,
.outline:not(.matInside) .ng2-flatpickr-input {
  padding: 12px;
  caret-color: #1976d2;
  border: none !important;
  background-color: transparent;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.outline:not(.matInside) .input option,
.outline:not(.matInside) .ng2-flatpickr-input option {
  padding: 10px;
}
.outline:not(.matInside) .input.date,
.outline:not(.matInside) .ng2-flatpickr-input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input.date:before,
.outline:not(.matInside) .ng2-flatpickr-input.date:before {
  content: "";
  background: var(--wpr-bg-b61d7a8d-041b-4473-bb71-792af67977f9);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.outline:not(.matInside) .input.date + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.outline:not(.matInside) .icone {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: rgba(0, 0, 0, 0.4);
}
.outline:not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-leading {
  border: 1px solid;
  border-right: none;
  width: 12px;
  border-radius: 4px 0 0 4px;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-cut {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  max-width: calc(100% - 24px);
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-bottom {
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-floating-label {
  position: relative;
  font-size: 1rem;
  top: 14px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input:focus,
.outline:not(.matInside) .input:active,
.outline:not(.matInside) .ng2-flatpickr-input.active {
  outline: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut {
  border-top: none;
  border-bottom: 2px solid #1976d2;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading, .outline:not(.matInside) .input:focus + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom, .outline:not(.matInside) .input:focus + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-bottom {
  border: 2px solid #1976d2;
  border-left: none;
}
.outline:not(.matInside) .input:focus + .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label {
  top: 3px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .input:active + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label + .jb-border-underline {
  transform: scaleX(1);
}
.outline:not(.matInside) .date:focus,
.outline:not(.matInside) .date:active,
.outline:not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .date:focus + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:active + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}
.outline:not(.matInside) .ng2-flatpickr-input.active,
.outline:not(.matInside) .ng2-flatpickr-input.select,
.outline:not(.matInside) .flatpickr-mobile.active,
.outline:not(.matInside) .flatpickr-mobile.select {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-floating-label {
  left: 0;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty .ng2-flatpickr-input {
  padding-left: 40px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-floating-label {
  left: 0 !important;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  font-size: 12px;
}

/*sans bordure*/
.jb-text-field:not(.outline):not(.matInside) {
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
.jb-text-field:not(.outline):not(.matInside) .input {
  border: none;
  border-radius: 4px;
  caret-color: #1976d2;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 12px 0 12px;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jb-text-field:not(.outline):not(.matInside) .input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .input.date:before {
  content: "";
  background: var(--wpr-bg-b9ad5dc7-d8c1-4065-ad51-c64ecb8b0460);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.jb-text-field:not(.outline):not(.matInside) .input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-leading {
  display: none;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut {
  max-width: calc(100% - 24px);
  height: 100%;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut .jb-floating-label {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.4);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border-bottom {
  border-bottom: 2px solid;
  border-color: #1976d2;
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: scaleX(0);
}
.jb-text-field:not(.outline):not(.matInside) .input:active,
.jb-text-field:not(.outline):not(.matInside) .input:focus {
  outline: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-floating-label {
  color: #1976d2;
  font-size: 12px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-bottom {
  transform: scaleX(1);
}
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-border .jb-floating-label {
  padding-top: 4px;
  font-size: 12px;
}
.jb-text-field:not(.outline):not(.matInside) .date:focus,
.jb-text-field:not(.outline):not(.matInside) .date:active,
.jb-text-field:not(.outline):not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.jb-text-field:not(.outline):not(.matInside) .date:focus + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}

.inputFile {
  border: 0 !important;
}
.inputFile .input {
  opacity: 0;
}
.inputFile .jb-design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #1976d2;
  background-color: rgba(0, 183, 211, 0);
  animation: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputFile .jb-design .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #1976d2;
  text-align: center;
}
.inputFile .jb-design .content .material-icons {
  width: 100%;
  font-size: 26px;
}
.inputFile .jb-design .content span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
.inputFile .input:hover {
  cursor: pointer;
}
.inputFile .input:hover + .jb-design {
  background-color: rgba(0, 183, 211, 0.2);
}

/* Material checkbox */
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1976d2;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}
.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}

/* input text */
.mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*-Switch-*/
.switch {
  position: relative;
  display: flex;
  align-items: center;
}
.switch .jb-switch {
  width: 35px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.switch label {
  margin-left: 10px;
  cursor: pointer;
}
.switch .jb-switch-design {
  position: absolute;
  width: 35px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  top: 9px;
  z-index: 0;
}
.switch .jb-switch-design:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: -4px;
  background-color: #666666;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch-design:after {
  content: "";
  position: absolute;
  z-index: -9;
  left: -4px;
  right: auto;
  top: -9px;
  background-color: #1976d2;
  height: 30px;
  width: 30px;
  opacity: 0;
  transform: scale(0);
  border-radius: 15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 15px;
  background-color: #1976d2;
}
.switch .jb-switch:checked + label + .jb-switch-design:after {
  left: 10px;
  opacity: 0.4;
  transform: scale(1);
}

/*-Radio-*/
.radio {
  position: relative;
  display: flex;
  align-items: center;
}
.radio .jb-radio {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.radio .jb-switch-design {
  width: 20px;
  height: 20px;
  border: 1px solid #1976d2;
  border-radius: 15px;
  position: absolute;
}
.radio .jb-switch-design:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #1976d2;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio .jb-radio:checked + .jb-switch-design:after {
  transform: scale(1);
}
.radio + .jb-error-mess, .radio .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.subtitle {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}

.body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.metadonnee {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.test {
  width: 60%;
  margin: 50px auto;
  font-family: "Roboto", sans-serif;
  overflow: visible;
}

/*- Checkbox-*/
.checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checkbox .containerCheckbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 11px;
  line-height: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.checkbox .jb-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  z-index: 9;
  opacity: 0;
}
.checkbox .jb-checkbox-bg {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 11px;
  left: 11px;
  right: auto;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox .jb-checkbox-bg:after {
  content: "";
}
.checkbox .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox-bg svg .st1 {
  fill: transparent;
}
.checkbox .jb-checkbox-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1976d2;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -9;
}
.checkbox label {
  vertical-align: middle;
  width: calc(100% - 50px);
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg {
  background-color: #1976d2;
  border-color: #1976d2;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg {
  position: absolute;
  top: 0;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st1 {
  fill: #ffffff;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg + .jb-checkbox-pulse {
  animation: pulse 0.3s ease;
}
.checkbox + .jb-error-mess, .checkbox .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 0.4;
    transform: scale(1);
  }
  75% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.chips.--primary {
  --theme: #1976d2;
}
.chips.--secondary {
  --theme: #00b7d3;
}
.chips.--rounded {
  --round: 50px;
}

.chips {
  padding: 4px 8px;
  background-color: rgba(148, 148, 148, 0.7);
  color: rgba(0, 0, 0, 0.6);
  border-radius: var(--round);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.chips i {
  color: rgba(0, 0, 0, 0.6);
}
.chips:hover {
  color: var(--theme);
  background-color: rgba(148, 148, 148, 0.5);
}
.chips:hover i {
  color: var(--theme);
}

.blockedByLoader {
  position: relative;
}
.blockedByLoader .blockingLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader1 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1.fixed {
  position: fixed;
}
.loader1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1 .loadElement:first-child {
  margin-right: 5px;
}

.loader1_1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1_1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1_1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1_1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1_1 .loadElement:first-child {
  margin-right: 5px;
}

.loader2 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader2 .loadElement {
  height: 45px;
  width: 45px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6) transparent;
  border-radius: 50%;
  animation: rotate linear 2s infinite, opacity linear 1s infinite alternate;
}
.loader2 .loadElement:after {
  content: "";
  height: 30px;
  width: 30px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: transparent rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  animation: rotate linear 1s infinite, opacity linear 500ms infinite alternate;
}
.loader2 .loadElement:first-child {
  margin-right: 5px;
}

.loader3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #1976d2;
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
.loader3 .loadElement:not(:last-child) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 6px;
  animation: loadBef 1250ms infinite;
}

.loaderNotFixed {
  display: block;
  position: relative;
  transform: none;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}
.loaderNotFixed .loadElement {
  display: inline-block;
}
.loaderNotFixed .loadElement::before, .loaderNotFixed .loadElement::after {
  display: inline-block;
}

.bgLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgLoader .loader1 {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: sticky;
  top: 50%;
  bottom: 50%;
}

@keyframes bounce {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
/*material*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-body-2, .mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body-1 p, .mat-body p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-caption, .mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle, .mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-content, .mat-card-subtitle {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-remove.mat-icon, .mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
  font-size: 14px;
}

.mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.mat-radio-button, .mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: 400;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item, .mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-nested-tree-node, .mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: 0 !important;
}

.mat-focus-indicator, .mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-active, .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled), .mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox:after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}

.mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate, .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  color: #fff;
  background: #3f51b5;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: #fff;
}

.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mat-badge-content._mat-animation-noopable, .ng-animate-disabled .mat-badge-content {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}

.mat-button.mat-accent.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-button.mat-primary.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: initial;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: #000;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-fab, .mat-flat-button, .mat-mini-fab, .mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.mat-fab.mat-accent, .mat-fab.mat-primary, .mat-fab.mat-warn, .mat-flat-button.mat-accent, .mat-flat-button.mat-primary, .mat-flat-button.mat-warn, .mat-mini-fab.mat-accent, .mat-mini-fab.mat-primary, .mat-mini-fab.mat-warn, .mat-raised-button.mat-accent, .mat-raised-button.mat-primary, .mat-raised-button.mat-warn {
  color: #fff;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-fab.mat-primary, .mat-flat-button.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
  background-color: #3f51b5;
}

.mat-fab.mat-accent, .mat-flat-button.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
  background-color: #ff4081;
}

.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
  background-color: #f44336;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-accent .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-flat-button.mat-accent .mat-ripple-element, .mat-flat-button.mat-primary .mat-ripple-element, .mat-flat-button.mat-warn .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-flat-button:not([class*=mat-elevation-z]), .mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group, .mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background, .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: #000;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:after {
  background: #000;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-table {
  background: #fff;
}

.mat-table-sticky, .mat-table tbody, .mat-table tfoot, .mat-table thead, [mat-footer-row], [mat-header-row], [mat-row], mat-footer-row, mat-header-row, mat-row {
  background: inherit;
}

mat-footer-row, mat-header-row, mat-row, td.mat-cell, td.mat-footer-cell, th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content, .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .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, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.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);
}

.mat-calendar-body-in-range:before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start:before, [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-comparison-bridge-end:before, [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: rgba(255, 64, 129, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: rgba(244, 67, 54, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .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) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-indicator:after, .mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label, .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
  color: #3f51b5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
  color: #ff4081;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .mat-form-field.mat-form-field-invalid .mat-form-field-label, .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label, .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
  background-color: initial;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #3f51b5;
}

.mat-icon.mat-accent {
  color: #ff4081;
}

.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #3f51b5;
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}

.mat-form-field-invalid .mat-input-element, .mat-form-field.mat-warn .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
  color: #f44336;
}

.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eee;
}

.mat-action-list .mat-list-item:focus, .mat-action-list .mat-list-item:hover, .mat-list-option:focus, .mat-list-option:hover, .mat-nav-list .mat-list-item:focus, .mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:focus, .mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: #fff;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled], .mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item-submenu-trigger:after, .mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item-highlighted:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: #fff;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first, .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c5cae9;
}

.mat-progress-bar-buffer {
  background-color: #c5cae9;
}

.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary .mat-radio-inner-circle, .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn .mat-radio-inner-circle, .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: #000;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: #fff;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow, .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer, .mat-drawer.mat-drawer-push {
  background-color: #fff;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end, [dir=rtl] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}

.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label, .mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}

.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}

.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}

.mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label, .mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.cdk-focused .mat-slider-track-background, .mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill, .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: initial;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(90deg, 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);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: #fff;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: initial;
  color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #fff;
}

.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header:after, .mat-horizontal-stepper-header:before, .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
  padding: 24px;
}

.mat-stepper-vertical-line:before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before, .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-header, .mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-header, .mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #3f51b5;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #ff4081;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}

.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}

.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}

.mat-toolbar .mat-focused .mat-form-field-ripple, .mat-toolbar .mat-form-field-ripple, .mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}

.mat-toolbar .mat-focused .mat-form-field-label, .mat-toolbar .mat-form-field-label, .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .mat-toolbar .mat-select-arrow, .mat-toolbar .mat-select-value {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: #fff;
}

.mat-nested-tree-node, .mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #ff4081;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body .mat-list-base .mat-list-item,
body .mat-list-base .mat-list-option {
  height: initial;
}
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .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(25, 118, 210, 0.3);
}
body .mat-calendar-body-selected {
  background-color: #1976d2;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #1976d2;
}
body .mat-form-field input {
  border: none !important;
  padding: initial !important;
  color: #1976d2;
}
body .mat-form-field label {
  color: #1976d2;
}
body .mat-form-field .mat-form-field-outline > div {
  border-color: #1976d2;
}
body .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #1976d2;
}
body .mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}
body .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1976d2;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #689f38;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(104, 159, 56, 0.5);
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1976d2;
}
body .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #1976d2;
}
body .mat-tab-group.mat-primary .mat-ink-bar,
body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #1976d2;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1976d2;
}

.material-icons[type=button],
.closePopup .material-icons {
  cursor: pointer;
}

.mat-datepicker-toggle [type=button]:focus,
.mat-datepicker-toggle [type=button]:hover,
.mat-datepicker-toggle [type=submit]:focus,
.mat-datepicker-toggle [type=submit]:hover,
.mat-datepicker-toggle button:focus,
.mat-datepicker-toggle button:hover {
  color: initial;
  background-color: initial;
}

.mat-datepicker-toggle-active {
  color: #1976d2;
}

.mat-select-value-text {
  color: #1976d2;
}

.mat-select-arrow {
  color: #1976d2;
}

.mat-form-field textarea {
  border: none !important;
}

.mat-radio-group .mat-radio-button {
  margin-right: 10px;
}

app-popup-message .mat-dialog-title {
  display: flex;
  justify-content: flex-end;
}
app-popup-message .mat-dialog-title h2 {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  list-style: none;
  padding: 0;
}

h2 {
  display: block;
  width: 100%;
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #1976d2;
}

.toggleAide {
  position: relative;
  display: inline;
}
.toggleAide button:hover {
  color: #1976d2;
}
.toggleAide .mat-icon-button {
  height: auto;
  width: auto;
  line-height: initial;
}
.toggleAide .mat-icon-button:hover {
  background-color: transparent;
}
.toggleAide .texteAide {
  position: absolute;
  width: 250px;
  color: white;
  background: #1976d2;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
.toggleAide .texteAide:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1976d2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.toggleAide:hover .texteAide {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -135px;
  z-index: 999;
}
.toggleAide.popup {
  display: none;
}
@media (max-width:600px) {
  .toggleAide.toggleJB {
    display: none;
  }
  .toggleAide.popup {
    display: initial;
  }
  .toggleAide .texteAide {
    right: 0;
  }
  .toggleAide:hover .texteAide {
    width: 80vw;
    max-height: 80vh;
    height: auto;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .toggleAide::after {
    display: none;
  }
}

.snackBar {
  position: fixed;
  margin: 50vh auto;
  max-width: 300px;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
}
.snackBar .material-icons {
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.mat-dialog-container app-photo-webcam .header {
  display: flex;
  justify-content: flex-end;
}
.mat-dialog-container app-scan-qrcode .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.popUp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.popUp .containerPopup {
  width: 92%;
  max-width: 600px;
  margin: 50vh auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.popUp .containerPopup .displayFlex {
  display: flex;
  justify-content: space-between;
}
.popUp .containerPopup .displayFlex .title {
  max-width: 95%;
}
.popUp .containerPopup p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.popUp .containerPopup p + .btn {
  margin-bottom: 10px;
  width: 100%;
}
.popUp .containerPopup .btn {
  font-size: 14px;
}
.popUp .containerPopup .title {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.popUp .containerPopup .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width:600px) {
  .popUp .containerPopup .containerBtn {
    justify-content: space-around;
  }
}
.popUp .containerPopup .close {
  margin-bottom: 20px;
  cursor: pointer;
}
.popUp .containerPopup .jb-checkbox-field {
  width: 100%;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

/*popup Calendar*/
.flatpickr-calendar {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) !important;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #1976d2 !important;
}
.flatpickr-calendar {
  font-family: "Roboto", sans-serif;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background-color: #1976d2;
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  flex-grow: 1;
  color: #ffffff;
  border: 0;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  flex-wrap: 1;
  width: auto;
  margin-right: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .cur-year {
  margin-left: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  width: 0;
  padding: 0;
  border: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper:hover {
  background: rgba(0, 0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  opacity: 1;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #00b7d3;
  border-color: #00b7d3;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: rgba(25, 118, 210, 0.6);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  border-radius: 0;
  background-color: rgba(145, 145, 145, 0.2);
  opacity: 0.3;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1976d2 !important;
}

/*flatpicker GLOBAL input*/
ng2-flatpickr {
  position: relative;
}
ng2-flatpickr:before {
  margin-top: 4px;
}
ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
ng2-flatpickr .flatpickr-input.select {
  padding-left: 40px;
}

.mat-dialog-content > .material-icons {
  width: 100%;
  text-align: right;
  border: none;
  color: #000000;
}
.mat-dialog-content > .material-icons:hover {
  background-color: transparent;
  color: #a50000;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.containerBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containerBtn.oneBtn {
  justify-content: flex-end;
}

app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button {
  padding: 0;
  width: 17px !important;
}
app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button .mat-icon {
  font-size: 24px;
  color: #1976d2;
}

@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes loadAft {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  70% {
    width: 0%;
    transform: translateX(0);
  }
  90% {
    width: 40%;
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@keyframes pulseWarningBorder {
  0% {
    border-color: #a50000;
  }
  25% {
    border-color: #1976d2;
  }
  50% {
    border-color: #a50000;
  }
  75% {
    border-color: #1976d2;
  }
  100% {
    border-color: #a50000;
  }
}
@keyframes pulseWarningBackground {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@media screen and (min-width: 1100px) {
  .containerInfos .popUp .containerPopup .btn {
    font-size: 16px !important;
  }
}
/*FIL D'ARIANE*/
app-fil-ariane {
  margin: 0 0 25px;
  width: 100%;
}
app-fil-ariane span {
  font-weight: bold;
  cursor: pointer;
  transition: all ease 200ms;
  display: inline-block;
}
app-fil-ariane span:hover {
  color: #00b7d3;
}
app-fil-ariane span.active {
  color: #1976d2;
  font-weight: bold;
}
app-fil-ariane span.separator {
  margin: 0 5px;
  font-weight: 500;
  cursor: initial;
}
app-fil-ariane span.disabled {
  opacity: 0.5;
  font-weight: 500;
  cursor: no-drop;
}
app-fil-ariane span.disabled:hover {
  color: initial;
}

.cdk-overlay-container {
  z-index: 100000 !important;
}

.infosMDP,
.containerNewMdp {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.infosMDP .infosText,
.containerNewMdp .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
.infosMDP .container-criteres,
.containerNewMdp .container-criteres {
  display: flex;
}
.infosMDP .container-criteres .criteres-coche,
.containerNewMdp .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
.infosMDP .container-criteres .criteres-coche .material-icons,
.containerNewMdp .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
.infosMDP .container-criteres .criteresOk,
.containerNewMdp .container-criteres .criteresOk {
  padding-left: 0.98em;
}
.infosMDP .rule,
.containerNewMdp .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.infosMDP .rule i,
.containerNewMdp .rule i {
  font-size: 0.98em;
}
.infosMDP .rule.valid,
.containerNewMdp .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.infosMDP .rule.valid i,
.containerNewMdp .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
.infosMDP .rule.invalid i,
.containerNewMdp .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}

/*-----------------------*/
/*--- FIN SCSS GLOBAL ---*/
/*-----------------------*/
/*---------------------------------------*/
/*--- SCSS GLOBAL FORMULAIRE CONTACT ELEMENT ---*/
/*---------------------------------------*/
body formulaire-contact-element .formulaire-container > div {
  margin: 5px auto;
}
body formulaire-contact-element .formulaire-container > div.jb-text-field.onError {
  margin-bottom: 5px;
}
body formulaire-contact-element .formulaire-container > div.jb-text-field.onError textarea, body formulaire-contact-element .formulaire-container > div.jb-text-field.onError .inputFile .jb-design {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body formulaire-contact-element .formulaire-container > div.jb-text-field.onError .jb-border > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body formulaire-contact-element .formulaire-container > div.jb-text-field.onError .jb-error-mess {
  position: absolute;
  bottom: 0px;
  left: 5px;
}
body formulaire-contact-element .formulaire-container > div.jb-text-field textarea {
  border-radius: 4px;
  box-sizing: border-box;
}
body formulaire-contact-element .containerCheckbox .mat-checkbox-layout {
  white-space: initial;
  margin-bottom: 12px;
}

/*------------------------------------*/
/*--- FIN SCSS GLOBAL FORMULAIRE CONTACT ELEMENT ---*/
/*------------------------------------*/
/*--- GLOBAL ---*/
/*-----------------------*/
/*--- SCSS GLOBAL ---*/
/*-----------------------*/
/*cursor input*/
/* fontawesome */
/* RESPONSIVE */
/* keyframes */
/* Safari and Chrome */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clignote {
  0% {
    opacity: 0.8;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.btn {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
}
.btn.btnIcon {
  display: flex;
  align-items: center;
}
.btn--raised--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--primary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--raised--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--raised--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--secondary .mat-badge-content {
  background-color: #1976d2;
}
.btn--raised--primary.disabled, .btn--raised--primary:disabled, .btn--raised--primary:hover.disabled, .btn--raised--primary:hover:disabled, .btn--raised--primary:focus.disabled, .btn--raised--primary:focus:disabled, .btn--raised--secondary.disabled, .btn--raised--secondary:disabled, .btn--raised--secondary:hover.disabled, .btn--raised--secondary:hover:disabled, .btn--raised--secondary:focus.disabled, .btn--raised--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--raised--round--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--primary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #00b7d3;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
}
.btn--raised--round--secondary:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
.btn--raised--round--primary.disabled, .btn--raised--round--primary:disabled, .btn--raised--round--primary:hover.disabled, .btn--raised--round--primary:hover:disabled, .btn--raised--round--primary:focus.disabled, .btn--raised--round--primary:focus:disabled, .btn--raised--round--secondary.disabled, .btn--raised--round--secondary:disabled, .btn--raised--round--secondary:hover.disabled, .btn--raised--round--secondary:hover:disabled, .btn--raised--round--secondary:focus.disabled, .btn--raised--round--secondary:focus:disabled {
  background-color: rgba(145, 145, 145, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn--outline--primary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #1976d2;
  color: #1976d2;
}
.btn--outline--primary:hover {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--outline--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--outline--secondary {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid #00b7d3;
  color: #00b7d3;
}
.btn--outline--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--outline--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--outline--primary.disabled, .btn--outline--primary:disabled, .btn--outline--primary:hover.disabled, .btn--outline--primary:hover:disabled, .btn--outline--primary:focus.disabled, .btn--outline--primary:focus:disabled, .btn--outline--secondary.disabled, .btn--outline--secondary:disabled, .btn--outline--secondary:hover.disabled, .btn--outline--secondary:hover:disabled, .btn--outline--secondary:focus.disabled, .btn--outline--secondary:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
  border-color: #949494 !important;
}
.btn--normal--primary {
  color: #1976d2;
}
.btn--normal--primary:hover, .btn--normal--primary:focus {
  background-color: rgba(25, 118, 210, 0.05);
  color: #1976d2;
}
.btn--normal--primary .mat-badge-content {
  background-color: #1976d2;
}
.btn--normal--secondary {
  color: #00b7d3;
}
.btn--normal--secondary:hover {
  background-color: rgba(0, 183, 211, 0.05);
  color: #00b7d3;
}
.btn--normal--secondary .mat-badge-content {
  background-color: #00b7d3;
}
.btn--normal--error {
  color: #a50000;
}
.btn--normal--error:hover {
  background-color: rgba(165, 0, 0, 0.05);
  color: #a50000;
}
.btn--normal--error .mat-badge-content {
  background-color: #a50000;
}
.btn--normal--primary.disabled, .btn--normal--primary:disabled, .btn--normal--primary:hover.disabled, .btn--normal--primary:hover:disabled, .btn--normal--primary:focus.disabled, .btn--normal--primary:focus:disabled, .btn--normal--secondary.disabled, .btn--normal--secondary:disabled, .btn--normal--secondary:hover.disabled, .btn--normal--secondary:hover:disabled, .btn--normal--secondary:focus.disabled, .btn--normal--secondary:focus:disabled, .btn--normal--error.disabled, .btn--normal--error:disabled, .btn--normal--error:hover.disabled, .btn--normal--error:hover:disabled, .btn--normal--error:focus.disabled, .btn--normal--error:focus:disabled {
  background-color: transparent !important;
  color: #949494 !important;
}

/* GLOBAL */
.mat-form-field.input100 {
  width: 100%;
}
.mat-form-field.input70 {
  width: 70%;
}
.mat-form-field.input50 {
  width: 50%;
}
.mat-form-field.input49 {
  width: 49%;
}
.mat-form-field.input33 {
  width: 33%;
}
.mat-form-field.input32 {
  width: 32%;
}
.mat-form-field.input30 {
  width: 30%;
}
.mat-form-field.input29 {
  width: 29%;
}
.mat-form-field.input20 {
  width: 20%;
}
.mat-form-field.onError .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
.mat-form-field.onError .jb-error-mess {
  color: #a50000;
}
.mat-form-field.readonly {
  opacity: 0.5;
  cursor: initial;
}
.mat-form-field.readonly input {
  cursor: initial;
}
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field.readonly .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}

/*select*/
.jb-arrow-select {
  position: absolute;
  right: 12px;
  top: 17px;
  color: rgba(0, 0, 0, 0.18);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*.jb-text-field général*/
body .jb-text-field {
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
body .jb-text-field input:required {
  box-shadow: none;
}
body .jb-text-field + .jb-error-mess,
body .jb-text-field .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}
body .jb-text-field.matInside {
  position: relative;
  margin: 0;
}
body .jb-text-field.matInside .mat-form-field {
  width: 100%;
}
body .jb-text-field.matInside.onError .mat-form-field .mat-form-field-outline > div {
  animation: pulseWarningBorder 4s infinite alternate ease-in-out;
}
body .jb-text-field.matInside + .jb-error-mess,
body .jb-text-field.matInside .jb-error-mess {
  background-color: rgb(236, 236, 236);
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 5px;
}
body .jb-text-field.matInside + .jb-error-mess:after,
body .jb-text-field.matInside .jb-error-mess:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(236, 236, 236) transparent;
}

/*avec bordure*/
.outline:not(.matInside) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  width: 100%;
}
.outline:not(.matInside) .input,
.outline:not(.matInside) .ng2-flatpickr-input {
  padding: 12px;
  caret-color: #1976d2;
  border: none !important;
  background-color: transparent;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.outline:not(.matInside) .input option,
.outline:not(.matInside) .ng2-flatpickr-input option {
  padding: 10px;
}
.outline:not(.matInside) .input.date,
.outline:not(.matInside) .ng2-flatpickr-input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input.date:before,
.outline:not(.matInside) .ng2-flatpickr-input.date:before {
  content: "";
  background: var(--wpr-bg-b61d7a8d-041b-4473-bb71-792af67977f9);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.outline:not(.matInside) .input.date + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.outline:not(.matInside) .icone {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: rgba(0, 0, 0, 0.4);
}
.outline:not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-leading {
  border: 1px solid;
  border-right: none;
  width: 12px;
  border-radius: 4px 0 0 4px;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-cut {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  max-width: calc(100% - 24px);
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-border .jb-border-bottom {
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .jb-floating-label {
  position: relative;
  font-size: 1rem;
  top: 14px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline:not(.matInside) .input:focus,
.outline:not(.matInside) .input:active,
.outline:not(.matInside) .ng2-flatpickr-input.active {
  outline: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut {
  border-top: none;
  border-bottom: 2px solid #1976d2;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:focus + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading, .outline:not(.matInside) .input:focus + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .input:active + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-leading,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom, .outline:not(.matInside) .input:focus + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .input:active + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-arrow-select + .jb-border .jb-border-bottom,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-bottom {
  border: 2px solid #1976d2;
  border-left: none;
}
.outline:not(.matInside) .input:focus + .jb-floating-label,
.outline:not(.matInside) .input:active + .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label {
  top: 3px;
  color: #1976d2;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .input:active + .jb-floating-label + .jb-border-underline,
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-floating-label + .jb-border-underline {
  transform: scaleX(1);
}
.outline:not(.matInside) .date:focus,
.outline:not(.matInside) .date:active,
.outline:not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .date:focus + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:active + .jb-border .jb-floating-label,
.outline:not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}
.outline:not(.matInside) .ng2-flatpickr-input.active,
.outline:not(.matInside) .ng2-flatpickr-input.select,
.outline:not(.matInside) .flatpickr-mobile.active,
.outline:not(.matInside) .flatpickr-mobile.select {
  color: rgba(0, 0, 0, 0.6);
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-border-cut,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .ng2-flatpickr-input.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .ng2-flatpickr-input.select + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.active + .jb-border .jb-floating-label,
.outline:not(.matInside) .flatpickr-mobile.select + .jb-border .jb-floating-label {
  left: 0;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty .ng2-flatpickr-input {
  padding-left: 40px;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) ng2-flatpickr.ng-dirty + .jb-border .jb-floating-label {
  left: 0 !important;
  top: -14px;
  font-size: 12px;
}
.outline:not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut {
  border-top: none;
}
.outline:not(.matInside) .input:valid:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label, .outline:not(.matInside) .input:valid:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input[type=email].ng-touched + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input:disabled:not(.empty) + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
.outline:not(.matInside) .input.readonly:not(.empty) + .jb-border .jb-border-cut .jb-floating-label {
  top: -14px;
  font-size: 12px;
}

/*sans bordure*/
.jb-text-field:not(.outline):not(.matInside) {
  background-color: transparent;
  position: relative;
  height: 56px;
  display: inline-flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}
.jb-text-field:not(.outline):not(.matInside) .input {
  border: none;
  border-radius: 4px;
  caret-color: #1976d2;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 12px 0 12px;
  z-index: 9;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jb-text-field:not(.outline):not(.matInside) .input.date {
  color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .input.date:before {
  content: "";
  background: var(--wpr-bg-b9ad5dc7-d8c1-4065-ad51-c64ecb8b0460);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.4;
  margin-right: 5px;
}
.jb-text-field:not(.outline):not(.matInside) .input.date + .jb-border .jb-floating-label {
  left: 25px;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-leading {
  display: none;
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut {
  max-width: calc(100% - 24px);
  height: 100%;
  width: auto;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border .jb-border-cut .jb-floating-label {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.4);
}
.jb-text-field:not(.outline):not(.matInside) .jb-border-bottom {
  border-bottom: 2px solid;
  border-color: #1976d2;
  box-sizing: border-box;
  flex-grow: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: scaleX(0);
}
.jb-text-field:not(.outline):not(.matInside) .input:active,
.jb-text-field:not(.outline):not(.matInside) .input:focus {
  outline: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-floating-label {
  color: #1976d2;
  font-size: 12px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-leading, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-leading,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-leading {
  border: 2px solid #1976d2;
  border-right: none;
}
.jb-text-field:not(.outline):not(.matInside) .input:active + .jb-arrow-select + .jb-border .jb-border-bottom, .jb-text-field:not(.outline):not(.matInside) .input:active + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select + .jb-border .jb-border-bottom,
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-border .jb-border-bottom {
  transform: scaleX(1);
}
.jb-text-field:not(.outline):not(.matInside) .input:focus + .jb-arrow-select {
  color: #1976d2;
  transform: rotate(180deg);
}
.jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-arrow-select + .jb-border .jb-floating-label, .jb-text-field:not(.outline):not(.matInside) .input:valid + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-arrow-select + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .input[type=email].ng-touched + .jb-border .jb-floating-label {
  padding-top: 4px;
  font-size: 12px;
}
.jb-text-field:not(.outline):not(.matInside) .date:focus,
.jb-text-field:not(.outline):not(.matInside) .date:active,
.jb-text-field:not(.outline):not(.matInside) .date:valid {
  color: rgba(0, 0, 0, 0.6);
}
.jb-text-field:not(.outline):not(.matInside) .date:focus + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:active + .jb-border .jb-floating-label,
.jb-text-field:not(.outline):not(.matInside) .date:valid + .jb-border .jb-floating-label {
  left: 0;
}

.inputFile {
  border: 0 !important;
}
.inputFile .input {
  opacity: 0;
}
.inputFile .jb-design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #1976d2;
  background-color: rgba(0, 183, 211, 0);
  animation: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputFile .jb-design .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #1976d2;
  text-align: center;
}
.inputFile .jb-design .content .material-icons {
  width: 100%;
  font-size: 26px;
}
.inputFile .jb-design .content span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
.inputFile .input:hover {
  cursor: pointer;
}
.inputFile .input:hover + .jb-design {
  background-color: rgba(0, 183, 211, 0.2);
}

/* Material checkbox */
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1976d2;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}
.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #1976d2;
}

/* input text */
.mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*-Switch-*/
.switch {
  position: relative;
  display: flex;
  align-items: center;
}
.switch .jb-switch {
  width: 35px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.switch label {
  margin-left: 10px;
  cursor: pointer;
}
.switch .jb-switch-design {
  position: absolute;
  width: 35px;
  height: 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  top: 9px;
  z-index: 0;
}
.switch .jb-switch-design:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: -4px;
  background-color: #666666;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch-design:after {
  content: "";
  position: absolute;
  z-index: -9;
  left: -4px;
  right: auto;
  top: -9px;
  background-color: #1976d2;
  height: 30px;
  width: 30px;
  opacity: 0;
  transform: scale(0);
  border-radius: 15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 15px;
  background-color: #1976d2;
}
.switch .jb-switch:checked + label + .jb-switch-design:after {
  left: 10px;
  opacity: 0.4;
  transform: scale(1);
}

/*-Radio-*/
.radio {
  position: relative;
  display: flex;
  align-items: center;
}
.radio .jb-radio {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.radio .jb-switch-design {
  width: 20px;
  height: 20px;
  border: 1px solid #1976d2;
  border-radius: 15px;
  position: absolute;
}
.radio .jb-switch-design:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #1976d2;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio .jb-radio:checked + .jb-switch-design:after {
  transform: scale(1);
}
.radio + .jb-error-mess, .radio .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.subtitle {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}

.body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.metadonnee {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.test {
  width: 60%;
  margin: 50px auto;
  font-family: "Roboto", sans-serif;
  overflow: visible;
}

/*- Checkbox-*/
.checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checkbox .containerCheckbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 11px;
  line-height: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.checkbox .jb-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  z-index: 9;
  opacity: 0;
}
.checkbox .jb-checkbox-bg {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 11px;
  left: 11px;
  right: auto;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox .jb-checkbox-bg:after {
  content: "";
}
.checkbox .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox-bg svg .st1 {
  fill: transparent;
}
.checkbox .jb-checkbox-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1976d2;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -9;
}
.checkbox label {
  vertical-align: middle;
  width: calc(100% - 50px);
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg {
  background-color: #1976d2;
  border-color: #1976d2;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg {
  position: absolute;
  top: 0;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st0 {
  fill: none;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg svg .st1 {
  fill: #ffffff;
}
.checkbox .jb-checkbox:checked + .jb-checkbox-bg + .jb-checkbox-pulse {
  animation: pulse 0.3s ease;
}
.checkbox + .jb-error-mess, .checkbox .jb-error-mess {
  color: #a50000;
  position: relative;
  width: 100%;
  font-size: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 0.4;
    transform: scale(1);
  }
  75% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.chips.--primary {
  --theme: #1976d2;
}
.chips.--secondary {
  --theme: #00b7d3;
}
.chips.--rounded {
  --round: 50px;
}

.chips {
  padding: 4px 8px;
  background-color: rgba(148, 148, 148, 0.7);
  color: rgba(0, 0, 0, 0.6);
  border-radius: var(--round);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.chips i {
  color: rgba(0, 0, 0, 0.6);
}
.chips:hover {
  color: var(--theme);
  background-color: rgba(148, 148, 148, 0.5);
}
.chips:hover i {
  color: var(--theme);
}

.blockedByLoader {
  position: relative;
}
.blockedByLoader .blockingLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader1 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1.fixed {
  position: fixed;
}
.loader1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1 .loadElement:first-child {
  margin-right: 5px;
}

.loader1_1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader1_1 .loadElement {
  display: flex;
  justify-content: space-between;
}
.loader1_1 .loadElement:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-right: 5px;
  position: relative;
  animation: bounce linear 500ms infinite alternate, opacity linear 500ms infinite alternate;
}
.loader1_1 .loadElement:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  animation: bounce linear 500ms 175ms infinite alternate-reverse, opacity linear 500ms 175ms infinite alternate-reverse;
}
.loader1_1 .loadElement:first-child {
  margin-right: 5px;
}

.loader2 {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.loader2 .loadElement {
  height: 45px;
  width: 45px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6) transparent;
  border-radius: 50%;
  animation: rotate linear 2s infinite, opacity linear 1s infinite alternate;
}
.loader2 .loadElement:after {
  content: "";
  height: 30px;
  width: 30px;
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-color: transparent rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  animation: rotate linear 1s infinite, opacity linear 500ms infinite alternate;
}
.loader2 .loadElement:first-child {
  margin-right: 5px;
}

.loader3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #1976d2;
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
.loader3 .loadElement:not(:last-child) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 6px;
  animation: loadBef 1250ms infinite;
}

.loaderNotFixed {
  display: block;
  position: relative;
  transform: none;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}
.loaderNotFixed .loadElement {
  display: inline-block;
}
.loaderNotFixed .loadElement::before, .loaderNotFixed .loadElement::after {
  display: inline-block;
}

.bgLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgLoader .loader1 {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: sticky;
  top: 50%;
  bottom: 50%;
}

@keyframes bounce {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
/*material*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-body-2, .mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-body-1 p, .mat-body p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-caption, .mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle, .mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-content, .mat-card-subtitle {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-remove.mat-icon, .mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
  font-size: 14px;
}

.mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.mat-radio-button, .mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: 400;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item, .mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.mat-nested-tree-node, .mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: 0 !important;
}

.mat-focus-indicator, .mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-active, .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled), .mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox:after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}

.mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate, .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  color: #fff;
  background: #3f51b5;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: #fff;
}

.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mat-badge-content._mat-animation-noopable, .ng-animate-disabled .mat-badge-content {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}

.mat-button.mat-accent.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-button.mat-primary.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: initial;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: #000;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-fab, .mat-flat-button, .mat-mini-fab, .mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.mat-fab.mat-accent, .mat-fab.mat-primary, .mat-fab.mat-warn, .mat-flat-button.mat-accent, .mat-flat-button.mat-primary, .mat-flat-button.mat-warn, .mat-mini-fab.mat-accent, .mat-mini-fab.mat-primary, .mat-mini-fab.mat-warn, .mat-raised-button.mat-accent, .mat-raised-button.mat-primary, .mat-raised-button.mat-warn {
  color: #fff;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-fab.mat-primary, .mat-flat-button.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
  background-color: #3f51b5;
}

.mat-fab.mat-accent, .mat-flat-button.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
  background-color: #ff4081;
}

.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
  background-color: #f44336;
}

.mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-accent .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-flat-button.mat-accent .mat-ripple-element, .mat-flat-button.mat-primary .mat-ripple-element, .mat-flat-button.mat-warn .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-flat-button:not([class*=mat-elevation-z]), .mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group, .mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-group-appearance-standard, .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background, .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: #000;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:after {
  background: #000;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mat-table {
  background: #fff;
}

.mat-table-sticky, .mat-table tbody, .mat-table tfoot, .mat-table thead, [mat-footer-row], [mat-header-row], [mat-row], mat-footer-row, mat-header-row, mat-row {
  background: inherit;
}

mat-footer-row, mat-header-row, mat-row, td.mat-cell, td.mat-footer-cell, th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content, .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .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, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.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);
}

.mat-calendar-body-in-range:before {
  background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start:before, [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-comparison-bridge-end:before, [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: rgba(255, 64, 129, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: rgba(244, 67, 54, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after, .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #3f51b5;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .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) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-indicator:after, .mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label, .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
  color: #3f51b5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
  color: #ff4081;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .mat-form-field.mat-form-field-invalid .mat-form-field-label, .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label, .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
  background-color: initial;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #3f51b5;
}

.mat-icon.mat-accent {
  color: #ff4081;
}

.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #3f51b5;
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}

.mat-form-field-invalid .mat-input-element, .mat-form-field.mat-warn .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
  color: #f44336;
}

.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eee;
}

.mat-action-list .mat-list-item:focus, .mat-action-list .mat-list-item:hover, .mat-list-option:focus, .mat-list-option:hover, .mat-nav-list .mat-list-item:focus, .mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:focus, .mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: #fff;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled], .mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item-submenu-trigger:after, .mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item-highlighted:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: #fff;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first, .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c5cae9;
}

.mat-progress-bar-buffer {
  background-color: #c5cae9;
}

.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary .mat-radio-inner-circle, .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn .mat-radio-inner-circle, .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: #000;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: #fff;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow, .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer, .mat-drawer.mat-drawer-push {
  background-color: #fff;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end, [dir=rtl] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}

.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label, .mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}

.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}

.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}

.mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label, .mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.cdk-focused .mat-slider-track-background, .mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill, .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: initial;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(90deg, 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);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: #fff;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: initial;
  color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #fff;
}

.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header:after, .mat-horizontal-stepper-header:before, .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
  padding: 24px;
}

.mat-stepper-vertical-line:before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before, .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-header, .mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-header, .mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #3f51b5;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #ff4081;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}

.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}

.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}

.mat-toolbar .mat-focused .mat-form-field-ripple, .mat-toolbar .mat-form-field-ripple, .mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}

.mat-toolbar .mat-focused .mat-form-field-label, .mat-toolbar .mat-form-field-label, .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .mat-toolbar .mat-select-arrow, .mat-toolbar .mat-select-value {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: #fff;
}

.mat-nested-tree-node, .mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #ff4081;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body .mat-list-base .mat-list-item,
body .mat-list-base .mat-list-option {
  height: initial;
}
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .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(25, 118, 210, 0.3);
}
body .mat-calendar-body-selected {
  background-color: #1976d2;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #1976d2;
}
body .mat-form-field input {
  border: none !important;
  padding: initial !important;
  color: #1976d2;
}
body .mat-form-field label {
  color: #1976d2;
}
body .mat-form-field .mat-form-field-outline > div {
  border-color: #1976d2;
}
body .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #1976d2;
}
body .mat-form-field.mat-focused .mat-form-field-label {
  color: #1976d2;
}
body .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1976d2;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #689f38;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(104, 159, 56, 0.5);
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1976d2;
}
body .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #1976d2;
}
body .mat-tab-group.mat-primary .mat-ink-bar,
body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1976d2;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: #1976d2;
}
body .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1976d2;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #1976d2;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1976d2;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1976d2;
}

.material-icons[type=button],
.closePopup .material-icons {
  cursor: pointer;
}

.mat-datepicker-toggle [type=button]:focus,
.mat-datepicker-toggle [type=button]:hover,
.mat-datepicker-toggle [type=submit]:focus,
.mat-datepicker-toggle [type=submit]:hover,
.mat-datepicker-toggle button:focus,
.mat-datepicker-toggle button:hover {
  color: initial;
  background-color: initial;
}

.mat-datepicker-toggle-active {
  color: #1976d2;
}

.mat-select-value-text {
  color: #1976d2;
}

.mat-select-arrow {
  color: #1976d2;
}

.mat-form-field textarea {
  border: none !important;
}

.mat-radio-group .mat-radio-button {
  margin-right: 10px;
}

app-popup-message .mat-dialog-title {
  display: flex;
  justify-content: flex-end;
}
app-popup-message .mat-dialog-title h2 {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  list-style: none;
  padding: 0;
}

h2 {
  display: block;
  width: 100%;
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #1976d2;
}

.toggleAide {
  position: relative;
  display: inline;
}
.toggleAide button:hover {
  color: #1976d2;
}
.toggleAide .mat-icon-button {
  height: auto;
  width: auto;
  line-height: initial;
}
.toggleAide .mat-icon-button:hover {
  background-color: transparent;
}
.toggleAide .texteAide {
  position: absolute;
  width: 250px;
  color: white;
  background: #1976d2;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
.toggleAide .texteAide:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1976d2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.toggleAide:hover .texteAide {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -135px;
  z-index: 999;
}
.toggleAide.popup {
  display: none;
}
@media (max-width:600px) {
  .toggleAide.toggleJB {
    display: none;
  }
  .toggleAide.popup {
    display: initial;
  }
  .toggleAide .texteAide {
    right: 0;
  }
  .toggleAide:hover .texteAide {
    width: 80vw;
    max-height: 80vh;
    height: auto;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .toggleAide::after {
    display: none;
  }
}

.snackBar {
  position: fixed;
  margin: 50vh auto;
  max-width: 300px;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
}
.snackBar .material-icons {
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.mat-dialog-container app-photo-webcam .header {
  display: flex;
  justify-content: flex-end;
}
.mat-dialog-container app-scan-qrcode .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.popUp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.popUp .containerPopup {
  width: 92%;
  max-width: 600px;
  margin: 50vh auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.popUp .containerPopup .displayFlex {
  display: flex;
  justify-content: space-between;
}
.popUp .containerPopup .displayFlex .title {
  max-width: 95%;
}
.popUp .containerPopup p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.popUp .containerPopup p + .btn {
  margin-bottom: 10px;
  width: 100%;
}
.popUp .containerPopup .btn {
  font-size: 14px;
}
.popUp .containerPopup .title {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.popUp .containerPopup .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width:600px) {
  .popUp .containerPopup .containerBtn {
    justify-content: space-around;
  }
}
.popUp .containerPopup .close {
  margin-bottom: 20px;
  cursor: pointer;
}
.popUp .containerPopup .jb-checkbox-field {
  width: 100%;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

/*popup Calendar*/
.flatpickr-calendar {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) !important;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #1976d2 !important;
}
.flatpickr-calendar {
  font-family: "Roboto", sans-serif;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background-color: #1976d2;
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  flex-grow: 1;
  color: #ffffff;
  border: 0;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  flex-wrap: 1;
  width: auto;
  margin-right: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .cur-year {
  margin-left: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  width: 0;
  padding: 0;
  border: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper:hover {
  background: rgba(0, 0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  opacity: 1;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #00b7d3;
  border-color: #00b7d3;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: rgba(25, 118, 210, 0.6);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  border-radius: 0;
  background-color: rgba(145, 145, 145, 0.2);
  opacity: 0.3;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1976d2 !important;
}

/*flatpicker GLOBAL input*/
ng2-flatpickr {
  position: relative;
}
ng2-flatpickr:before {
  margin-top: 4px;
}
ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
ng2-flatpickr .flatpickr-input.select {
  padding-left: 40px;
}

.mat-dialog-content > .material-icons {
  width: 100%;
  text-align: right;
  border: none;
  color: #000000;
}
.mat-dialog-content > .material-icons:hover {
  background-color: transparent;
  color: #a50000;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.containerBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containerBtn.oneBtn {
  justify-content: flex-end;
}

app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button {
  padding: 0;
  width: 17px !important;
}
app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button .mat-icon {
  font-size: 24px;
  color: #1976d2;
}

@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes loadAft {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  70% {
    width: 0%;
    transform: translateX(0);
  }
  90% {
    width: 40%;
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@keyframes pulseWarningBorder {
  0% {
    border-color: #a50000;
  }
  25% {
    border-color: #1976d2;
  }
  50% {
    border-color: #a50000;
  }
  75% {
    border-color: #1976d2;
  }
  100% {
    border-color: #a50000;
  }
}
@keyframes pulseWarningBackground {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@media screen and (min-width: 1100px) {
  .containerInfos .popUp .containerPopup .btn {
    font-size: 16px !important;
  }
}
/*FIL D'ARIANE*/
app-fil-ariane {
  margin: 0 0 25px;
  width: 100%;
}
app-fil-ariane span {
  font-weight: bold;
  cursor: pointer;
  transition: all ease 200ms;
  display: inline-block;
}
app-fil-ariane span:hover {
  color: #00b7d3;
}
app-fil-ariane span.active {
  color: #1976d2;
  font-weight: bold;
}
app-fil-ariane span.separator {
  margin: 0 5px;
  font-weight: 500;
  cursor: initial;
}
app-fil-ariane span.disabled {
  opacity: 0.5;
  font-weight: 500;
  cursor: no-drop;
}
app-fil-ariane span.disabled:hover {
  color: initial;
}

.cdk-overlay-container {
  z-index: 100000 !important;
}

.infosMDP,
.containerNewMdp {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.infosMDP .infosText,
.containerNewMdp .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
.infosMDP .container-criteres,
.containerNewMdp .container-criteres {
  display: flex;
}
.infosMDP .container-criteres .criteres-coche,
.containerNewMdp .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
.infosMDP .container-criteres .criteres-coche .material-icons,
.containerNewMdp .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
.infosMDP .container-criteres .criteresOk,
.containerNewMdp .container-criteres .criteresOk {
  padding-left: 0.98em;
}
.infosMDP .rule,
.containerNewMdp .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.infosMDP .rule i,
.containerNewMdp .rule i {
  font-size: 0.98em;
}
.infosMDP .rule.valid,
.containerNewMdp .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.infosMDP .rule.valid i,
.containerNewMdp .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
.infosMDP .rule.invalid i,
.containerNewMdp .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}

/*-----------------------*/
/*--- FIN SCSS GLOBAL ---*/
/*-----------------------*/
/*--------------------------------*/
/*--- SCSS GLOBAL PROGRAMME CONNEXION ELEMENT ---*/
/*--------------------------------*/
body programme-connexion-element .mat-form-field {
  width: 100%;
  margin-bottom: 16px;
}
body programme-connexion-element .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
body programme-connexion-element .mat-form-field.mat-form-field-hide-placeholder .mat-form-field-outline > div {
  border-color: rgba(0, 0, 0, 0.12);
}
body programme-connexion-element .mat-form-field.fake-disable .mat-form-field-label {
  color: #1976d2;
}

/*------------------------------------*/
/*--- FIN SCSS GLOBAL PROGRAMME CONNEXION ELEMENT ---*/
/*------------------------------------*/
/*--- GLOBAL ---*/
/*---------------------------------*/
/*--- SCSS GLOBAL FORMULAIRE CNIL ELEMENT ---*/
/*---------------------------------*/
body formulaire-cnil-element,
body app-formulaire-cnil {
  width: 100%;
}
body formulaire-cnil-element app-formulaire-cnil,
body app-formulaire-cnil app-formulaire-cnil {
  width: 100%;
}
body formulaire-cnil-element .container .inputs .input .mat-form-field,
body app-formulaire-cnil .container .inputs .input .mat-form-field {
  width: 100%;
}
body formulaire-cnil-element .containerBtn.oneBtn,
body app-formulaire-cnil .containerBtn.oneBtn {
  justify-content: flex-end !important;
}

/*-------------------------------------*/
/*--- FIN SCSS GLOBAL FORMULAIRE CNIL ELEMENT ---*/
/*-------------------------------------*/
/*@import "https://jbsurf.blob.core.windows.net/fichiers/angular/elements/css/card";*/
/*body à supprimer pour prod*/
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  list-style: none;
  padding: 0;
}

h2 {
  display: block;
  width: 100%;
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #1976d2;
}

.toggleAide {
  position: relative;
  display: inline;
}
.toggleAide button:hover {
  color: #1976d2;
}
.toggleAide .mat-icon-button {
  height: auto;
  width: auto;
  line-height: initial;
}
.toggleAide .mat-icon-button:hover {
  background-color: transparent;
}
.toggleAide .texteAide {
  position: absolute;
  width: 250px;
  color: white;
  background: #1976d2;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
.toggleAide .texteAide:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #1976d2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.toggleAide:hover .texteAide {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -135px;
  z-index: 999;
}
.toggleAide.popup {
  display: none;
}
@media (max-width:600px) {
  .toggleAide.toggleJB {
    display: none;
  }
  .toggleAide.popup {
    display: initial;
  }
  .toggleAide .texteAide {
    right: 0;
  }
  .toggleAide:hover .texteAide {
    width: 80vw;
    max-height: 80vh;
    height: auto;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .toggleAide::after {
    display: none;
  }
}

.mat-dialog-content > .material-icons {
  width: 100%;
  text-align: right;
  border: none;
  color: #000000;
}
.mat-dialog-content > .material-icons:hover {
  background-color: transparent;
  color: #a50000;
}
.mat-dialog-content app-photo-webcam .header {
  display: flex;
  justify-content: flex-end;
}

body .mat-dialog-container:has(app-contact-popup) {
  min-width: 50vw;
}
body .mat-dialog-container app-contact-popup app-keycard .radios,
body .mat-dialog-container app-carte-popup app-keycard .radios {
  margin-bottom: 10px;
}
body app-popup-plan .ligneClose {
  text-align: right;
}
body app-popup-plan iframe {
  max-width: 100%;
}
body {
  /* POP UP Detail commande */
}
body app-popup-commande-details {
  display: block;
  overflow: auto;
  max-width: 90vw;
  max-height: 90vh;
}
body app-popup-commande-details .blocClosePopup {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
body app-popup-commande-details .blocClosePopup .closePopup {
  padding: 0;
  background-color: transparent;
  -moz-columns: #000000;
       columns: #000000;
  box-sizing: border-box;
  border: 0;
}
body app-popup-commande-details .blocClosePopup .closePopup:hover, body app-popup-commande-details .blocClosePopup .closePopup:focus {
  color: black !important;
  outline: none;
  box-shadow: none;
}
body app-popup-commande-details .headPopup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
body app-popup-commande-details .headPopup .firsInfoOrder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body app-popup-commande-details .headPopup .firsInfoOrder h2 {
  margin-bottom: 0;
  width: auto;
  margin-right: 10px;
}
body app-popup-commande-details .headPopup .firsInfoOrder .statut {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
}
body app-popup-commande-details .headPopup .firsInfoOrder .statut.en-attente-de-retrait-en-borne {
  background-color: rgba(255, 165, 0, 0.2);
}
body app-popup-commande-details .headPopup .firsInfoOrder .statut.validee {
  background-color: rgba(104, 159, 56, 0.2);
}
body app-popup-commande-details .headPopup .firsInfoOrder .statut .lab {
  display: none;
}
body app-popup-commande-details .headPopup .actionsOrder {
  display: flex;
  align-items: center;
}
body app-popup-commande-details .headPopup .actionsOrder > div {
  margin-left: 10px;
}
body app-popup-commande-details .headPopup .actionsOrder .btnRacheter.erreurRachat {
  display: none;
}
@media (max-width:600px) {
  body app-popup-commande-details .headPopup {
    flex-wrap: wrap;
  }
  body app-popup-commande-details .headPopup .actionsOrder {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  body app-popup-commande-details .headPopup .actionsOrder > div.btnFacture {
    margin-left: 0;
    margin-right: 10px;
  }
  body app-popup-commande-details .headPopup .actionsOrder > div.btnRacheter {
    margin-left: 0;
  }
  body app-popup-commande-details .headPopup .actionsOrder > div .btn {
    font-size: 1em;
    padding: 5px 10px;
  }
}
body app-popup-commande-details .infoOrder .lab {
  font-weight: bold;
  margin-right: 5px;
}
body app-popup-commande-details .titleQRCode {
  display: flex;
  align-items: center;
}
body app-popup-commande-details .titleQRCode img {
  height: 30px;
  margin-right: 10px;
}
body app-popup-commande-details app-qr-codes .zoom-button {
  cursor: pointer;
}
body app-popup-commande-details app-qr-codes ngx-qrcode-styling,
body app-popup-commande-details app-qr-codes span,
body app-popup-commande-details app-qr-codes p {
  display: block;
}
body app-popup-commande-details app-qr-codes .codeQRCode {
  min-width: 200px;
  text-align: center;
  background-color: rgb(236, 236, 236);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
body app-popup-commande-details .mat-tab-body-content {
  padding-top: 10px;
  box-sizing: border-box;
}
body app-popup-commande-details .detailPdt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px dashed #1976d2;
}
body app-popup-commande-details .detailPdt:nth-child(odd) {
  background-color: #dfdfdf;
}
body app-popup-commande-details .detailPdt .infoSkieur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body app-popup-commande-details .detailPdt .infoSkieur .lab {
  display: none;
}
body app-popup-commande-details .detailPdt .infoSkieur > span {
  margin-right: 5px;
  box-sizing: border-box;
}
body app-popup-commande-details .detailPdt .infoSkieur > span.name, body app-popup-commande-details .detailPdt .infoSkieur > span.firstName {
  font-weight: bold;
}
body app-popup-commande-details .detailPdt .infoSkieur > span.keycard {
  margin-left: 5px;
  margin-right: 10px;
}
body app-popup-commande-details .detailPdt .rowPdt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body app-popup-commande-details .detailPdt .rowPdt .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body app-popup-commande-details .detailPdt .rowPdt .name .namePdt {
  margin-right: 10px;
}
body app-popup-commande-details .detailPdt .pdtAdds {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 1px dotted rgba(0, 0, 0, 0.7);
}
body app-popup-commande-details .detailPdt .namePdt,
body app-popup-commande-details .detailPdt .pricePdt {
  font-weight: bold;
}
body app-popup-commande-details .detailPdt .mailBonCadeau .mailDestinataire {
  text-transform: lowercase;
  margin-right: 10px;
}
body app-popup-commande-details .total {
  width: 100%;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2em;
}
body app-popup-commande-details .total .lab {
  margin-right: 10px;
}
body {
  /* FIN - POP UP Detail commande */
}

.containerBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.infosMDP,
.containerNewMdp {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.infosMDP .infosText,
.containerNewMdp .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
.infosMDP .container-criteres,
.containerNewMdp .container-criteres {
  display: flex;
}
.infosMDP .container-criteres .criteres-coche,
.containerNewMdp .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
.infosMDP .container-criteres .criteres-coche .material-icons,
.containerNewMdp .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
.infosMDP .container-criteres .criteresOk,
.containerNewMdp .container-criteres .criteresOk {
  padding-left: 0.98em;
}
.infosMDP .rule,
.containerNewMdp .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.infosMDP .rule i,
.containerNewMdp .rule i {
  font-size: 0.98em;
}
.infosMDP .rule.valid,
.containerNewMdp .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.infosMDP .rule.valid i,
.containerNewMdp .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
.infosMDP .rule.invalid i,
.containerNewMdp .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}

body forfait-keycard-element .container .formKeycard .keycard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body forfait-keycard-element .container .formKeycard .keycard .mat-form-field {
  width: calc(100% - 20px - 50px);
}
body forfait-keycard-element .container .formKeycard .keycard .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
body forfait-keycard-element .container .datasKeycard .currentKeycard {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
body forfait-keycard-element .container .datasKeycard .listInfosKeycard {
  width: 100%;
}
body forfait-keycard-element .container .datasKeycard .listInfosKeycard .item {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
body forfait-keycard-element .container .datasKeycard .listInfosKeycard .item p {
  margin-bottom: 0;
}
body forfait-keycard-element .container .datasKeycard .listInfosKeycard .item p .val {
  font-weight: bold;
}
body forfait-keycard-element .container .datasKeycard .listInfosKeycard .item:not(:last-child) {
  border-bottom: 1px dashed #1976d2;
}

comparateur-element comparateur-accueil .compGlobal {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
comparateur-element comparateur-accueil .compGlobal .erreurs {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #a50000;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
comparateur-element comparateur-accueil .compGlobal .navSelecteur {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
comparateur-element comparateur-accueil .compGlobal .navSelecteur .ongletSelecteur {
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
comparateur-element comparateur-accueil .compGlobal .navSelecteur .ongletSelecteur:first-child {
  border-top-left-radius: 4px;
}
comparateur-element comparateur-accueil .compGlobal .navSelecteur .ongletSelecteur:last-child {
  border-top-right-radius: 4px;
  border-right: 0;
}
comparateur-element comparateur-accueil .compGlobal .navSelecteur .ongletSelecteur.actif {
  background-color: #1976d2;
  color: #ffffff;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2) inset;
}
comparateur-element comparateur-accueil .compGlobal .containerBtn {
  text-align: center;
  margin-top: 10px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp {
  padding: 20px 10px 10px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}
comparateur-element comparateur-accueil .compGlobal .containerComp .title {
  margin-bottom: 20px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp .jb-text-field {
  margin-bottom: 10px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp .jb-text-field .mat-form-field-wrapper {
  padding: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp .recapSkieurs .titleRecapSkieur .material-icons {
  vertical-align: bottom;
  margin-left: 4px;
  cursor: pointer;
}
comparateur-element comparateur-accueil .compGlobal .containerComp .recapSkieurs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .title,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .title {
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card > i.material-icons,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card .close,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card span.material-icons.add:hover,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card > i.material-icons,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card .close,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card span.material-icons.add:hover {
  cursor: pointer;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card > i.material-icons,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card > i.material-icons {
  position: absolute;
  right: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card .age-container,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card .age-container {
  min-width: 27%;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card .age-container .jb-text-field.outline,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card .age-container .jb-text-field.outline {
  width: 89% !important;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card .age-container .close,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card .age-container .close {
  font-size: 20px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-age-skieur .containerPopup.card span.material-icons.add,
comparateur-element comparateur-accueil .compGlobal .containerComp #popup-categories .containerPopup.card span.material-icons.add {
  width: 100%;
  margin-top: 10px;
  color: #1976d2;
  text-align: center;
}
comparateur-element comparateur-accueil .compGlobal .containerComp ng2-flatpickr {
  position: relative;
}
comparateur-element comparateur-accueil .compGlobal .containerComp ng2-flatpickr:before {
  margin-top: 4px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats {
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre {
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre {
  position: relative;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre p {
  margin: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductDureeDate {
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductDureeDate > p {
  margin-right: 10px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductDureeDate > p:last-child {
  margin-right: 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductMore .interogation {
  display: none;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductPricesStock {
  display: flex;
  flex-wrap: wrap;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductPricesStock .prix {
  margin: 0 5px;
  font-size: 1.5em;
  font-weight: bold;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .divInfos > div.divProductPricesStock .prix.prixBarre {
  font-size: 1em;
  font-weight: initial;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .details {
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .details.show {
  min-height: 30px;
  max-height: 60px;
  height: auto;
  overflow: auto;
  position: relative;
  padding-right: 20px;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .details.show .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre.selected .choose {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #689f38;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier {
  font-family: "Roboto", sans-serif;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier .lignePopupResultUp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier .lignePopupResultUp .close {
  font-size: 22px;
  cursor: pointer;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier app-ligne-forfait {
  width: 100%;
  padding: 5px 0;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier app-ligne-forfait div {
  display: flex;
  justify-content: space-between;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier app-ligne-forfait div > p {
  display: block;
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier app-ligne-forfait:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier .containerBtn .btn {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  box-sizing: border-box;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup {
  position: absolute;
  background-color: #ffffff;
  z-index: 99;
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .title {
  margin-bottom: 20px;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .title + .close {
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .jb-text-field {
  margin-bottom: 10px;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .containerBtn {
  width: 100%;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .offre .close {
  display: none;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup .infoResultSelecteur {
  font-family: "Roboto", sans-serif;
  margin: 15px auto;
  color: rgba(0, 0, 0, 0.5);
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup p.infos {
  font-weight: normal;
  font-size: 12px;
  background-color: rgba(255, 165, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .loader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: rgba(25, 118, 210, 0.5);
  right: 0;
  z-index: 9999;
  overflow: hidden;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .loader::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 5px;
  animation: loadBef 2s infinite;
}
comparateur-element comparateur-accueil .compGlobal .bgPopup .loader::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #63a4ff;
  height: 5px;
  animation: loadAft 2s infinite;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .jb-text-field.matInside.outline {
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page {
  padding: 10px;
  box-sizing: border-box;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .header .btn {
  background-color: transparent;
  border: none;
  color: #000000;
  box-shadow: none;
  padding: 0;
  margin: 0 10px 0 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .header h2 {
  margin: 0;
  text-align: left;
  color: #1976d2;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item {
  margin-bottom: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.btn {
  border: 2px solid #1976d2;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.btn.selected, comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.btn:active, comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.btn:hover, comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.btn:focus {
  background-color: white !important;
  border: 2px solid #1976d2;
  color: #1976d2;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers {
  border-radius: 10px;
  background-color: #1976d2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins .mat-form-field .mat-form-field-outline > div {
  border-color: transparent;
  width: initial;
  border-radius: initial;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins .mat-form-field .mat-form-field-flex {
  padding: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins .mat-form-field .mat-form-field-infix {
  padding: 0;
  margin: 0;
  border: none;
  width: initial;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins .mat-form-field .mat-form-field-infix input {
  color: white !important;
  text-align: center;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .containerBtnPlusMoins .btn {
  width: 40px;
  color: white;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .delete {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50px;
  background-color: white;
  color: #a50000;
  font-size: 15px;
  padding: 5px 7px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .liste .item.itemPers .delete i {
  font-size: 1em;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .btnAdd {
  width: 100%;
  text-align: right;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .manualChoice {
  margin-bottom: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .btnNext,
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page .containerBtn.btnNext {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult h2 .date {
  display: none;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .listeRecap {
  display: none;
  margin-bottom: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .listeRecap .itemRecap {
  width: 47%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .listeRecap .itemRecap .qty {
  margin: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre {
  background-color: #1976d2;
  color: white;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  padding: 0;
  margin-bottom: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divImg {
  width: 30%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 0 0 10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos {
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos .choose {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: white;
  color: #689f38;
  border-radius: 20px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div p {
  margin: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDomaineCanalNbPers {
  margin-bottom: 10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDomaineCanalNbPers .productLabels .domaine {
  display: none;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDomaineCanalNbPers .productLabels .canal {
  text-align: left;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDureeDate {
  margin-bottom: 10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDureeDate p {
  margin-right: 10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductDureeDate p:last-child {
  margin: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductPricesStock {
  justify-content: flex-end;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductPricesStock .prix {
  font-size: 1.5em;
  font-weight: bold;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductMore .btn {
  background-color: white;
  color: #1976d2;
  font-weight: bold;
  border-radius: 0 10px 0 0;
  margin: 0 0 -10px -10px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductMore .btn .interogation {
  display: block;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre .divInfos > div.divProductMore .btn .lab {
  display: none;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .offre.selected {
  background-color: white;
  color: #1976d2;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .containerCheckbox .mat-checkbox {
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .containerCheckbox .mat-checkbox .mat-checkbox-layout {
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp .page.pageResult .containerCheckbox .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  width: 100%;
  white-space: initial;
  text-align: left;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp #popup-age-skieur,
comparateur-element[display-tuiles=""] .compGlobal .containerComp #popup-categories {
  position: initial;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp #popup-age-skieur .containerPopup,
comparateur-element[display-tuiles=""] .compGlobal .containerComp #popup-categories .containerPopup {
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup {
  padding: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup .lignePopupResultUp {
  padding: 20px 20px 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup .lignePopupResultUp .title {
  margin: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup app-ligne-forfait {
  padding: 20px;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup .containerBtn {
  flex-wrap: wrap;
  margin: 0;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup .containerBtn .btn {
  width: 100%;
}
comparateur-element[display-tuiles=""] .compGlobal .containerComp app-comp-popup-panier .containerPopup .containerBtn .btn.btn--raised--primary {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width:600px) {
  comparateur-element[display-tuiles=""] .compGlobal .containerComp .jb-text-field .page .liste .item {
    width: 47%;
  }
  comparateur-element[display-tuiles=""] .compGlobal .containerComp .jb-text-field .page .liste .item.btn {
    padding: 15px;
  }
  comparateur-element[display-tuiles=""] .compGlobal .containerComp .jb-text-field .page .btnNext .btn {
    padding: 15px;
  }
}

calculateur-element .divSpinner {
  width: 100%;
}
calculateur-element .divSpinner mat-spinner {
  margin: auto;
}
calculateur-element .divSpinner mat-spinner circle {
  stroke: #1976d2;
}
calculateur-element .containerCalc {
  padding: 10px;
  box-sizing: border-box;
}
calculateur-element .containerCalc .jb-text-field {
  margin-bottom: 16px;
}
calculateur-element .containerCalc .jb-text-field.nbSkieur {
  height: initial;
  min-height: 56px;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie {
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 99;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie .categorie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie .categorie:last-child {
  margin-bottom: 0;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie .categorie p.cat span {
  font-size: 0.85em;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie .categorie .choix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  font-weight: bold;
}
calculateur-element .containerCalc .jb-text-field .popupChoixCategorie .categorie .choix .btn {
  padding: 10px 16px;
  background-color: #1976d2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
calculateur-element .containerCalc .containerBtn {
  width: 100%;
  text-align: right;
  justify-content: space-around;
}
calculateur-element .containerCalc .containerTotal {
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
calculateur-element .containerCalc .containerTotal .prix {
  font-size: 1.5em;
}
calculateur-element .containerCalc .containerTotal .prixBarre,
calculateur-element .containerCalc .containerTotal .promo {
  font-size: 1em;
}
calculateur-element .containerCalc .containerTotal .prixBarre .libPrixBarre {
  display: none;
}
calculateur-element .containerCalc .containerTotal .stock {
  width: 100%;
  color: #00b7d3;
  text-align: center;
}
calculateur-element .outline .input:disabled + .jb-arrow-select + .jb-border .jb-border-cut .jb-floating-label,
calculateur-element .outline .input:disabled + .jb-border .jb-border-cut .jb-floating-label {
  top: 14px;
  font-size: 1rem;
}
calculateur-element .outline .input:disabled + .jb-arrow-select + .jb-border .jb-border-cut,
calculateur-element .outline .input:disabled + .jb-border .jb-border-cut {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

body calculateur-element .containerCalc .mat-form-field {
  width: 100%;
  margin-bottom: 16px;
}
body calculateur-element .containerCalc .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
body calculateur-element .containerCalc .mat-form-field.mat-form-field-hide-placeholder .mat-form-field-outline > div {
  border-color: rgba(0, 0, 0, 0.12);
}
body calculateur-element .containerCalc .mat-form-field.fake-disable .mat-form-field-label {
  color: #1976d2;
}
body calculateur-element .containerCalc .popupChoixCategorie {
  display: none;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  width: 100%;
  z-index: 99;
}
body calculateur-element .containerCalc .popupChoixCategorie.selected {
  display: block;
}
body calculateur-element .containerCalc .popupChoixCategorie .categorie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body calculateur-element .containerCalc .popupChoixCategorie .categorie:last-child {
  margin-bottom: 0;
}
body calculateur-element .containerCalc .popupChoixCategorie .categorie p.cat span {
  font-size: 0.85em;
}
body calculateur-element .containerCalc .popupChoixCategorie .categorie .choix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  font-weight: bold;
}
body calculateur-element .containerCalc .popupChoixCategorie .categorie .choix .btn {
  padding: 10px 16px;
  background-color: #1976d2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
body keycard-station-element .mat-form-field {
  width: 100%;
}
body keycard-station-element .info {
  padding: 10px;
  border: 1px solid;
  box-sizing: border-box;
  margin-top: 20px;
}
body keycard-station-element .info.valid {
  border-color: #689f38;
  background-color: rgba(104, 159, 56, 0.1);
  color: #689f38;
}
body keycard-station-element .info.error {
  border-color: #a50000;
  background-color: rgba(165, 0, 0, 0.1);
  color: #a50000;
}

app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button {
  padding: 0;
  width: 17px !important;
}
app-autocomplete-pays .mat-form-field .mat-form-field-suffix .mat-icon-button .mat-icon {
  font-size: 24px;
  color: #1976d2;
}

identification-element {
  font-family: "Roboto", sans-serif;
  display: block;
}
identification-element app-formulaire-cnil .mat-checkbox-layout {
  white-space: initial;
}
identification-element[mode-popup] .popup {
  z-index: 99999 !important;
  left: 0;
}
identification-element[mode-popup] .popup.connecte {
  z-index: 999999;
}
identification-element[mode-popup] #ident-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 9999;
}
identification-element[mode-popup] .navIdentification > ul li {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
identification-element[mode-popup] .navIdentification > ul li:first-child {
  width: auto;
  background-color: #000000;
}
identification-element:not([mode-popup]) .navIdentification {
  position: initial;
}
identification-element:not([mode-popup]) .ident-router-outlet ident-recap-compte .popMyAccount {
  position: relative;
  top: initial;
  right: initial;
  margin: auto;
  box-shadow: none;
  z-index: 1;
}
identification-element {
  /*Pendant DEV*/
}
identification-element .showIdent {
  position: absolute;
  top: 0;
  left: 5px;
}
identification-element .showIdent.isConnected .accountName {
  display: block;
  text-align: right;
  font-size: 0.7em;
  display: none;
}
identification-element .popup {
  position: absolute;
  right: 0;
}
identification-element .popup .infosText {
  margin: 10px 0;
}
identification-element .navIdentification {
  background-color: #63a4ff;
  color: #ffffff;
  position: fixed;
  right: 0;
  width: 100%;
  max-width: 600px;
}
identification-element .navIdentification > ul {
  display: flex;
  justify-content: space-around;
}
identification-element .navIdentification > ul li {
  padding: 10px 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
identification-element .navIdentification > ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #ffffff;
  display: block;
  bottom: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
identification-element .navIdentification > ul li.active:after {
  height: 6px;
  opacity: 1;
}
identification-element .ident-router-outlet ident-connexion,
identification-element .ident-router-outlet ident-creation,
identification-element .ident-router-outlet ident-mobile {
  margin-top: 35vh;
  transform: translateY(-50%);
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}
identification-element .ident-router-outlet ident-connexion .title,
identification-element .ident-router-outlet ident-creation .title,
identification-element .ident-router-outlet ident-mobile .title {
  text-align: center;
  margin-bottom: 20px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire,
identification-element .ident-router-outlet ident-creation .containerFormulaire,
identification-element .ident-router-outlet ident-mobile .containerFormulaire {
  width: calc(100% - 20px);
  margin: 0 auto 20px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire mat-stepper .mat-horizontal-stepper-header-container,
identification-element .ident-router-outlet ident-connexion .containerFormulaire mat-stepper .mat-step-header,
identification-element .ident-router-outlet ident-connexion .containerFormulaire mat-stepper .mat-stepper-horizontal-line,
identification-element .ident-router-outlet ident-creation .containerFormulaire mat-stepper .mat-horizontal-stepper-header-container,
identification-element .ident-router-outlet ident-creation .containerFormulaire mat-stepper .mat-step-header,
identification-element .ident-router-outlet ident-creation .containerFormulaire mat-stepper .mat-stepper-horizontal-line,
identification-element .ident-router-outlet ident-mobile .containerFormulaire mat-stepper .mat-horizontal-stepper-header-container,
identification-element .ident-router-outlet ident-mobile .containerFormulaire mat-stepper .mat-step-header,
identification-element .ident-router-outlet ident-mobile .containerFormulaire mat-stepper .mat-stepper-horizontal-line {
  display: none;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire .jb-text-field.matInside,
identification-element .ident-router-outlet ident-creation .containerFormulaire .jb-text-field.matInside,
identification-element .ident-router-outlet ident-mobile .containerFormulaire .jb-text-field.matInside {
  width: 100%;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire .jb-text-field:not(.checkbox),
identification-element .ident-router-outlet ident-creation .containerFormulaire .jb-text-field:not(.checkbox),
identification-element .ident-router-outlet ident-mobile .containerFormulaire .jb-text-field:not(.checkbox) {
  margin-top: 10px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire p.body,
identification-element .ident-router-outlet ident-creation .containerFormulaire p.body,
identification-element .ident-router-outlet ident-mobile .containerFormulaire p.body {
  width: 100%;
  margin-top: 20px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire .jb-text-field.CP, identification-element .ident-router-outlet ident-connexion .containerFormulaire .jb-text-field.ville, identification-element .ident-router-outlet ident-connexion .containerFormulaire .jb-text-field.phone,
identification-element .ident-router-outlet ident-creation .containerFormulaire .jb-text-field.CP,
identification-element .ident-router-outlet ident-creation .containerFormulaire .jb-text-field.ville,
identification-element .ident-router-outlet ident-creation .containerFormulaire .jb-text-field.phone,
identification-element .ident-router-outlet ident-mobile .containerFormulaire .jb-text-field.CP,
identification-element .ident-router-outlet ident-mobile .containerFormulaire .jb-text-field.ville,
identification-element .ident-router-outlet ident-mobile .containerFormulaire .jb-text-field.phone {
  width: 49%;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire ng2-flatpickr,
identification-element .ident-router-outlet ident-creation .containerFormulaire ng2-flatpickr,
identification-element .ident-router-outlet ident-mobile .containerFormulaire ng2-flatpickr {
  position: relative;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire ng2-flatpickr:before,
identification-element .ident-router-outlet ident-creation .containerFormulaire ng2-flatpickr:before,
identification-element .ident-router-outlet ident-mobile .containerFormulaire ng2-flatpickr:before {
  margin-top: 4px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire ng2-flatpickr .ng2-flatpickr-input-container,
identification-element .ident-router-outlet ident-creation .containerFormulaire ng2-flatpickr .ng2-flatpickr-input-container,
identification-element .ident-router-outlet ident-mobile .containerFormulaire ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire ng2-flatpickr .flatpickr-input,
identification-element .ident-router-outlet ident-creation .containerFormulaire ng2-flatpickr .flatpickr-input,
identification-element .ident-router-outlet ident-mobile .containerFormulaire ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire app-identifiants .jb-text-field:last-child,
identification-element .ident-router-outlet ident-creation .containerFormulaire app-identifiants .jb-text-field:last-child,
identification-element .ident-router-outlet ident-mobile .containerFormulaire app-identifiants .jb-text-field:last-child {
  margin-bottom: 20px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire app-identifiants .container-criteres,
identification-element .ident-router-outlet ident-creation .containerFormulaire app-identifiants .container-criteres,
identification-element .ident-router-outlet ident-mobile .containerFormulaire app-identifiants .container-criteres {
  display: flex;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire app-identifiants .container-criteres .criteres-coche,
identification-element .ident-router-outlet ident-creation .containerFormulaire app-identifiants .container-criteres .criteres-coche,
identification-element .ident-router-outlet ident-mobile .containerFormulaire app-identifiants .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire app-identifiants .container-criteres .criteres-coche .material-icons,
identification-element .ident-router-outlet ident-creation .containerFormulaire app-identifiants .container-criteres .criteres-coche .material-icons,
identification-element .ident-router-outlet ident-mobile .containerFormulaire app-identifiants .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
identification-element .ident-router-outlet ident-connexion .containerFormulaire app-identifiants .container-criteres .criteresOk,
identification-element .ident-router-outlet ident-creation .containerFormulaire app-identifiants .container-criteres .criteresOk,
identification-element .ident-router-outlet ident-mobile .containerFormulaire app-identifiants .container-criteres .criteresOk {
  padding-left: 0.98em;
}
identification-element .ident-router-outlet ident-connexion .containerBtn,
identification-element .ident-router-outlet ident-creation .containerBtn,
identification-element .ident-router-outlet ident-mobile .containerBtn {
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
identification-element .ident-router-outlet ident-connexion .containerBtn .btnMDPO,
identification-element .ident-router-outlet ident-creation .containerBtn .btnMDPO,
identification-element .ident-router-outlet ident-mobile .containerBtn .btnMDPO {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  margin-top: 8px;
  position: relative;
}
identification-element .ident-router-outlet ident-connexion .containerBtn .btnMDPO:after,
identification-element .ident-router-outlet ident-creation .containerBtn .btnMDPO:after,
identification-element .ident-router-outlet ident-mobile .containerBtn .btnMDPO:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  margin-top: 2px;
  display: block;
  bottom: -2px;
  background-color: rgba(0, 0, 0, 0.6);
}
identification-element .ident-router-outlet ident-connexion .containerBtn .back,
identification-element .ident-router-outlet ident-creation .containerBtn .back,
identification-element .ident-router-outlet ident-mobile .containerBtn .back {
  margin-right: 20px;
}
identification-element .ident-router-outlet ident-connexion .mat-form-field {
  width: 100%;
  margin-bottom: 16px;
}
identification-element .ident-router-outlet ident-connexion .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
identification-element .ident-router-outlet ident-connexion .mat-form-field.mat-form-field-hide-placeholder .mat-form-field-outline > div {
  border-color: rgba(0, 0, 0, 0.12);
}
identification-element .ident-router-outlet ident-connexion .mat-form-field.fake-disable .mat-form-field-label {
  color: #1976d2;
}
identification-element .ident-router-outlet app-emblem .mat-form-field,
identification-element .ident-router-outlet app-company-card .mat-form-field {
  width: 100%;
}
identification-element .ident-router-outlet ident-creation,
identification-element .ident-router-outlet ident-mobile {
  margin-top: 30px;
  transform: translateY(0);
}
identification-element .ident-router-outlet ident-creation app-coordonnees,
identification-element .ident-router-outlet ident-mobile app-coordonnees {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  left: 100%;
}
identification-element .ident-router-outlet ident-creation app-coordonnees section,
identification-element .ident-router-outlet ident-mobile app-coordonnees section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
identification-element .ident-router-outlet ident-creation app-coordonnees .body,
identification-element .ident-router-outlet ident-mobile app-coordonnees .body {
  margin-top: 0;
}
identification-element .ident-router-outlet ident-creation app-coordonnees .containerBtn,
identification-element .ident-router-outlet ident-mobile app-coordonnees .containerBtn {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
identification-element .ident-router-outlet ident-creation app-identifiants,
identification-element .ident-router-outlet ident-mobile app-identifiants {
  position: relative;
  left: 100%;
}
identification-element .ident-router-outlet ident-creation app-identifiants .jb-text-field .icone,
identification-element .ident-router-outlet ident-mobile app-identifiants .jb-text-field .icone {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
identification-element .ident-router-outlet ident-creation app-proprio h3,
identification-element .ident-router-outlet ident-mobile app-proprio h3 {
  margin-bottom: 20px;
}
identification-element .ident-router-outlet ident-creation app-proprio .containerBtn,
identification-element .ident-router-outlet ident-mobile app-proprio .containerBtn {
  margin-top: 20px;
  justify-content: space-between;
}
identification-element .ident-router-outlet ident-mobile .mat-form-field {
  width: 100%;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget {
  max-width: 400px;
  margin: 25vh auto 20px;
  transform: translateY(-50%);
  width: 96%;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #1976d2;
  border-radius: 5px;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget p {
  margin-bottom: 10px;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget .btn {
  margin-top: 10px;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget .erreur {
  color: #a50000;
  margin-top: 10px;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget .mat-form-field {
  width: 100%;
}
identification-element .ident-router-outlet ident-recup-mdp .containerMdpForget .containerBtn {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount {
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  right: 0;
  width: 100%;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .myName {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .myName .firstName {
  margin-right: 5px;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .myName .material-icons {
  font-size: 50px;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .myName .toAccount {
  margin: 10px auto;
  white-space: nowrap;
  width: 100%;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount app-deconnexion {
  width: 100%;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .containerBtn {
  width: 100%;
  text-align: center;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .containerBtn .btn {
  width: 100%;
  text-align: center;
}
identification-element .ident-router-outlet ident-recap-compte .popMyAccount .containerBtn .deconnect {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  color: #ffffff;
  justify-content: center;
  white-space: nowrap;
}
identification-element .ident-router-outlet .infosMDP {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
identification-element .ident-router-outlet .infosMDP .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
identification-element .ident-router-outlet .infosMDP .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
identification-element .ident-router-outlet .infosMDP .rule i {
  font-size: 0.98em;
}
identification-element .ident-router-outlet .infosMDP .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
identification-element .ident-router-outlet .infosMDP .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
identification-element .ident-router-outlet .infosMDP .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}
identification-element .ident-router-outlet ident-creation app-coordonnees .containerBtn .btn--raised--primary {
  display: flex;
  align-items: center;
}
identification-element .ident-router-outlet ident-creation app-coordonnees .containerBtn .btn--raised--primary .mat-spinner {
  margin-right: 5px;
}
identification-element .ident-router-outlet ident-creation app-coordonnees .containerBtn .btn--raised--primary .mat-spinner circle {
  stroke: #ffffff;
}
identification-element .ident-router-outlet ident-creation .mat-stepper-horizontal {
  background-color: transparent;
}
identification-element .ident-router-outlet ident-creation .mat-stepper-horizontal app-identifiants,
identification-element .ident-router-outlet ident-creation .mat-stepper-horizontal app-coordonnees {
  left: initial !important;
}

nouveau-pass-element .jb-text-field {
  margin-top: 12px;
}
nouveau-pass-element .infosText {
  margin-bottom: 20px;
}
nouveau-pass-element .container-criteres {
  display: flex;
}
nouveau-pass-element .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
nouveau-pass-element .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
nouveau-pass-element .container-criteres .criteresOk {
  padding-left: 0.98em;
}
nouveau-pass-element .container-criteres .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
nouveau-pass-element .container-criteres .rule i {
  font-size: 0.98em;
}
nouveau-pass-element .container-criteres .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
nouveau-pass-element .container-criteres .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
nouveau-pass-element .container-criteres .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}

panier-rapide-element .btn > span {
  margin-right: 10px;
}
panier-rapide-element .btn > span:last-child {
  margin-right: 0;
}

panier-element .erreurs {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #a50000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 2px;
}
panier-element .erreurs .material-icons {
  margin-right: 8px;
}
panier-element .menu-panier {
  position: relative;
}
panier-element .menu-panier .btnPanier {
  position: relative;
  width: 32px;
  cursor: pointer;
}
panier-element .menu-panier .btnPanier i {
  font-size: 32px;
}
panier-element .menu-panier .btnPanier .nbItemsNotif {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #a50000;
  border-radius: 50%;
  text-align: center;
}
panier-element .menu-panier .btnPanier .nbItemsNotif p {
  color: #ffffff;
  font-size: 12px;
}
panier-element .menu-panier .popupPanier {
  position: fixed;
  z-index: 9999;
  margin-top: 4px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
panier-element .menu-panier .popupPanier > p .card-empty {
  padding: 0 10px;
  margin: 0;
}
panier-element .menu-panier .popupPanier > .btn:nth-child(1) {
  margin-bottom: 10px;
  font-size: 0.9em;
}
panier-element .menu-panier .popupPanier app-ligne-popup {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
}
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem .priceUnitItem,
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem .nameItem {
  font-weight: bold;
}
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem .nameItem {
  width: 100%;
  text-align: left;
}
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem.popup {
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
}
panier-element .menu-panier .popupPanier app-ligne-popup .ligneItem.popup:last-child {
  margin-bottom: 5px;
}
panier-element .menu-panier .popupPanier app-ligne-popup:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
panier-element .menu-panier .popupPanier .totalPanier {
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  color: #1976d2;
}
panier-element .menu-panier .popupPanier p.infos {
  font-weight: normal;
  font-size: 12px;
  background-color: rgba(255, 165, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
}
panier-element .containerPanier {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
panier-element .containerPanier .textHaut,
panier-element .containerPanier .textBas {
  width: 100%;
  margin: 20px 0;
}
panier-element .containerPanier .allItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
panier-element .containerPanier .allItems app-ligne-panier {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #1976d2;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem,
panier-element .containerPanier .allItems app-ligne-panier .totalPanier {
  display: flex;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #1976d2;
  width: 100%;
  box-sizing: border-box;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem {
  justify-content: space-between;
  padding: 0;
  position: relative;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos {
  padding: 10px;
  width: 65%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos h3,
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .duree,
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .date,
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .categorie {
  width: 100%;
  display: block;
  line-height: 1.8em;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .prixUnit {
  font-weight: bold;
  font-size: 2.5em;
  color: #1976d2;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .prixUnit sup {
  font-size: 18px;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .containerQty {
  text-align: center;
  width: 27%;
  min-width: 50px;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .Infos .containerQty .mat-form-field {
  width: 100%;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .img {
  position: relative;
  background-color: #00b7d3;
  border-radius: 0 4px 4px 0;
  width: 35%;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .img img {
  width: 100%;
  padding: 0;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa {
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA:not(:last-child) {
  margin-bottom: 6px;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .name {
  flex-grow: 2;
  font-weight: bold;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .qty,
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .prixUnit,
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .prixTotal {
  flex-grow: 1;
  text-align: right;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .qty {
  font-size: 0.92em;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa .pA .prixTotal {
  font-weight: bold;
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem.blocPa:before {
  content: "";
  height: 13px;
  width: 10px;
  background-color: #1976d2;
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  margin: 0 50%;
  transform: translateX(-50%);
}
panier-element .containerPanier .allItems app-ligne-panier .blocItem .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}
panier-element .containerPanier .allItems app-ligne-panier .totalPanier {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1976d2;
}
panier-element .containerPanier .allItems app-ligne-panier .totalPanier .totalUnit {
  font-size: 1.5em;
  font-weight: bold;
}
panier-element .containerPanier .allItems app-ligne-panier .totalPanier .totalUnit sup {
  font-size: 14px;
}
panier-element .containerPanier .allItems app-ligne-panier .totalPanier:before {
  content: "";
  height: 13px;
  width: 10px;
  background-color: #1976d2;
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  margin: 0 50%;
  transform: translateX(-50%);
}
panier-element .containerPanier .containerTotalPanier {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  border: 2px solid #1976d2;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
panier-element .containerPanier .containerTotalPanier p.infos {
  font-weight: normal;
  font-size: 12px;
  background-color: rgba(255, 165, 0, 0.4);
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
panier-element .containerPanier .containerTotalPanier .txtTotal {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
panier-element .containerPanier .containerTotalPanier .prixTotal {
  font-size: 3em;
  font-weight: bold;
  color: #1976d2;
}
panier-element .containerPanier .containerTotalPanier > div {
  text-align: center;
}
panier-element[mode-popup] .erreurs {
  background-color: rgba(0, 0, 0, 0.2);
  width: 200px;
  position: absolute;
  z-index: 9999;
  display: none;
}

.popupPanierElement .mat-dialog-container {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
.popupPanierElement .mat-dialog-container .popupPanier {
  width: 100%;
}
.popupPanierElement .mat-dialog-container .popupPanier > p.card-empty {
  padding: 0 10px;
  margin: 0;
}
.popupPanierElement .mat-dialog-container .popupPanier > .btn:nth-child(1) {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem .priceUnitItem,
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem .nameItem {
  font-weight: bold;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem .nameItem {
  width: 100%;
  text-align: left;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem.popup {
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup .ligneItem.popup:last-child {
  margin-bottom: 5px;
}
.popupPanierElement .mat-dialog-container .popupPanier app-ligne-popup:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.popupPanierElement .mat-dialog-container .popupPanier .totalPanier {
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  color: #1976d2;
}
.popupPanierElement .mat-dialog-container .popupPanier p.infos {
  font-weight: normal;
  font-size: 12px;
  background-color: rgba(255, 165, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
}

/* POPUP TUNNEL */
body app-nfc-scan-popup .state-info.success {
  color: #689f38;
}
body app-nfc-scan-popup .state-info.error {
  color: #a50000;
}
body app-nfc-scan-popup .nfcState {
  width: 100%;
  text-align: center;
}
body app-nfc-scan-popup .nfcState .material-icons {
  font-size: 5em;
}
body app-nfc-scan-popup .nfcState.reading {
  position: relative;
}
body app-nfc-scan-popup .nfcState.reading:before {
  content: "";
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  background: radial-gradient(closest-side, #1976d2, rgba(0, 0, 255, 0), rgba(0, 0, 255, 0));
  animation: clignote;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
body app-nfc-scan-popup .nfcState.reading::after {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--wpr-bg-d8029b1a-8e4a-4f40-be55-e077078c0d93);
}
body app-nfc-scan-popup .nfcState.reading .material-icons {
  display: none;
}
body app-nfc-scan-popup .nfcState.success {
  color: #689f38;
}
body app-nfc-scan-popup .nfcState.error {
  color: #a50000;
}
body app-dynamic-entity-form .mat-form-field {
  width: 100%;
  margin-bottom: 20px;
}

tunnel-vente-element {
  position: relative;
}
tunnel-vente-element .titreTunnel {
  text-align: center;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  margin-bottom: 20px;
}
tunnel-vente-element .container-ariane {
  width: 100%;
}
tunnel-vente-element .priceTotal {
  text-align: center;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}
tunnel-vente-element .containerTotal {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #1976d2;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
tunnel-vente-element .containerBtn {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  width: 92%;
  align-items: center;
}
tunnel-vente-element .containerBtn .next {
  margin: 0;
}
tunnel-vente-element .erreurs {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #a50000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 2px;
}
tunnel-vente-element .erreurs .material-icons {
  margin-right: 8px;
}
tunnel-vente-element tunnel-accueil .mat-slide-toggle label .full,
tunnel-vente-element tunnel-parking .mat-slide-toggle label .full {
  display: none;
}
tunnel-vente-element tunnel-accueil .containerGlobal,
tunnel-vente-element tunnel-parking .containerGlobal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit {
  width: 92%;
  padding-bottom: 20px;
  border-bottom: 2px dashed #1976d2;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct {
  display: flex;
  justify-content: space-between;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct .idProduct,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct .idProduct {
  background-color: #1976d2;
  color: #ffffff;
  display: inline;
  padding: 2px 4px;
  font-size: 14px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct .delete,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .topProduct .delete {
  display: flex;
  align-items: baseline;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct {
  border: 1px solid #1976d2;
  border-radius: 4px;
  border-top-left-radius: 0;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  margin-top: 1px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .flex,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .flex .pdtName,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .flex .pdtName {
  width: 100%;
  margin-bottom: 3px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .pdtPrice,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit .libProduct .pdtPrice {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur:before {
  content: "";
  width: 8px;
  height: 10px;
  background-color: #1976d2;
  display: block;
  margin: 0 auto;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field {
  width: 100%;
  margin-bottom: 10px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input {
  padding: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .jb-arrow-select,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .jb-arrow-select {
  top: 9px;
  right: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .jb-border .jb-border-cut .jb-floating-label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .jb-border .jb-border-cut .jb-floating-label {
  padding-top: 11px;
  padding-left: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:valid,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:valid {
  padding: 12px 12px 0 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:active + .jb-arrow-select + .jb-border .jb-floating-label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:valid + .jb-arrow-select + .jb-border .jb-floating-label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:active + .jb-arrow-select + .jb-border .jb-floating-label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:focus + .jb-arrow-select + .jb-border .jb-floating-label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field .input:valid + .jb-arrow-select + .jb-border .jb-floating-label {
  font-size: 11px;
  padding-top: 1px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .btn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .btn {
  font-size: 14px;
  padding: 10px 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo:before,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif:before {
  content: "";
  width: 8px;
  height: 10px;
  background-color: #1976d2;
  display: block;
  margin: 0 auto;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif {
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .btn,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .btn,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .btn,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .btn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .btn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .btn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .btn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .btn {
  padding: 0px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #1976d2;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .input,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .input,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .input,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .input,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .input,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .input,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .input,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .input {
  width: 100%;
  height: 100px;
  opacity: 0;
  position: relative;
  z-index: 9;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field label {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross {
  display: block;
  width: 40px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross .bar,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross .bar,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross .bar,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross .bar,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross .bar,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross .bar,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross .bar,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross .bar {
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 17px;
  left: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field .cross .bar:last-child,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field .cross .bar:last-child {
  transform: rotate(90deg);
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto {
  width: 150px;
  position: relative;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto img {
  width: 150px;
  height: auto;
  max-width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .jb-file-field.blocPhoto .btn--normal--primary,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .jb-file-field.blocPhoto .btn--normal--primary {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  color: #1976d2;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview {
  position: relative;
  text-align: center;
  width: 100px;
  height: 120px;
  border: 1px dashed rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview .previewPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview .previewPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview .previewPhoto,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview .previewPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview .previewPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview .previewPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview .previewPhoto,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview .previewPhoto {
  transform: translate(calc((-100% + 90px) / 2));
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview .cache,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview .cache,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview .cache,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview .cache,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPhoto .preview .cache,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerJustif .preview .cache,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPhoto .preview .cache,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerJustif .preview .cache {
  clip-path: polygon(0 0, 100px 0, 120px 120px, 0 120px);
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup {
  max-height: 90vh;
  overflow: auto;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .title,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .title,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .title,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .title {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div.displayFlex > i,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div.displayFlex > i,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div.displayFlex > i,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div.displayFlex > i {
  cursor: pointer;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .mat-radio-group > .mat-radio-button,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .mat-radio-group > .mat-radio-button,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .mat-radio-group > .mat-radio-button,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .mat-radio-group > .mat-radio-button {
  width: 100%;
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .jb-file-field,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .jb-file-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .jb-file-field {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: lightgray;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .imageCropper,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .imageCropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .imageCropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .imageCropper {
  text-align: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .imageCropper image-cropper,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .imageCropper image-cropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .imageCropper image-cropper,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .imageCropper image-cropper {
  box-sizing: border-box;
  padding: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .apercu,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .apercu,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .apercu,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .apercu {
  display: flex;
  margin-top: 10px;
  border-top: 4px dotted #1976d2;
  padding: 10px 0 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .apercu p,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .apercu p,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .apercu p,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .apercu p {
  width: auto;
  margin-right: 10px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .containerBtn,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .containerBtn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .jbCropper .containerBtn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .jbCropper .containerBtn {
  justify-content: flex-end;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .imgPreview img,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .imgPreview img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div app-document-contact .imgPreview img,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div app-document-contact .imgPreview img {
  max-width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .containerBtn,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .containerBtn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-photo .containerPopup > div .containerBtn,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-justif .containerPopup > div .containerBtn {
  justify-content: flex-end;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options:before {
  content: "";
  width: 8px;
  height: 10px;
  background-color: #1976d2;
  display: block;
  margin: 0 auto;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions {
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .name,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .name,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .name,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .name {
  width: 50%;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .price,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .price,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .price,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .price {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch label {
  display: none;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch span,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch span,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch span,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch span {
  display: none;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 17px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch-design:after,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch-design:after,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch-design:after,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch-design:after {
  display: none;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch-design:before,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch-design:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .switch .jb-switch-design:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .switch .jb-switch-design:before {
  top: -3px;
  height: 18px;
  width: 18px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber {
  width: 100%;
  max-width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label .mat-checkbox-inner-container,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label .mat-checkbox-inner-container,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label .mat-checkbox-inner-container,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label .mat-checkbox-inner-container {
  margin-left: 0;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label span.mat-checkbox-label span,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label span.mat-checkbox-label span,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label span.mat-checkbox-label span,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .jb-checkbox-field.checkbox .mat-checkbox label span.mat-checkbox-label span {
  font-size: 12px !important;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .mat-form-field,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .mat-form-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerOptionSimple .keycardNumber .mat-form-field,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions .containerCarte .keycardNumber .mat-form-field {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-simple .containerCarte,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-carte .containerCarte,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-simple .containerCarte,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-carte .containerCarte {
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-simple .containerCarte .containerCheckbox .mat-checkbox .mat-checkbox-layout,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-carte .containerCarte .containerCheckbox .mat-checkbox .mat-checkbox-layout,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-simple .containerCarte .containerCheckbox .mat-checkbox .mat-checkbox-layout,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-options .containerOptions app-option-carte .containerCarte .containerCheckbox .mat-checkbox .mat-checkbox-layout {
  white-space: initial;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total:before {
  content: "";
  width: 8px;
  height: 10px;
  background-color: #1976d2;
  display: block;
  margin: 0 auto;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #1976d2;
  border-radius: 4px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .libTotalPdt,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .libTotalPdt {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt .priceTotalPdt,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt .priceTotalPdt {
  font-size: 2em;
  font-weight: bold;
  color: #1976d2;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt .oldpriceTotalPdt,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-total .containerTotalPdt .containerPriceTotalPdt .oldpriceTotalPdt {
  margin-left: 10px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-option-carte .containerCarte .keycardNumber,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-option-carte .containerCarte .keycardNumber {
  max-width: 290px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-option-carte .containerCarte .checkbox,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-option-carte .containerCarte .checkbox {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-skieur:before,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-options:before,
tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-total:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-skieur:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-options:before,
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit.erreur app-produit-total:before {
  background-color: #a50000;
  animation: pulseWarning 4s infinite alternate ease-in-out;
}
tunnel-vente-element tunnel-accueil .containerGlobal .container-action-groupe,
tunnel-vente-element tunnel-parking .containerGlobal .container-action-groupe {
  width: 100%;
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .container-action-groupe .container,
tunnel-vente-element tunnel-parking .containerGlobal .container-action-groupe .container {
  padding: 15px;
  background-color: white;
  width: 100%;
  max-width: 650px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .container-action-groupe .container .containerOption,
tunnel-vente-element tunnel-parking .containerGlobal .container-action-groupe .container .containerOption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-accueil .containerGlobal .container-action-groupe .container .containerOption.containerOptionSimple,
tunnel-vente-element tunnel-parking .containerGlobal .container-action-groupe .container .containerOption.containerOptionSimple {
  margin-bottom: 10px;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerTotal .cgvAssurance,
tunnel-vente-element tunnel-parking .containerGlobal .containerTotal .cgvAssurance {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .containerTotal .cgvAssurance .mat-checkbox .mat-checkbox-label,
tunnel-vente-element tunnel-parking .containerGlobal .containerTotal .cgvAssurance .mat-checkbox .mat-checkbox-label {
  white-space: normal;
}
tunnel-vente-element tunnel-accueil .containerGlobal > .erreurs,
tunnel-vente-element tunnel-parking .containerGlobal > .erreurs {
  width: 100%;
}
tunnel-vente-element tunnel-accueil .containerGlobal .divQuestionnaire .mat-form-field,
tunnel-vente-element tunnel-parking .containerGlobal .divQuestionnaire .mat-form-field {
  width: 100%;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 9999;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur {
  background-color: #ffffff;
  width: 92%;
  margin: 50vh auto;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur h3,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur h3 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  text-transform: uppercase;
  text-align: center;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr {
  position: relative;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr:before,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr:before {
  margin-top: 4px;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr .ng2-flatpickr-input-container,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr .flatpickr-input,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur .jb-text-field,
tunnel-vente-element tunnel-parking app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur .jb-text-field {
  margin-top: 10px;
}
tunnel-vente-element tunnel-accueil .next,
tunnel-vente-element tunnel-parking .next {
  margin: 0 auto;
  display: block;
}
tunnel-vente-element tunnel-accueil .containerGlobal questionnaire-accueil .containerBtn {
  justify-content: space-between !important;
}
tunnel-vente-element tunnel-parking .containerGlobal {
  justify-content: space-between;
}
tunnel-vente-element tunnel-parking .containerGlobal .containerProduits > mat-form-field {
  width: 48%;
}
@media (max-width:600px) {
  tunnel-vente-element tunnel-parking .containerGlobal .containerProduits > mat-form-field {
    width: 100%;
  }
}
tunnel-vente-element tunnel-livraison {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
tunnel-vente-element tunnel-livraison .containerLivraison {
  width: 100%;
  margin: 0 auto 20px;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .infoSupp {
  flex-grow: 2;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .infoSupp .titleLivraison {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  font-weight: bold;
  font-size: 18px;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .infoSupp p u {
  cursor: pointer;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .blocPrice {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .blocPrice .libPrice {
  width: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  font-size: 12px;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .blocPrice .price {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  font-weight: bold;
  font-size: 18px;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .btn {
  border: 1px solid #1976d2;
  margin-top: 10px;
}
tunnel-vente-element tunnel-livraison .containerLivraison > div .btn.on {
  background-color: #1976d2;
  color: #ffffff;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress:before,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse:before {
  content: "";
  height: 10px;
  width: 8px;
  background-color: #1976d2;
  display: block;
  position: absolute;
  top: -11px;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress {
  box-sizing: border-box;
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .titleAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .titleAdress {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  position: relative;
  display: inline;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .titleAdress:after,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .titleAdress:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -3px;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress {
  margin-top: 10px;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse {
  display: flex;
  justify-content: space-between;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAddress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAddress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAdress {
  flex: 1;
  margin: 0 4px;
  padding: 5px;
  cursor: pointer;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAddress.select,
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAdress.select,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAddress.select,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAdress.select {
  background-color: #1976d2;
  color: #ffffff;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAddress.select p,
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerAdress.select p,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAddress.select p,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerAdress.select p {
  color: white;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerPopup .title,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerPopup .title {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .leftAdress .adress app-domicile-adresse .containerPopup .containerAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .leftAdress .adress app-domicile-adresse .containerPopup .containerAdress {
  padding: 5px;
  cursor: pointer;
  width: 49%;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .btn--addAdress,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .btn--addAdress {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #1976d2;
  width: calc(50% - 10px);
  cursor: pointer;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .btn--addAdress .cross,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .btn--addAdress .cross {
  display: block;
  width: 40px;
  margin: auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .btn--addAdress .cross .bar,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .btn--addAdress .cross .bar {
  width: 40px;
  height: 6px;
  background-color: #1976d2;
  position: absolute;
  top: 17px;
  left: 0;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .btn--addAdress .cross .bar:last-child,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .btn--addAdress .cross .bar:last-child {
  transform: rotate(90deg);
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .btn--addAdress p,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .btn--addAdress p {
  color: #1976d2;
  white-space: normal;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .caisse,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .caisse {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .caisse:not(:last-child),
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .caisse:not(:last-child) {
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-livraison .containerLivraison .blocAdress .caisse label p,
tunnel-vente-element tunnel-livraison .containerLivraison .blocCaisse .caisse label p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
tunnel-vente-element tunnel-livraison .containerLivraison app-domicile-adresse .popUp .containerPopup .containerAdress {
  width: 47%;
  padding: 5px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .erreurs {
  width: 92%;
  justify-content: center;
  margin: 20px 4%;
}
tunnel-vente-element tunnel-livraison app-popup-adresse {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.6);
  max-height: 100vh;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .material-iconsClose {
  color: #1976d2;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: right;
  cursor: pointer;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .titlePopup {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .jb-text-field {
  margin-bottom: 10px;
  width: 100%;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .jb-text-field.CP, tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .jb-text-field.city {
  width: 49%;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .jb-text-field .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
tunnel-vente-element tunnel-livraison app-caisse-plan,
tunnel-vente-element tunnel-livraison app-borne-plan,
tunnel-vente-element tunnel-livraison app-plan {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
tunnel-vente-element tunnel-livraison app-caisse-plan .containerPlan,
tunnel-vente-element tunnel-livraison app-borne-plan .containerPlan,
tunnel-vente-element tunnel-livraison app-plan .containerPlan {
  background-color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  width: 82%;
  margin: 50vh auto;
  transform: translateY(-50%);
  overflow: auto;
  max-height: 90vh;
}
tunnel-vente-element tunnel-livraison app-caisse-plan .containerPlan .ligneClose,
tunnel-vente-element tunnel-livraison app-borne-plan .containerPlan .ligneClose,
tunnel-vente-element tunnel-livraison app-plan .containerPlan .ligneClose {
  width: 100%;
  text-align: right;
  color: #000000;
}
tunnel-vente-element tunnel-livraison app-caisse-plan .containerPlan .ligneClose .material-icons,
tunnel-vente-element tunnel-livraison app-borne-plan .containerPlan .ligneClose .material-icons,
tunnel-vente-element tunnel-livraison app-plan .containerPlan .ligneClose .material-icons {
  cursor: pointer;
}
tunnel-vente-element tunnel-livraison app-caisse-plan .containerPlan img,
tunnel-vente-element tunnel-livraison app-borne-plan .containerPlan img,
tunnel-vente-element tunnel-livraison app-plan .containerPlan img {
  max-width: 100%;
  width: auto;
}
tunnel-vente-element tunnel-livraison app-livraison-domicile {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
tunnel-vente-element tunnel-livraison {
  /* NEW Lieux de retrait */
}
tunnel-vente-element tunnel-livraison .containerGlobal {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons {
  width: calc(100% - 250px - 40px);
  /* NEW Lieux de retrait
  le style de la carte est dans _parametrage.scss car il est prévu de l'utiliser indépendamment des points de retrait du tunnel de vente */
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .leaflet-container .leaflet-control-attribution {
  display: none;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison app-livraison-domicile .containerLivraison {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte {
  width: 49%;
  position: relative;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .mat-form-field,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .mat-form-field {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .btn,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .btn {
  padding: 5px 15px;
  color: #ffffff;
  background: #1976d2;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .btn span,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .btn span {
  color: #ffffff;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon.location_searching,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon.location_searching {
  margin-right: 5px;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon.clear,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon.clear {
  margin-left: 5px;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .search-bar,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .search-bar {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .search-bar .mat-form-field,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .search-bar .mat-form-field {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .filters,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .filters .btn-list,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .filters .btn-list {
  display: flex;
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .filters .btn-list .btn,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .filters .btn-list .btn {
  padding: 5px 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .filters .btn-list .btn.active,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .filters .btn-list .btn.active {
  background-color: #1976d2;
  color: white;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item:not(:last-child),
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item:not(:last-child) {
  border-bottom: 1px solid #1976d2;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt {
  display: flex;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-image-avatar,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-image-avatar {
  margin-right: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-image-avatar img,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-image-avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt {
  display: flex;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt p,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt p {
  margin: 0;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt p.city,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt p.city {
  display: flex;
  align-items: center;
  font-weight: bold;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item.selected,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item.selected {
  color: #1976d2;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .listPtRetrait .item.selected .btn,
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte .listPtRetrait .item.selected .btn {
  background-color: #1976d2;
  color: white;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList:first-child:last-child {
  width: 100%;
  margin-bottom: 0;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList app-list-points-retrait {
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .containerLivraison {
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocList .containerLivraison > .blocGlobal {
  border: none;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-map {
  position: sticky;
  top: 20px;
  z-index: 1;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .carte app-map .leaflet-popup-content {
  min-width: 130px;
}
@media (max-width:600px) {
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .blocList,
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .carte {
    width: 100%;
  }
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .blocList {
    margin-bottom: 20px;
  }
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .carte {
    margin-bottom: 10px;
  }
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .carte #map {
    height: 40vh;
  }
}
@media (max-width: 350px) {
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .blocList .listPtRetrait .item {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons .blocLivraison .blocListCarte .blocList .listPtRetrait .item .point-image-txt {
    width: 100%;
  }
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons {
  /* FIN - NEW Lieux de retrait */
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal > .recapLivraison {
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  width: 100%;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal > .recapLivraison .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: auto;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal > .recapLivraison p {
  margin-bottom: 0;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal > .recapLivraison p .retrait {
  font-weight: bold;
}
tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal app-recap-livraison {
  width: 100%;
}
@media (max-width: 870px) {
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerLivraisons,
  tunnel-vente-element tunnel-livraison .containerGlobal .containerMiddle .containerTotal {
    width: 100%;
    max-width: 100%;
  }
}
tunnel-vente-element tunnel-livraison {
  /* FIN - NEW Lieux de retrait */
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #1976d2;
  width: 94%;
  margin: 0 auto;
  border-radius: 4px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .titreForfait,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .titreForfait {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .titreForfait .name,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .titreForfait .name {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  text-transform: uppercase;
  text-decoration: underline;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .titreForfait .nbPersonne,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .titreForfait .nbPersonne {
  font-weight: bold;
  color: #1976d2;
  font-size: 1.5em;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .infoForfait,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .infoForfait {
  display: flex;
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .infoForfait > span,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .infoForfait > span {
  margin-right: 10px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerForfait .infoForfait > span.categorie,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerForfait .infoForfait > span.categorie {
  font-weight: bold;
  text-transform: uppercase;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #1976d2;
  width: 94%;
  margin: 10px auto;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice:before,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice:before {
  content: "";
  height: 10px;
  width: 8px;
  background-color: #1976d2;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -11px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .infoPrice,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .infoPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .infoPrice .totalLib,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .infoPrice .totalLib {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 0;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .infoPrice .total,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .infoPrice .total {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: #1976d2;
  font-weight: bold;
  margin: 0;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .infoPrice .infoDetailPrice,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .infoPrice .infoDetailPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  cursor: pointer;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #1976d2;
  width: 100%;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt .qty,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt .qty {
  flex-grow: 1;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt .flex,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt .flex .namePdt,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt .flex .namePdt {
  min-width: 160px;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt .flex .priceUnit,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt .flex .priceUnit {
  margin-left: 5px;
}
tunnel-vente-element tunnel-recap app-recap-produit .containerPrice .detailPrice .recapPdt .total,
tunnel-vente-element tunnel-post-banque app-recap-produit .containerPrice .detailPrice .recapPdt .total {
  font-weight: bold;
  margin-left: 5px;
}
tunnel-vente-element tunnel-recap app-recap-promo,
tunnel-vente-element tunnel-post-banque app-recap-promo {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #1976d2;
  border-radius: 4px;
  text-align: right;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo {
  width: 94%;
  margin: 0 auto;
  margin-top: 40px;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .subtitle,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .subtitle {
  text-align: center;
  margin-bottom: 10px;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .codePromo .champCode,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .codePromo .champCode {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .codePromo .champCode .btn,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .codePromo .champCode .btn {
  margin-left: 10px;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .codePromo .champCode .jb-text-field,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .codePromo .champCode .jb-text-field {
  width: 70%;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .codePromo .recapAvoir,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .codePromo .recapAvoir {
  padding-top: 10px;
  border-top: 1px solid #1976d2;
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 0;
}
tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo .codePromo .recapAvoir + .btn,
tunnel-vente-element tunnel-post-banque app-recap-promo .containerCodePromo .codePromo .recapAvoir + .btn {
  margin-top: 10px;
}
tunnel-vente-element tunnel-recap app-recap-promo app-choix-produit,
tunnel-vente-element tunnel-post-banque app-recap-promo app-choix-produit {
  text-align: center;
  color: #1976d2;
  display: block;
  margin-top: 10px;
}
tunnel-vente-element tunnel-recap app-recap-promo app-choix-produit select,
tunnel-vente-element tunnel-post-banque app-recap-promo app-choix-produit select {
  border-color: rgba(0, 0, 0, 0.12);
  padding: 11px;
  width: 70%;
  border-radius: 4px;
}
tunnel-vente-element tunnel-recap app-recap-promo app-choix-produit select option,
tunnel-vente-element tunnel-post-banque app-recap-promo app-choix-produit select option {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
tunnel-vente-element tunnel-recap app-recap-promo app-choix-produit button,
tunnel-vente-element tunnel-post-banque app-recap-promo app-choix-produit button {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}
tunnel-vente-element tunnel-recap app-recap-promo app-choix-produit button:hover,
tunnel-vente-element tunnel-post-banque app-recap-promo app-choix-produit button:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages {
  width: 100%;
  max-width: 100%;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container {
  width: 100%;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode .codePromo,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode .codePromo {
  width: 70%;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode .jb-error-mess,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-code-promo .containerCodePromo .champCode .jb-error-mess {
  top: 70%;
  bottom: initial;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir .recapAvoir span:nth-child(2),
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir .recapAvoir span:nth-child(2) {
  font-weight: bold;
  margin-left: 3px;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button {
  padding: 0;
  text-transform: initial;
  font-size: inherit;
  font-family: "Roboto", sans-serif;
  width: auto;
  height: auto;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button:hover,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button:hover {
  background-color: transparent;
  color: inherit;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button mat-icon,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avoir button mat-icon {
  font-size: 18px;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode {
  align-items: center;
  display: flex;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode > span,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode > span {
  width: 100%;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode .mat-icon-button,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode .mat-icon-button {
  width: auto;
  height: auto;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode .mat-icon-button span .material-icons,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-avantages-utilises .recapCode .mat-icon-button span .material-icons {
  font-size: 18px;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > p,
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > div p,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > p,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > div p {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > p span:nth-child(2),
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > div p span:nth-child(2),
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > p span:nth-child(2),
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .totalReducAndDetail > div p span:nth-child(2) {
  font-weight: bold;
}
tunnel-vente-element tunnel-recap .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .detail .ReducListe,
tunnel-vente-element tunnel-post-banque .containerRight .containerAdvantages app-recap-promo-container app-recap-total-promo .calcul-promo .detail .ReducListe {
  display: flex;
  justify-content: space-between;
}
tunnel-vente-element tunnel-recap .containerCGV,
tunnel-vente-element tunnel-recap .passSanitaire,
tunnel-vente-element tunnel-post-banque .containerCGV,
tunnel-vente-element tunnel-post-banque .passSanitaire {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin: 40px auto;
  text-align: center;
}
tunnel-vente-element tunnel-recap .containerCGV .switch,
tunnel-vente-element tunnel-recap .passSanitaire .switch,
tunnel-vente-element tunnel-post-banque .containerCGV .switch,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch {
  margin-left: 10px;
}
tunnel-vente-element tunnel-recap .containerCGV .switch .jb-switch,
tunnel-vente-element tunnel-recap .passSanitaire .switch .jb-switch,
tunnel-vente-element tunnel-post-banque .containerCGV .switch .jb-switch,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch .jb-switch {
  height: 25px;
}
tunnel-vente-element tunnel-recap .containerCGV .switch label,
tunnel-vente-element tunnel-recap .passSanitaire .switch label,
tunnel-vente-element tunnel-post-banque .containerCGV .switch label,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch label {
  display: none;
}
tunnel-vente-element tunnel-recap .containerCGV .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-recap .passSanitaire .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-post-banque .containerCGV .switch .jb-switch:checked + label + .jb-switch-design:before,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch .jb-switch:checked + label + .jb-switch-design:before {
  left: 17px;
}
tunnel-vente-element tunnel-recap .containerCGV .switch .jb-switch-design:after,
tunnel-vente-element tunnel-recap .passSanitaire .switch .jb-switch-design:after,
tunnel-vente-element tunnel-post-banque .containerCGV .switch .jb-switch-design:after,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch .jb-switch-design:after {
  display: none;
}
tunnel-vente-element tunnel-recap .containerCGV .switch .jb-switch-design:before,
tunnel-vente-element tunnel-recap .passSanitaire .switch .jb-switch-design:before,
tunnel-vente-element tunnel-post-banque .containerCGV .switch .jb-switch-design:before,
tunnel-vente-element tunnel-post-banque .passSanitaire .switch .jb-switch-design:before {
  top: -3px;
  height: 18px;
  width: 18px;
}
tunnel-vente-element tunnel-recap .passSanitaire,
tunnel-vente-element tunnel-post-banque .passSanitaire {
  margin-top: 0;
}
tunnel-vente-element tunnel-recap .passSanitaire .mat-checkbox,
tunnel-vente-element tunnel-post-banque .passSanitaire .mat-checkbox {
  width: 100%;
}
tunnel-vente-element tunnel-recap .passSanitaire .mat-checkbox .mat-checkbox-layout,
tunnel-vente-element tunnel-post-banque .passSanitaire .mat-checkbox .mat-checkbox-layout {
  width: 100%;
}
tunnel-vente-element tunnel-recap .passSanitaire .mat-checkbox .mat-checkbox-layout .mat-checkbox-label,
tunnel-vente-element tunnel-post-banque .passSanitaire .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  width: 100%;
  white-space: initial;
}
tunnel-vente-element tunnel-recap .retraitDomicile,
tunnel-vente-element tunnel-recap .retraitCaisse,
tunnel-vente-element tunnel-recap .retraitBorne,
tunnel-vente-element tunnel-post-banque .retraitDomicile,
tunnel-vente-element tunnel-post-banque .retraitCaisse,
tunnel-vente-element tunnel-post-banque .retraitBorne {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 250px;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
}
tunnel-vente-element tunnel-recap .retraitCaisse,
tunnel-vente-element tunnel-post-banque .retraitCaisse {
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
tunnel-vente-element tunnel-recap .retraitCaisse .prix,
tunnel-vente-element tunnel-post-banque .retraitCaisse .prix {
  width: 100%;
}
tunnel-vente-element tunnel-recap .retraitCaisse .withdrawItem,
tunnel-vente-element tunnel-post-banque .retraitCaisse .withdrawItem {
  width: 100%;
}
tunnel-vente-element tunnel-recap app-recap-promo-utilisee,
tunnel-vente-element tunnel-post-banque app-recap-promo-utilisee {
  width: 95%;
}
tunnel-vente-element tunnel-recap app-recap-promo-utilisee .recapCode,
tunnel-vente-element tunnel-post-banque app-recap-promo-utilisee .recapCode {
  width: 100%;
}
tunnel-vente-element tunnel-recap app-recap-promo-utilisee .recapCode p,
tunnel-vente-element tunnel-post-banque app-recap-promo-utilisee .recapCode p {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
tunnel-vente-element tunnel-recap .containerRight,
tunnel-vente-element tunnel-post-banque .containerRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
tunnel-vente-element tunnel-recap .containerRight .containerTotal,
tunnel-vente-element tunnel-post-banque .containerRight .containerTotal {
  margin-top: 20px;
  max-width: 94%;
}
tunnel-vente-element tunnel-recap .containerRight .containerTotal .containerPrix,
tunnel-vente-element tunnel-post-banque .containerRight .containerTotal .containerPrix {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
tunnel-vente-element tunnel-recap .containerRight .containerTotal .priceTotal,
tunnel-vente-element tunnel-post-banque .containerRight .containerTotal .priceTotal {
  width: 95%;
  margin: 0 auto 10px;
}
tunnel-vente-element tunnel-post-banque .containerRecap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  align-items: flex-start;
}
tunnel-vente-element tunnel-post-banque .containerRecap > p {
  width: 100%;
}
tunnel-vente-element tunnel-post-banque .containerRecap > p:first-child {
  font-weight: bold;
}
tunnel-vente-element tunnel-post-banque .containerRecap .infoText {
  width: 100%;
  margin: 20px auto;
}
tunnel-vente-element tunnel-post-banque .containerRecap .infoText ~ span {
  font-weight: bold;
}
tunnel-vente-element tunnel-post-banque .containerRecap .nbConfCommande {
  font-weight: bold;
}
tunnel-vente-element tunnel-post-banque .containerRecap .containerRecapProduit {
  width: 100%;
}
tunnel-vente-element tunnel-post-banque .containerRecap .containerRecapProduit app-recap-produit .containerForfait,
tunnel-vente-element tunnel-post-banque .containerRecap .containerRecapProduit app-recap-produit .containerPrice {
  width: 100%;
}
tunnel-vente-element tunnel-post-banque .containerRecap .containerRecapProduit .btn {
  margin-bottom: 10px;
}
tunnel-vente-element tunnel-post-banque .containerRecap .containerRight {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #1976d2;
  border-radius: 4px;
}
tunnel-vente-element tunnel-post-banque .containerRecap .contactPayeur {
  margin: 40px 0 30px;
}
tunnel-vente-element tunnel-post-banque .containerRecap .contactPayeur .name {
  font-weight: bold;
}
tunnel-vente-element tunnel-post-banque .containerRecap .adress {
  margin: 40px auto;
}
tunnel-vente-element tunnel-erreur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
tunnel-vente-element tunnel-erreur .containerError {
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 500px;
  left: 0;
  right: 0;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: right;
}
tunnel-vente-element tunnel-erreur .containerError p {
  margin: 10px;
  text-align: left;
}
tunnel-vente-element tunnel-mode .bgPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
tunnel-vente-element tunnel-mode .bgPopup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  max-height: 95vh;
  max-width: 95vw;
  overflow: auto;
}
tunnel-vente-element tunnel-mode .bgPopup .popup .description img {
  max-height: 440px;
  max-width: 100%;
}
@media (max-width:600px) {
  tunnel-vente-element tunnel-mode .bgPopup .popup .description img {
    max-width: initial;
    max-height: initial;
  }
}
tunnel-vente-element tunnel-mode .bgPopup .popup .mat-form-field {
  width: 100%;
}
tunnel-vente-element tunnel-mode .bgPopup .popup .etatTransac {
  display: flex;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  width: 100%;
  justify-content: center;
  height: 100%;
  transform: translate(-50%, -50%);
  align-items: center;
  font-weight: bold;
  flex-wrap: wrap;
  flex-direction: column;
}
tunnel-vente-element tunnel-mode .bgPopup .popup .etatTransac::before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  width: 80%;
  font-size: 3em;
  text-align: center;
  margin-bottom: 50px;
  animation: rotating 2s linear infinite;
}
tunnel-vente-element tunnel-mode .bgPopup .popup .popup {
  width: 80%;
}
tunnel-vente-element tunnel-mode .bgPopup .popup .popup .containerPopup {
  text-align: center;
}
tunnel-vente-element tunnel-mode > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
tunnel-vente-element tunnel-mode > div > div {
  width: 48%;
  min-width: 300px;
  background-color: #f8f8f8;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
tunnel-vente-element tunnel-mode > div > div .paymentMode {
  position: initial;
}
tunnel-vente-element tunnel-mode > div > div .paymentMode .title {
  background-color: #1976d2;
  color: white;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
tunnel-vente-element tunnel-mode > div > div .paymentMode .description {
  background-color: #f8f8f8;
  color: #1976d2;
  padding: 10px;
}
tunnel-vente-element tunnel-mode > div > div .paymentMode img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
}
tunnel-vente-element tunnel-mode > div > div:hover {
  cursor: pointer;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}

/* NEW Lieux de retrait */
point-retrait-element {
  /* NEW Lieux de retrait
  le style de la carte est dans _parametrage.scss car il est prévu de l'utiliser indépendamment des points de retrait du tunnel de vente */
}
point-retrait-element .leaflet-container .leaflet-control-attribution {
  display: none;
}
point-retrait-element .blocLivraison {
  width: 100%;
}
point-retrait-element .blocLivraison .blocListCarte {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
point-retrait-element .blocLivraison app-livraison-domicile .containerLivraison {
  width: 100%;
}
point-retrait-element .blocLivraison .blocList,
point-retrait-element .blocLivraison .carte {
  width: 49%;
  position: relative;
}
point-retrait-element .blocLivraison .blocList app-search-bar,
point-retrait-element .blocLivraison .carte app-search-bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .mat-form-field,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .mat-form-field {
  width: 100%;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .btn,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .btn {
  padding: 5px 15px;
  color: #ffffff;
  background: #1976d2;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .btn span,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .btn span {
  color: #ffffff;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon.location_searching,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon.location_searching {
  margin-right: 5px;
}
point-retrait-element .blocLivraison .blocList app-search-bar .search-bar .btn .mat-icon.clear,
point-retrait-element .blocLivraison .carte app-search-bar .search-bar .btn .mat-icon.clear {
  margin-left: 5px;
}
point-retrait-element .blocLivraison .blocList .search-bar,
point-retrait-element .blocLivraison .carte .search-bar {
  width: 100%;
}
point-retrait-element .blocLivraison .blocList .search-bar .mat-form-field,
point-retrait-element .blocLivraison .carte .search-bar .mat-form-field {
  width: 100%;
}
point-retrait-element .blocLivraison .blocList .filters,
point-retrait-element .blocLivraison .carte .filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
point-retrait-element .blocLivraison .blocList .filters .btn-list,
point-retrait-element .blocLivraison .carte .filters .btn-list {
  display: flex;
  flex-wrap: wrap;
}
point-retrait-element .blocLivraison .blocList .filters .btn-list .btn,
point-retrait-element .blocLivraison .carte .filters .btn-list .btn {
  padding: 5px 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
point-retrait-element .blocLivraison .blocList .filters .btn-list .btn.active,
point-retrait-element .blocLivraison .carte .filters .btn-list .btn.active {
  background-color: #1976d2;
  color: white;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item,
point-retrait-element .blocLivraison .carte .listPtRetrait .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item:not(:last-child),
point-retrait-element .blocLivraison .carte .listPtRetrait .item:not(:last-child) {
  border-bottom: 1px solid #1976d2;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt {
  display: flex;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-image-avatar,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-image-avatar {
  margin-right: 10px;
  box-sizing: border-box;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-image-avatar img,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-image-avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt {
  display: flex;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt p,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt p {
  margin: 0;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item .point-image-txt .point-txt p.city,
point-retrait-element .blocLivraison .carte .listPtRetrait .item .point-image-txt .point-txt p.city {
  display: flex;
  align-items: center;
  font-weight: bold;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item.selected,
point-retrait-element .blocLivraison .carte .listPtRetrait .item.selected {
  color: #1976d2;
}
point-retrait-element .blocLivraison .blocList .listPtRetrait .item.selected .btn,
point-retrait-element .blocLivraison .carte .listPtRetrait .item.selected .btn {
  background-color: #1976d2;
  color: white;
}
point-retrait-element .blocLivraison .blocList:first-child:last-child {
  width: 100%;
  margin-bottom: 0;
}
point-retrait-element .blocLivraison .blocList app-list-points-retrait {
  width: 100%;
}
point-retrait-element .blocLivraison .blocList .containerLivraison {
  border: 1px solid #1976d2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
point-retrait-element .blocLivraison .blocList .containerLivraison > .blocGlobal {
  border: none;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
}
point-retrait-element .blocLivraison .carte app-map {
  position: sticky;
  top: 20px;
  z-index: 1;
}
point-retrait-element .blocLivraison .carte app-map .leaflet-popup-content {
  min-width: 130px;
}
@media (max-width:600px) {
  point-retrait-element .blocLivraison .blocListCarte {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  point-retrait-element .blocLivraison .blocListCarte .blocList,
  point-retrait-element .blocLivraison .blocListCarte .carte {
    width: 100%;
  }
  point-retrait-element .blocLivraison .blocListCarte .blocList {
    margin-bottom: 20px;
  }
  point-retrait-element .blocLivraison .blocListCarte .carte {
    margin-bottom: 10px;
  }
  point-retrait-element .blocLivraison .blocListCarte .carte #map {
    height: 40vh;
  }
}
@media (max-width: 350px) {
  point-retrait-element .blocLivraison .blocListCarte .blocList .listPtRetrait .item {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  point-retrait-element .blocLivraison .blocListCarte .blocList .listPtRetrait .item .point-image-txt {
    width: 100%;
  }
}
point-retrait-element {
  /* FIN - NEW Lieux de retrait */
}

/* FIN - NEW Lieux de retrait */
body app-popup-edit-hebergement .title-container,
body app-popup-edit .title-container {
  display: flex;
  justify-content: space-between;
}
body app-popup-edit-hebergement .mat-dialog-content,
body app-popup-edit .mat-dialog-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body app-popup-edit-hebergement .mat-dialog-content .mat-form-field,
body app-popup-edit .mat-dialog-content .mat-form-field {
  width: 49%;
  min-width: 250px;
}

body .carte-list .jb-checkbox-field.checkbox {
  display: block;
}
body .carte-list .jb-checkbox-field.checkbox .containerCheckbox {
  width: 100%;
  box-sizing: border-box;
  height: initial;
  white-space: initial;
}
body .carte-list .jb-checkbox-field.checkbox .containerCheckbox .mat-checkbox {
  width: 100%;
}
body .carte-list .jb-checkbox-field.checkbox .containerCheckbox .mat-checkbox .mat-checkbox-layout {
  width: 100%;
}
body .carte-list .jb-checkbox-field.checkbox .containerCheckbox .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  width: 100%;
}
body .carte-list .jb-checkbox-field.checkbox .containerCheckbox .mat-checkbox .mat-checkbox-layout .mat-checkbox-label span {
  white-space: initial;
}

/* NEW bloc Keycard */
.blocKeycard {
  margin-bottom: 20px;
}
.blocKeycard .listKeycard .itemKeycard .mat-form-field {
  width: 100%;
}

/* FIN - NEW bloc Keycard */
compte-client-element app-formulaire-cnil .mat-checkbox-layout {
  white-space: initial;
}
compte-client-element .headerCC {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 30px auto;
}
compte-client-element .headerCC .NameAccount {
  display: flex;
  align-items: center;
}
compte-client-element .headerCC .NameAccount .name {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 16px;
}
compte-client-element .headerCC .btnSm {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
compte-client-element .container-ariane {
  width: 96%;
  margin: 30px auto;
}
compte-client-element .container-ariane span:not(.separator):hover {
  cursor: pointer;
}
compte-client-element .containerHomeCC {
  width: 96%;
  margin: 0 auto;
}
compte-client-element .containerHomeCC .containerWidget,
compte-client-element .containerHomeCC .containerMenuFast {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element .containerHomeCC .containerWidget .title,
compte-client-element .containerHomeCC .containerMenuFast .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
compte-client-element .containerHomeCC .containerWidget .title:after,
compte-client-element .containerHomeCC .containerMenuFast .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element .containerHomeCC .containerWidget .contentWidget,
compte-client-element .containerHomeCC .containerWidget .contentMenuFast,
compte-client-element .containerHomeCC .containerMenuFast .contentWidget,
compte-client-element .containerHomeCC .containerMenuFast .contentMenuFast {
  width: 100%;
}
compte-client-element .containerHomeCC .containerWidget .contentMenuFast,
compte-client-element .containerHomeCC .containerMenuFast .contentMenuFast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
compte-client-element .containerHomeCC .containerWidget .contentMenuFast .btnMenu,
compte-client-element .containerHomeCC .containerMenuFast .contentMenuFast .btnMenu {
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 48%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
compte-client-element .containerHomeCC .containerWidget .contentMenuFast .btnMenu:focus, compte-client-element .containerHomeCC .containerWidget .contentMenuFast .btnMenu:active,
compte-client-element .containerHomeCC .containerMenuFast .contentMenuFast .btnMenu:focus,
compte-client-element .containerHomeCC .containerMenuFast .contentMenuFast .btnMenu:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
compte-client-element .containerGlobalMenu {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}
compte-client-element .containerGlobalMenu .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element .containerGlobalMenu .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element .containerGlobalMenu .secondTitle {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element .containerGlobalMenu .contentMenu {
  width: 100%;
}
compte-client-element .containerGlobalMenu .contentMenu > div {
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: all 200ms;
}
compte-client-element .containerGlobalMenu .contentMenu > div:focus, compte-client-element .containerGlobalMenu .contentMenu > div:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
compte-client-element app-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
compte-client-element app-menu .popupMenu {
  width: 80%;
  max-width: 500px;
  right: 0;
  background-color: #63a4ff;
  position: absolute;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  overflow: auto;
}
compte-client-element app-menu .popupMenu .itemHome {
  text-align: center;
  margin: 10px 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
compte-client-element app-menu .popupMenu .containerItem {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
compte-client-element app-menu .popupMenu .containerItem .titleMenu {
  width: 100%;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
compte-client-element app-menu .popupMenu .containerItem .titleMenu:after {
  content: "";
  background-color: #ffffff;
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}
compte-client-element app-menu .popupMenu .containerItem .containerSub {
  display: none;
  padding: 5px 10px;
  cursor: pointer;
  height: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
compte-client-element app-menu .popupMenu .containerItem .containerSub:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
compte-client-element app-menu .popupMenu .containerItem .containerSub .containerSubSub {
  display: none;
  padding: 5px 0 5px 10px;
  margin-left: 10px;
  border-left: 1px dashed #ffffff;
  cursor: pointer;
  height: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
compte-client-element app-menu .popupMenu .containerItem .containerSub .containerSubSub:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
compte-client-element app-menu .popupMenu .containerItem.open .containerSub {
  display: block;
  height: initial;
  opacity: 1;
}
compte-client-element app-menu .popupMenu .containerItem.open .containerSub .containerSubSub {
  display: block;
  height: initial;
  opacity: 1;
}
compte-client-element compte-client-coordonnees .containerInfos form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc {
  order: 8;
  width: 100%;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocIdentity {
  order: 1;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocAddress {
  order: 2;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocSecAddress {
  order: 3;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocFidelite {
  order: 4;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocPhoto {
  order: 5;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocCarte {
  order: 6;
}
compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocIdentification {
  order: 7;
}
compte-client-element compte-client-coordonnees .containerInfos form .containerBtn {
  order: 10;
}
compte-client-element compte-client-coordonnees .containerInfos form,
compte-client-element compte-client-coordonnees .containerIdentification form,
compte-client-element compte-client-identification .containerInfos form,
compte-client-element compte-client-identification .containerIdentification form {
  width: 100%;
}
compte-client-element compte-client-coordonnees .containerInfos .secBloc,
compte-client-element compte-client-coordonnees .containerIdentification .secBloc,
compte-client-element compte-client-identification .containerInfos .secBloc,
compte-client-element compte-client-identification .containerIdentification .secBloc {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
compte-client-element compte-client-coordonnees .containerInfos .secBloc h3,
compte-client-element compte-client-coordonnees .containerIdentification .secBloc h3,
compte-client-element compte-client-identification .containerInfos .secBloc h3,
compte-client-element compte-client-identification .containerIdentification .secBloc h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
compte-client-element compte-client-coordonnees .containerInfos .secBloc .jb-text-field:not(:last-child),
compte-client-element compte-client-coordonnees .containerIdentification .secBloc .jb-text-field:not(:last-child),
compte-client-element compte-client-identification .containerInfos .secBloc .jb-text-field:not(:last-child),
compte-client-element compte-client-identification .containerIdentification .secBloc .jb-text-field:not(:last-child) {
  margin-bottom: 15px;
}
compte-client-element compte-client-coordonnees .containerInfos .containerBtn,
compte-client-element compte-client-coordonnees .containerIdentification .containerBtn,
compte-client-element compte-client-identification .containerInfos .containerBtn,
compte-client-element compte-client-identification .containerIdentification .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP,
compte-client-element compte-client-identification .containerInfos .infosMDP,
compte-client-element compte-client-identification .containerIdentification .infosMDP {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .infosText,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .infosText,
compte-client-element compte-client-identification .containerInfos .infosMDP .infosText,
compte-client-element compte-client-identification .containerIdentification .infosMDP .infosText {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .container-criteres,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .container-criteres,
compte-client-element compte-client-identification .containerInfos .infosMDP .container-criteres,
compte-client-element compte-client-identification .containerIdentification .infosMDP .container-criteres {
  display: flex;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .container-criteres .criteres-coche,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .container-criteres .criteres-coche,
compte-client-element compte-client-identification .containerInfos .infosMDP .container-criteres .criteres-coche,
compte-client-element compte-client-identification .containerIdentification .infosMDP .container-criteres .criteres-coche {
  align-self: center;
  text-align: center;
  width: 75px;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .container-criteres .criteres-coche .material-icons,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .container-criteres .criteres-coche .material-icons,
compte-client-element compte-client-identification .containerInfos .infosMDP .container-criteres .criteres-coche .material-icons,
compte-client-element compte-client-identification .containerIdentification .infosMDP .container-criteres .criteres-coche .material-icons {
  color: #689f38;
  font-size: 4.5em;
  font-weight: bold;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .container-criteres .criteresOk,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .container-criteres .criteresOk,
compte-client-element compte-client-identification .containerInfos .infosMDP .container-criteres .criteresOk,
compte-client-element compte-client-identification .containerIdentification .infosMDP .container-criteres .criteresOk {
  padding-left: 0.98em;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .rule,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .rule,
compte-client-element compte-client-identification .containerInfos .infosMDP .rule,
compte-client-element compte-client-identification .containerIdentification .infosMDP .rule {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .rule i,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .rule i,
compte-client-element compte-client-identification .containerInfos .infosMDP .rule i,
compte-client-element compte-client-identification .containerIdentification .infosMDP .rule i {
  font-size: 0.98em;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .rule.valid,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .rule.valid,
compte-client-element compte-client-identification .containerInfos .infosMDP .rule.valid,
compte-client-element compte-client-identification .containerIdentification .infosMDP .rule.valid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .rule.valid i,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .rule.valid i,
compte-client-element compte-client-identification .containerInfos .infosMDP .rule.valid i,
compte-client-element compte-client-identification .containerIdentification .infosMDP .rule.valid i {
  color: #689f38;
  font-weight: bold;
}
compte-client-element compte-client-coordonnees .containerInfos .infosMDP .rule.invalid i,
compte-client-element compte-client-coordonnees .containerIdentification .infosMDP .rule.invalid i,
compte-client-element compte-client-identification .containerInfos .infosMDP .rule.invalid i,
compte-client-element compte-client-identification .containerIdentification .infosMDP .rule.invalid i {
  color: #a50000;
  font-weight: bold;
}
compte-client-element compte-client-identification .containerGlob > div {
  width: 100%;
}
compte-client-element app-listing-detaille .containerList {
  max-height: 190px;
  overflow: auto;
  border-top: 1px dashed #1976d2;
  border-bottom: 1px dashed #1976d2;
}
compte-client-element app-listing-detaille .containerList .list {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding-bottom: 3px;
  padding-top: 3px;
  flex-wrap: wrap;
}
compte-client-element app-listing-detaille .containerList .list .left {
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-size: 14px;
  width: 180px;
}
compte-client-element app-listing-detaille .containerList .list .mid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-size: 14px;
}
compte-client-element app-listing-detaille .containerList .list .btn {
  font-size: 14px;
}
compte-client-element app-listing-detaille .containerList .list.selectionne {
  background-color: rgba(25, 118, 210, 0.1);
}
compte-client-element app-listing-detaille .containerList .list.selectionne .left {
  padding-left: 8px;
}
compte-client-element app-listing-detaille .containerList .list article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
compte-client-element app-listing-detaille .containerList .list article:nth-child(4) {
  border-top: 1px dashed rgba(0, 0, 0, 0.7);
}
compte-client-element app-listing-detaille .containerList .list article span {
  padding-left: 8px;
}
compte-client-element app-listing-detaille .containerList .list:last-child {
  border-bottom: 0;
}
compte-client-element app-listing-detaille app-popup-releve {
  background-color: #ffffff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
compte-client-element app-listing-detaille .containerListDetail {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
}
compte-client-element app-listing-detaille .containerListDetail h4 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding-left: 15px;
}
compte-client-element app-listing-detaille .containerListDetail .close {
  padding-right: 15px;
  cursor: pointer;
}
compte-client-element app-listing-detaille .containerListDetail .sub {
  width: 100%;
  margin: 15px 0 20px;
  padding: 0 15px;
  box-sizing: border-box;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail,
compte-client-element app-listing-detaille .containerListDetail .ligneDetail {
  display: flex;
  justify-content: space-between;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail > span:nth-child(2),
compte-client-element app-listing-detaille .containerListDetail .ligneDetail > span:nth-child(2) {
  text-align: center;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail > span,
compte-client-element app-listing-detaille .containerListDetail .ligneDetail > span {
  flex-grow: 1;
  max-width: 36%;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail > span:last-child,
compte-client-element app-listing-detaille .containerListDetail .ligneDetail > span:last-child {
  text-align: right;
  max-width: 26%;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0 15px 5px;
  width: 100%;
}
compte-client-element app-listing-detaille .containerListDetail .titleDetail > span {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
compte-client-element app-listing-detaille .containerListDetail .containerLigneDetail {
  width: 100%;
  max-height: 30vh;
  overflow: auto;
}
compte-client-element app-listing-detaille .containerListDetail .containerLigneDetail .ligneDetail {
  padding: 8px 15px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 0;
}
compte-client-element app-listing-detaille .containerListDetail .containerLigneDetail .ligneDetail:nth-child(even) {
  background-color: #dfdfdf;
}
compte-client-element app-listing-detaille .containerListDetail .containerLigneDetail .ligneDetail > span.positif {
  color: #689f38;
}
compte-client-element app-listing-detaille .containerListDetail .containerLigneDetail .ligneDetail > span.negatif {
  color: #a50000;
}
compte-client-element compte-client-contacts .containerContact {
  width: 96%;
  margin: 0 auto;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList {
  display: flex;
  flex-wrap: wrap;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal {
  margin-bottom: 20px;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 5px;
  width: 100%;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .birthdate,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .numClient,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .birthdate,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .numClient {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: 600;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name .label-number,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .birthdate .label-number,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .numClient .label-number,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name .label-number,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .birthdate .label-number,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .numClient .label-number {
  font-weight: normal;
}
@media (max-width:600px) {
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .birthdate,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .birthdate,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .numClient {
    min-width: 40%;
  }
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name.numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .birthdate.numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .numClient.numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name.numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .birthdate.numClient,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .numClient.numClient {
    width: 100%;
  }
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name .numCard,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name .numCard {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name .numCard .card,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name .numCard .card {
  width: 100%;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name .numCard.noCard,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name .numCard.noCard {
  display: none;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .btnSm,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .btnSm {
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .btnSm .material-icons,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .btnSm .material-icons {
  font-size: 16px;
  margin-left: 4px;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies {
  margin-top: 15px;
}
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactPrincipal > div > span,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactPrincipal > div > div > span,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactPrincipal p,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactAssocies > div > span,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactAssocies > div > div > span,
compte-client-element compte-client-contacts .containerContact .containerContactList .itemList.isLoading .contactAssocies p {
  color: rgba(145, 145, 145, 0.2);
}
compte-client-element compte-client-contacts .containerContact .containerBtn {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
compte-client-element compte-client-contacts .containerContact .modal-contact h3 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.jb-text-field:not(compte-client-element compte-client-contacts .containerContact .modal-contact:last-child) {
  margin-bottom: 12px;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .infos-contact-add {
  overflow: auto;
  max-height: 90vh;
  width: 100%;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .infos-contact-add .photo-container {
  position: relative;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .infos-contact-add .photo-container > .btn--normal--primary {
  position: absolute;
  top: 0;
  left: 0;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .imgPreview {
  min-height: 100px;
  width: 100%;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .imgPreview > div {
  text-align: center;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .imgPreview img {
  max-width: 100%;
  max-height: 200px;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 10px;
}
compte-client-element compte-client-contacts .containerContact .modal-contact .imgPreview img {
  max-width: 100%;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-carte-popup form {
  width: 100%;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-carte-popup .containerPopup {
  top: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  box-sizing: border-box;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: lightgray;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper .imageCropper {
  text-align: center;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper .imageCropper image-cropper {
  box-sizing: border-box;
  padding: 0;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper .apercu {
  display: flex;
  margin-top: 10px;
  border-top: 4px dotted #1976d2;
  padding: 10px 0 0;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper .apercu p {
  width: auto;
  margin-right: 10px;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .jbCropper .containerBtn {
  justify-content: flex-end;
}
compte-client-element compte-client-contacts .containerContact .modal-contact app-document-contact .imgPreview img {
  max-width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil form {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil app-click-dim {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .clickdform.mainDiv {
  padding: 0px !important;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .clickdform.mainDiv form .responsiveRow * {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow:nth-child(9) {
  display: none;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell.emptyCell {
  display: none;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell .alignBottom {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell .alignBottom > div {
  width: 100%;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell .formHr {
  width: 100%;
  display: none;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell input[type=text] {
  height: 56px;
  border-radius: 5px;
  border-color: #1976d2;
  color: #1976d2;
  padding: 15px;
  box-sizing: border-box;
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell input[type=button] {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  white-space: initial;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #1976d2;
  color: #ffffff !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
compte-client-element compte-client-infoscnil .containerCnil .clickDim .responsiveRow .responsiveCell input[type=button]:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
compte-client-element compte-client-infoscnil .containerCnil .containerBtn {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
compte-client-element compte-client-infoscnil .containerCnil .switch .jb-switch {
  margin-right: 30px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid {
  width: 100%;
  position: relative;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList {
  max-height: 190px;
  overflow: auto;
  border-top: 1px dashed #1976d2;
  border-bottom: 1px dashed #1976d2;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(25, 118, 210, 0.7);
  padding-bottom: 3px;
  padding-top: 3px;
  flex-wrap: wrap;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list .left {
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-size: 14px;
  width: 180px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list .mid {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-size: 14px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list .btn {
  font-size: 14px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list.selectionne {
  background-color: rgba(25, 118, 210, 0.1);
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list.selectionne .left {
  padding-left: 8px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list article:nth-child(4) {
  border-top: 1px dashed rgba(25, 118, 210, 0.7);
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerListStatutFid .containerList .list:last-child {
  border-bottom: 0;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
compte-client-element compte-client-fidelite-statut .containerStatutFid .containerBtn .btn {
  font-size: 14px;
  margin-bottom: 15px;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail {
  background-color: #ffffff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  max-height: 90vh;
  overflow: auto;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail h4 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding-left: 15px;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .close {
  padding-right: 15px;
  cursor: pointer;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .sub,
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .totalPoints {
  width: 100%;
  margin: 15px 0 20px;
  padding: 0 15px;
  box-sizing: border-box;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail {
  width: 100%;
  margin: 15px 0 20px;
  padding: 0 15px;
  box-sizing: border-box;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(25, 118, 210, 0.7);
  padding: 3px 0;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all ease 500ms;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li > span.ssTotal {
  display: flex;
  align-items: center;
  color: green;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li > span.ssTotal.neg {
  color: #a50000;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li > span.ssTotal i {
  margin-left: 10px;
  color: #1976d2;
  transition: all ease 500ms;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li .containerStatusDetail {
  width: 100%;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li .containerStatusDetail li {
  border: none;
  box-sizing: border-box;
  padding: 5px;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li .containerStatusDetail li:nth-child(2n+1) {
  background-color: rgb(236, 236, 236);
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li .containerStatusDetail li > div {
  width: 20%;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li .containerStatusDetail li > div.points {
  text-align: right;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerPointDetail li.open > span.ssTotal i {
  transform: rotate(90deg);
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .totalPoints {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail,
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .ligneDetail {
  display: flex;
  justify-content: space-between;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail > span:nth-child(2),
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .ligneDetail > span:nth-child(2) {
  text-align: center;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail > span,
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .ligneDetail > span {
  flex-grow: 1;
  max-width: 36%;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail > span:last-child,
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .ligneDetail > span:last-child {
  text-align: right;
  max-width: 26%;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail {
  border-bottom: 1px solid rgba(25, 118, 210, 0.8);
  padding: 0 15px 5px;
  width: 100%;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .titleDetail > span {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerLigneDetail {
  width: 100%;
  max-height: 30vh;
  overflow: auto;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerLigneDetail .ligneDetail {
  padding: 8px 15px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 0;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerLigneDetail .ligneDetail:nth-child(even) {
  background-color: #dfdfdf;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerLigneDetail .ligneDetail > span.positif {
  color: #689f38;
}
compte-client-element compte-client-fidelite-statut .popUpListDetail .containerListDetail .containerLigneDetail .ligneDetail > span.negatif {
  color: #a50000;
}
compte-client-element compte-client-histopaniers .containerPanierSave,
compte-client-element compte-client-histopaniers .containerCommande,
compte-client-element compte-client-histocommandes .containerPanierSave,
compte-client-element compte-client-histocommandes .containerCommande,
compte-client-element compte-client-historeservations .containerPanierSave,
compte-client-element compte-client-historeservations .containerCommande,
compte-client-element compte-client-aboppu .containerPanierSave,
compte-client-element compte-client-aboppu .containerCommande,
compte-client-element compte-client-facturation-ppu .containerPanierSave,
compte-client-element compte-client-facturation-ppu .containerCommande,
compte-client-element compte-client-infosbanque .containerPanierSave,
compte-client-element compte-client-infosbanque .containerCommande,
compte-client-element compte-client-passages-ppu .containerPanierSave,
compte-client-element compte-client-passages-ppu .containerCommande {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element compte-client-histopaniers .containerPanierSave .headContainer,
compte-client-element compte-client-histopaniers .containerCommande .headContainer,
compte-client-element compte-client-histocommandes .containerPanierSave .headContainer,
compte-client-element compte-client-histocommandes .containerCommande .headContainer,
compte-client-element compte-client-historeservations .containerPanierSave .headContainer,
compte-client-element compte-client-historeservations .containerCommande .headContainer,
compte-client-element compte-client-aboppu .containerPanierSave .headContainer,
compte-client-element compte-client-aboppu .containerCommande .headContainer,
compte-client-element compte-client-facturation-ppu .containerPanierSave .headContainer,
compte-client-element compte-client-facturation-ppu .containerCommande .headContainer,
compte-client-element compte-client-infosbanque .containerPanierSave .headContainer,
compte-client-element compte-client-infosbanque .containerCommande .headContainer,
compte-client-element compte-client-passages-ppu .containerPanierSave .headContainer,
compte-client-element compte-client-passages-ppu .containerCommande .headContainer {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element compte-client-histopaniers .containerPanierSave .headContainer .title,
compte-client-element compte-client-histopaniers .containerCommande .headContainer .title,
compte-client-element compte-client-histocommandes .containerPanierSave .headContainer .title,
compte-client-element compte-client-histocommandes .containerCommande .headContainer .title,
compte-client-element compte-client-historeservations .containerPanierSave .headContainer .title,
compte-client-element compte-client-historeservations .containerCommande .headContainer .title,
compte-client-element compte-client-aboppu .containerPanierSave .headContainer .title,
compte-client-element compte-client-aboppu .containerCommande .headContainer .title,
compte-client-element compte-client-facturation-ppu .containerPanierSave .headContainer .title,
compte-client-element compte-client-facturation-ppu .containerCommande .headContainer .title,
compte-client-element compte-client-infosbanque .containerPanierSave .headContainer .title,
compte-client-element compte-client-infosbanque .containerCommande .headContainer .title,
compte-client-element compte-client-passages-ppu .containerPanierSave .headContainer .title,
compte-client-element compte-client-passages-ppu .containerCommande .headContainer .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element compte-client-histopaniers .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-histopaniers .containerCommande .headContainer .title:after,
compte-client-element compte-client-histocommandes .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-histocommandes .containerCommande .headContainer .title:after,
compte-client-element compte-client-historeservations .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-historeservations .containerCommande .headContainer .title:after,
compte-client-element compte-client-aboppu .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-aboppu .containerCommande .headContainer .title:after,
compte-client-element compte-client-facturation-ppu .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-facturation-ppu .containerCommande .headContainer .title:after,
compte-client-element compte-client-infosbanque .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-infosbanque .containerCommande .headContainer .title:after,
compte-client-element compte-client-passages-ppu .containerPanierSave .headContainer .title:after,
compte-client-element compte-client-passages-ppu .containerCommande .headContainer .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element compte-client-histopaniers .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-histopaniers .containerCommande .headContainer .subtitle,
compte-client-element compte-client-histocommandes .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-histocommandes .containerCommande .headContainer .subtitle,
compte-client-element compte-client-historeservations .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-historeservations .containerCommande .headContainer .subtitle,
compte-client-element compte-client-aboppu .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-aboppu .containerCommande .headContainer .subtitle,
compte-client-element compte-client-facturation-ppu .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-facturation-ppu .containerCommande .headContainer .subtitle,
compte-client-element compte-client-infosbanque .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-infosbanque .containerCommande .headContainer .subtitle,
compte-client-element compte-client-passages-ppu .containerPanierSave .headContainer .subtitle,
compte-client-element compte-client-passages-ppu .containerCommande .headContainer .subtitle {
  margin: 10px 0 15px;
  width: 100%;
}
compte-client-element compte-client-histopaniers .containerPanierSave .mat-tab-group,
compte-client-element compte-client-histopaniers .containerCommande .mat-tab-group,
compte-client-element compte-client-histocommandes .containerPanierSave .mat-tab-group,
compte-client-element compte-client-histocommandes .containerCommande .mat-tab-group,
compte-client-element compte-client-historeservations .containerPanierSave .mat-tab-group,
compte-client-element compte-client-historeservations .containerCommande .mat-tab-group,
compte-client-element compte-client-aboppu .containerPanierSave .mat-tab-group,
compte-client-element compte-client-aboppu .containerCommande .mat-tab-group,
compte-client-element compte-client-facturation-ppu .containerPanierSave .mat-tab-group,
compte-client-element compte-client-facturation-ppu .containerCommande .mat-tab-group,
compte-client-element compte-client-infosbanque .containerPanierSave .mat-tab-group,
compte-client-element compte-client-infosbanque .containerCommande .mat-tab-group,
compte-client-element compte-client-passages-ppu .containerPanierSave .mat-tab-group,
compte-client-element compte-client-passages-ppu .containerCommande .mat-tab-group {
  width: 100%;
}
compte-client-element compte-client-histopaniers .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-histopaniers .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-histocommandes .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-histocommandes .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-historeservations .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-historeservations .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-aboppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-aboppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-facturation-ppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-facturation-ppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-infosbanque .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-infosbanque .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-passages-ppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList,
compte-client-element compte-client-passages-ppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList {
  min-height: 42px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-histopaniers .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-histocommandes .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-histocommandes .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-historeservations .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-historeservations .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-aboppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-aboppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-facturation-ppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-facturation-ppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-infosbanque .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-infosbanque .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-passages-ppu .containerPanierSave .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn,
compte-client-element compte-client-passages-ppu .containerCommande .mat-tab-group > div.mat-tab-body-wrapper > .mat-tab-body:nth-child(2) .containerListDetails .itemList .btn {
  display: none;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails {
  width: 100%;
  margin-bottom: 40px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .containerItemList,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .containerItemList {
  display: flex;
  justify-content: space-between;
  width: 80%;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-size: 0.95em;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .date,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .containerItemList .date {
  margin: 0 10px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .total,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .containerItemList .total {
  font-weight: bold;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .containerItemList .num,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .containerItemList .num {
  min-width: 90px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .btn,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .btn,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .btn {
  font-size: 14px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom {
  background-color: #ffffff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  width: 96%;
  margin: 0 auto;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 0.95em;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix {
  width: 48%;
  margin-bottom: 10px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .date span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .prix span:not(:first-child) {
  font-weight: bold;
  margin-left: 5px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur {
  width: 100%;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur span:not(:first-child) {
  font-weight: bold;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .payeur .firstName {
  text-transform: capitalize;
  margin-left: 5px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .closePopup,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .statut {
  text-align: right;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .headPopup .orderNumero {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: bold;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .titlePdt {
  width: 100%;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.7);
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt:nth-child(even) {
  background-color: #dfdfdf;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 1px dotted rgba(0, 0, 0, 0.7);
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child),
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:not(:first-child) {
  font-weight: bold;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .skieur span:first-child {
  text-transform: lowercase;
  margin-right: 5px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .namePdt,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .pricePdt {
  font-weight: bold;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .detailPdt .mailBonCadeau .mailDestinataire {
  text-transform: lowercase;
  margin-right: 10px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter {
  width: 100%;
  text-align: right;
  margin: 30px 0 10px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .btnRacheter .btn {
  font-size: 14px;
}
compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date,
compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom .containerPopUpSlideBottom .containerPopup .date {
  width: 100%;
}
compte-client-element compte-client-aboppu .mat-table {
  width: 100%;
}
compte-client-element compte-client-aboppu .mat-table .error {
  color: #a50000;
}
@media (max-width: 480px) {
  compte-client-element compte-client-aboppu .mat-table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: auto;
  }
  compte-client-element compte-client-aboppu .mat-table tr th,
  compte-client-element compte-client-aboppu .mat-table tr td {
    border-bottom: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  compte-client-element compte-client-aboppu .mat-table tr th:nth-child(1),
  compte-client-element compte-client-aboppu .mat-table tr td:nth-child(1) {
    order: 1;
    padding: 0 10px;
    width: 60%;
  }
  compte-client-element compte-client-aboppu .mat-table tr th:nth-child(2),
  compte-client-element compte-client-aboppu .mat-table tr td:nth-child(2) {
    order: 3;
    width: 60%;
  }
  compte-client-element compte-client-aboppu .mat-table tr th:nth-child(3),
  compte-client-element compte-client-aboppu .mat-table tr td:nth-child(3) {
    order: 2;
    text-align: right;
    width: 39%;
  }
  compte-client-element compte-client-aboppu .mat-table tr th:nth-child(4),
  compte-client-element compte-client-aboppu .mat-table tr td:nth-child(4) {
    order: 4;
    text-align: right;
    padding: 0 10px;
    width: 39%;
  }
  compte-client-element compte-client-aboppu .mat-table tr th:nth-child(4) .btn--normal--error,
  compte-client-element compte-client-aboppu .mat-table tr td:nth-child(4) .btn--normal--error {
    padding: 0;
  }
}
compte-client-element compte-client-gestioncarte .containerGestCard {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element compte-client-gestioncarte .containerGestCard .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element compte-client-gestioncarte .containerGestCard .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element compte-client-gestioncarte .containerGestCard h3 {
  margin-bottom: 20px;
}
compte-client-element compte-client-gestioncarte .containerGestCard .carte label {
  font-size: 0.8em;
}
compte-client-element compte-client-gestioncarte .containerGestCard > div {
  width: 100%;
}
compte-client-element compte-client-gestioncarte .containerGestCard .carte-list {
  margin-bottom: 20px;
}
compte-client-element compte-client-gestioncarte .containerGestCard .containerBtn {
  width: 100%;
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup p {
  margin-bottom: 10px;
  font-size: 1em;
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup .nameSkieur {
  font-weight: bold;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup .typeContact {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .nameCard {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .numberCard,
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .messageCard {
  font-weight: bold;
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .nameCard,
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .numberCard,
compte-client-element compte-client-gestioncarte .popUp .containerPopup .keycard .messageCard {
  font-size: 14px;
}
compte-client-element compte-client-gestioncarte .popUp .containerPopup form {
  width: 100%;
  margin-top: 10px;
}
compte-client-element compte-client-histopassages .containerPPU {
  padding-bottom: 20px;
}
compte-client-element compte-client-histopassages .containerPPU .containerListing {
  width: 100%;
  margin-bottom: 20px;
}
compte-client-element compte-client-histopassages .containerPPU .containerListing article {
  padding: 10px 0;
}
compte-client-element compte-client-histopassages .containerPPU .containerListing article .right,
compte-client-element compte-client-histopassages .containerPPU .containerListing article .left {
  width: 100%;
}
compte-client-element compte-client-histopassages .containerPPU .containerListing article .right {
  padding-left: 8px;
}
compte-client-element compte-client-histopassages .containerPPU .containerListing article:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.7);
}
compte-client-element compte-client-histopassages .containerPPU .containerListing .containerList {
  max-height: 100%;
  border: 0;
  margin-bottom: 20px;
}
compte-client-element compte-client-espaceproprio .containerListProprio {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
compte-client-element compte-client-espaceproprio .containerBtn {
  margin-bottom: 20px;
  width: 100%;
}
compte-client-element compte-client-espaceproprio .offreDispo {
  width: 100%;
  margin-bottom: 20px;
}
compte-client-element compte-client-espaceheberge .containerList {
  max-height: 100%;
  border: 0;
  margin-bottom: 20px;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .item {
  min-width: 15%;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .item.adresse {
  width: 30%;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .item.statut {
  text-transform: uppercase;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .item.statut.statut1 {
  color: #689f38;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .mat-icon-button:hover, compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .mat-icon-button:focus {
  background-color: transparent;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .edit {
  color: #1976d2;
}
compte-client-element compte-client-espaceheberge .mat-list .mat-list-item .mat-list-item-content .delete {
  color: #a50000;
}
compte-client-element compte-client-espaceheberge .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
compte-client-element compte-client-espaceheberge .containerBtn.containerBtnRight {
  justify-content: flex-end;
}
compte-client-element compte-client-espaceheberge .containerBtn.containerBtnRight .btn {
  margin-bottom: 10px;
  margin-left: 10px;
}
compte-client-element compte-client-espaceheberge .legendes {
  margin: 40px 0;
}
compte-client-element compte-client-espaceheberge .legendes p:first-child {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
  font-weight: bold;
}
compte-client-element compte-client-espaceheberge .legendes p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 10px;
}
compte-client-element compte-client-espaceheberge .containerPopup .outline {
  margin-bottom: 12px;
}
compte-client-element compte-client-espaceheberge .containerPopup .numAppart,
compte-client-element compte-client-espaceheberge .containerPopup .superficie,
compte-client-element compte-client-espaceheberge .containerPopup .nbChambre,
compte-client-element compte-client-espaceheberge .containerPopup .nbOccupant {
  width: 49%;
}
compte-client-element compte-client-espaceheberge .containerPopup .numAppart .jb-floating-label,
compte-client-element compte-client-espaceheberge .containerPopup .superficie .jb-floating-label,
compte-client-element compte-client-espaceheberge .containerPopup .nbChambre .jb-floating-label,
compte-client-element compte-client-espaceheberge .containerPopup .nbOccupant .jb-floating-label {
  font-size: 0.84rem;
}
compte-client-element compte-client-espaceheberge .containerPopup .containerBtn {
  margin-top: 20px;
}
compte-client-element compte-client-espaceheberge .containerPopup .title-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
compte-client-element compte-client-espaceheberge .containerPopup .input {
  width: 49%;
}
compte-client-element compte-client-espaceheberge .containerPopup .input > .mat-form-field {
  width: 100%;
}
@media (max-width:600px) {
  compte-client-element compte-client-espaceheberge .containerPopup .input {
    width: 100%;
  }
}
compte-client-element compte-client-espaceheberge .containerPopup .containerBtn .oneBtn {
  justify-content: flex-end;
}
compte-client-element compte-client-avoir .containerListAvoir {
  width: 100%;
}
compte-client-element compte-client-fidelite-code .saisieCode {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
}
compte-client-element compte-client-fidelite-code .saisieCode .secondTitle {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
compte-client-element compte-client-fidelite-code .saisieCode .jb-text-field {
  width: 60%;
  order: 1;
  margin-bottom: 0;
}
compte-client-element compte-client-fidelite-code .saisieCode .btn {
  order: 2;
}
compte-client-element compte-client-fidelite-code .saisieCode .jb-error-mess {
  order: 3;
}
compte-client-element compte-client-fidelite-code .codeNonUsed {
  margin-bottom: 20px;
  width: 100%;
}
compte-client-element compte-client-fidelite-code .codeNonUsed .list article .left {
  width: 100%;
}
compte-client-element compte-client-fidelite-code .codeNonUsed .list article .right {
  display: none;
}
compte-client-element compte-client-fidelite-code .codeNonUsed .containerBtn {
  margin-top: 10px;
}
compte-client-element compte-client-fidelite-code .codeUsed {
  width: 100%;
}
compte-client-element compte-client-fidelite-use app-points-fidelite,
compte-client-element compte-client-fidelite-buy app-points-fidelite,
compte-client-element compte-client-proprio-use app-points-fidelite {
  margin-top: 20px;
  width: 100%;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .subtitle,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .subtitle,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .subtitle {
  font-size: 20px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .infosPt,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .infosPt,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .infosPt {
  margin-bottom: 20px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .title-bloc,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .title-bloc,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .title-bloc {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin: 20px 0 10px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 2px;
  box-sizing: border-box;
  text-align: left;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt {
  width: 38%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  box-sizing: border-box;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt img,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt img,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .imgPdt img {
  max-height: 100%;
  max-width: 100%;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt > p,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt > p,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt > p {
  width: 100%;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .title-produit,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .title-produit,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .title-produit {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .desc,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .desc,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .desc {
  display: none;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn .btnAcheter,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn .btnAcheter,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .produit-container .bloc-produit .produit .descPdt .containerBtn .btnAcheter {
  font-size: 12px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #1976d2;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container > .date,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container > .date,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container > .date {
  width: 100%;
  margin-top: 20px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container > .date .jb-text-field.outline,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container > .date .jb-text-field.outline,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container > .date .jb-text-field.outline {
  max-width: 200px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .name,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .name,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .name {
  color: #1976d2;
  font-weight: bold;
  display: block;
  margin: 20px auto 10px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins {
  display: flex;
  align-items: center;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button {
  font-weight: bold;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.minus,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.minus,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.minus {
  border-radius: 4px 0 0 4px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.plus,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.plus,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins button.plus {
  border-radius: 0px 4x 4px 0px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field {
  margin: 0 10px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field .mat-form-field-wrapper,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field .mat-form-field-wrapper,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number],
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number],
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number] {
  -moz-appearance: textfield;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-inner-spin-button, compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-outer-spin-button,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-inner-spin-button,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-outer-spin-button,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-inner-spin-button,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .item-container .category-container .category .containerBtnPlusMoins .mat-form-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .total,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .total,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .total {
  width: 100%;
  text-align: right;
  font-size: 2em;
  color: #1976d2;
  font-weight: bold;
  margin: 20px auto;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .list-container .total > span,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .list-container .total > span,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .list-container .total > span {
  margin: 0 5px;
}
compte-client-element compte-client-fidelite-use app-points-fidelite .main-container .containerBtn,
compte-client-element compte-client-fidelite-buy app-points-fidelite .main-container .containerBtn,
compte-client-element compte-client-proprio-use app-points-fidelite .main-container .containerBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
compte-client-element compte-client-espaceaction .container-acheter,
compte-client-element compte-client-espaceaction .container-condition,
compte-client-element compte-client-espaceaction .container-liste-forfait {
  margin: 20px 0;
  width: 100%;
}
compte-client-element compte-client-espaceaction .choixOffre {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
compte-client-element compte-client-espaceaction .containerListPoint {
  width: 100%;
}
compte-client-element compte-client-espaceaction .container-condition {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
compte-client-element compte-client-parrainage .inscription,
compte-client-element compte-client-parrainage-proprio .inscription {
  width: 100%;
  margin: 20px 0;
}
compte-client-element compte-client-parrainage .listFilleul,
compte-client-element compte-client-parrainage-proprio .listFilleul {
  width: 100%;
  margin-bottom: 20px;
}
compte-client-element compte-client-parrainage .listFilleul .itemList,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
compte-client-element compte-client-parrainage .listFilleul .itemList .containerItemList,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList .containerItemList {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 0;
}
compte-client-element compte-client-parrainage .listFilleul .itemList .containerItemList .left,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList .containerItemList .left {
  font-weight: bold;
}
compte-client-element compte-client-parrainage .listFilleul .itemList .containerItemList .left .prenom,
compte-client-element compte-client-parrainage .listFilleul .itemList .containerItemList .left .nom,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList .containerItemList .left .prenom,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList .containerItemList .left .nom {
  margin-right: 5px;
  font-weight: capitalize;
}
compte-client-element compte-client-parrainage .listFilleul .itemList .containerItemList .left .email,
compte-client-element compte-client-parrainage-proprio .listFilleul .itemList .containerItemList .left .email {
  margin-right: 5px;
}
compte-client-element compte-client-parrainage p.itemList,
compte-client-element compte-client-parrainage-proprio p.itemList {
  width: 100%;
}
compte-client-element compte-client-parrainage .popUp .containerPopup form,
compte-client-element compte-client-parrainage-proprio .popUp .containerPopup form {
  width: 100%;
}
compte-client-element .containerGlob {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
compte-client-element .containerGlob .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
compte-client-element .containerGlob .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element .containerGlob .subtitle {
  margin: 10px 0 15px;
  width: 100%;
}
compte-client-element compte-client-aboppu {
  width: 96%;
  margin: 0 auto;
  display: block;
}
compte-client-element compte-client-aboppu .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  display: inline-block;
}
compte-client-element compte-client-aboppu .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
compte-client-element compte-client-aboppu .listeAboPPU {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
compte-client-element compte-client-aboppu .listeAboPPU .ligne {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px;
  background-color: lightgray;
  align-items: center;
}
compte-client-element compte-client-aboppu .listeAboPPU .ligne .col {
  margin: 5px;
}
compte-client-element compte-client-aboppu .listeAboPPU .ligne .col.icon:hover {
  cursor: pointer;
}
compte-client-element compte-client-infosbanque {
  width: 96%;
  margin: 0 auto;
  display: block;
}
compte-client-element compte-client-infosassociation .mat-table,
compte-client-element compte-client-infosassociation app-selection-asso-entreprise,
compte-client-element compte-client-infosce .mat-table,
compte-client-element compte-client-infosce app-selection-asso-entreprise {
  width: 100%;
}
compte-client-element compte-client-infosassociation .mat-table .mat-row,
compte-client-element compte-client-infosce .mat-table .mat-row {
  cursor: pointer;
}
compte-client-element compte-client-infosassociation .mat-table .mat-row .mat-cell.mat-column-name:before,
compte-client-element compte-client-infosce .mat-table .mat-row .mat-cell.mat-column-name:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
compte-client-element compte-client-infosassociation .mat-table .mat-row.selected,
compte-client-element compte-client-infosce .mat-table .mat-row.selected {
  font-weight: bold;
  background-color: rgba(25, 118, 210, 0.5);
}
compte-client-element compte-client-infosassociation .mat-table .mat-row.selected .mat-cell.mat-column-name:before,
compte-client-element compte-client-infosce .mat-table .mat-row.selected .mat-cell.mat-column-name:before {
  content: "\f14a";
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .selection .name,
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .input .name,
compte-client-element compte-client-infosce app-selection-asso-entreprise .selection .name,
compte-client-element compte-client-infosce app-selection-asso-entreprise .input .name {
  display: flex;
  align-items: center;
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .selection .name .toggleAide,
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .input .name .toggleAide,
compte-client-element compte-client-infosce app-selection-asso-entreprise .selection .name .toggleAide,
compte-client-element compte-client-infosce app-selection-asso-entreprise .input .name .toggleAide {
  margin-left: 10px;
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .selection .name .toggleAide .material-icons,
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .input .name .toggleAide .material-icons,
compte-client-element compte-client-infosce app-selection-asso-entreprise .selection .name .toggleAide .material-icons,
compte-client-element compte-client-infosce app-selection-asso-entreprise .input .name .toggleAide .material-icons {
  color: #1976d2;
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .selection,
compte-client-element compte-client-infosce app-selection-asso-entreprise .selection {
  margin-top: 20px;
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .mat-form-field,
compte-client-element compte-client-infosce app-selection-asso-entreprise .mat-form-field {
  width: 100%;
}
compte-client-element compte-client-infosassociation app-selection-asso-entreprise .containerBtn,
compte-client-element compte-client-infosce app-selection-asso-entreprise .containerBtn {
  flex-direction: row-reverse;
}

meteo-element meteo-full-element .containerMeteo {
  width: 80%;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #1976d2;
  color: #ffffff;
  align-items: flex-start;
}
meteo-element meteo-full-element .containerMeteo .titreMeteo {
  width: 100%;
  order: initial;
}
meteo-element meteo-full-element .containerMeteo .titreMeteo .title {
  color: #ffffff;
  text-transform: uppercase;
}
meteo-element meteo-full-element .containerMeteo .bloc {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
meteo-element meteo-full-element .containerMeteo .bloc .titreBloc {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
meteo-element meteo-full-element .containerMeteo .bloc .titreBloc:after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  margin-top: 2px;
  display: block;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp {
  text-align: center;
  order: initial;
  flex-direction: row;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp .blocImg {
  flex-direction: row;
  justify-content: center;
  display: flex;
  order: initial;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp .blocImg .item {
  padding: 0 20px;
  text-align: center;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp .blocImg .item .itemFirst {
  width: 100%;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp .blocImg .item:first-child {
  border-right: 1px solid #ffffff;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocTemp .blocImg .item img {
  max-width: 50px;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocNeige {
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
  order: initial;
  justify-content: center;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocNeige .titreBloc {
  order: initial;
  margin-right: 0;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocNeige .item {
  width: 100%;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocDomaine {
  order: initial;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocDomaine .Piste {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
meteo-element meteo-full-element .containerMeteo .bloc.blocDomaine .Piste .pictoPiste img {
  width: 20px;
}
meteo-element meteo-full-element .containerMeteo .bloc .item {
  width: 100%;
  margin-bottom: 10px;
}
meteo-element meteo-full-element .containerMeteo .bloc .picto {
  margin-right: 10px;
  max-height: 50px;
}
meteo-element meteo-full-element .containerMeteo .ouvertureLive .btn {
  text-decoration: none;
}
meteo-element precise-meteo-element .liaisons .station .liaison,
meteo-element precise-meteo-element .liaisons .station .piste,
meteo-element precise-meteo-element .pistes .station .liaison,
meteo-element precise-meteo-element .pistes .station .piste {
  display: flex;
  justify-content: space-between;
}
meteo-element precise-meteo-element .liaisons .station .liaison > p,
meteo-element precise-meteo-element .liaisons .station .piste > p,
meteo-element precise-meteo-element .pistes .station .liaison > p,
meteo-element precise-meteo-element .pistes .station .piste > p {
  width: 30%;
  text-align: center;
}
meteo-element precise-meteo-element .liaisons .station .liaison > p:first-child, meteo-element precise-meteo-element .liaisons .station .liaison > p.name,
meteo-element precise-meteo-element .liaisons .station .piste > p:first-child,
meteo-element precise-meteo-element .liaisons .station .piste > p.name,
meteo-element precise-meteo-element .pistes .station .liaison > p:first-child,
meteo-element precise-meteo-element .pistes .station .liaison > p.name,
meteo-element precise-meteo-element .pistes .station .piste > p:first-child,
meteo-element precise-meteo-element .pistes .station .piste > p.name {
  text-align: left;
}
meteo-element precise-meteo-element .liaisons .station .liaison > p:last-child,
meteo-element precise-meteo-element .liaisons .station .piste > p:last-child,
meteo-element precise-meteo-element .pistes .station .liaison > p:last-child,
meteo-element precise-meteo-element .pistes .station .piste > p:last-child {
  text-align: right;
}

parf-element .container-ariane {
  margin: 10px 0;
  width: 94%;
}
parf-element .containerMenuFast {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}
parf-element .containerMenuFast .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
parf-element .containerMenuFast .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
parf-element .containerMenuFast .contentMenuFast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
parf-element .containerMenuFast .contentMenuFast .btnMenu {
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 48%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
parf-element .containerMenuFast .contentMenuFast .btnMenu:focus, parf-element .containerMenuFast .contentMenuFast .btnMenu:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
parf-element .containerParfForm {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}
parf-element .containerParfForm .title {
  margin-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
parf-element .containerParfForm .title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
parf-element .containerParfForm .subTitle {
  margin-bottom: 20px;
}
parf-element .containerParfForm .bloc-container {
  width: 100%;
}
parf-element .containerParfForm .containerForm {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
parf-element .containerParfForm .containerForm .bloc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
parf-element .containerParfForm .containerForm .bloc-header .title {
  font-size: 16px;
  margin-bottom: 0;
}
parf-element .containerParfForm .containerForm .bloc-header .title:after {
  display: none;
}
parf-element .containerParfForm .containerForm .bloc-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
parf-element .containerParfForm .containerForm .bloc-content.active {
  height: auto;
  opacity: 1;
  margin-top: 15px;
}
parf-element .containerParfForm .containerForm .bloc-content .libAddFile {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-top: 5px;
}
parf-element .containerParfForm .containerForm .bloc-content .inputFile {
  margin-bottom: 20px;
}
parf-element .containerParfForm .containerForm .bloc-content .textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 4px;
}
parf-element .containerParfForm .errorBlocText {
  font-size: 12px;
  color: #a50000;
  position: relative;
  margin-top: -15px;
  margin-bottom: 10px;
}
parf-element .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: 20px auto;
}
parf-element .containerTempete {
  width: 94%;
  margin: 0 auto;
}
parf-element tempete-accueil .container {
  width: 94%;
  margin: 0 auto;
}
parf-element tempete-identification {
  width: 94%;
  margin: 0 auto;
}
parf-element tempete-saisie .containerNbForfait {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px 0;
  justify-content: space-between;
}
parf-element tempete-saisie .containerNbForfait .forfait {
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
}
parf-element tempete-remboursement .choiceCompensation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
}
parf-element parf-connexion .containerBtn {
  justify-content: center;
  display: none;
}
parf-element {
  /* new parf */
}
parf-element .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
parf-element .mat-form-field.mat-form-field-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
parf-element .mat-form-field.mat-form-field-disabled .mat-input-element:disabled {
  color: #1976d2;
  cursor: no-drop;
}
parf-element .mat-form-field.keycard {
  min-width: 225px;
}
parf-element .mat-form-field.bic, parf-element .mat-form-field.iban {
  min-width: 235px;
}
parf-element .bloc-content > .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
}
parf-element .bloc-content > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
parf-element .bloc-content > div .mat-form-field {
  margin: 0 10px 10px 0;
}
parf-element .bloc-content > div .mat-form-field.adresse {
  width: 100%;
}
parf-element .bloc-content > div h4,
parf-element .bloc-content > div p {
  width: 100%;
}
parf-element .bloc-content > div h4 {
  font-weight: bold;
}
parf-element .bloc-content .listeForfait {
  display: flex;
  flex-wrap: wrap;
}
parf-element .bloc-content .listeForfait .infos-forfait {
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-right: 20px;
}
parf-element .bloc-content .listeForfait .infos-forfait .mat-form-field {
  width: 100%;
}
parf-element .containerInfo {
  width: 100%;
}
parf-element .containerInfo ul {
  margin-bottom: 12px;
}
parf-element .containerBtn {
  width: 100%;
}
parf-element app-parf-formulaire .containerForm {
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin-bottom: 20px;
}
parf-element app-parf-formulaire .containerForm .bloc-header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  cursor: pointer;
}
parf-element app-parf-formulaire .containerForm .bloc-header h3 {
  margin: 0;
  width: 100%;
}
parf-element app-parf-formulaire .containerForm .bloc-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 500ms;
  display: none;
}
parf-element app-parf-formulaire .containerForm .bloc-content.active {
  height: auto;
  opacity: 1;
  visibility: initial;
  margin-top: 10px;
  display: block;
}
parf-element .popUp.success .containerPopup > .containerBtn {
  margin: 0;
  width: 100%;
}
parf-element .popUp.success .containerPopup > .containerBtn.oneBtn {
  justify-content: flex-end;
}
parf-element .popUp.success .containerPopup > .txtValid {
  display: flex;
  align-items: center;
  justify-content: center;
}
parf-element .popUp.success .containerPopup > .txtValid .material-icons {
  color: #689f38;
  margin-right: 5px;
}

newsletter-element .infos {
  margin-top: 10px;
}
newsletter-element .blocInput {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
newsletter-element .blocInput .jb-text-field {
  flex: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
newsletter-element .mat-checkbox {
  margin-right: 10px;
}
newsletter-element .successContainer {
  background-color: rgba(104, 159, 56, 0.2);
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
newsletter-element .successContainer p {
  margin: 0;
}

dynamic-pricing-element .dynamic-pricing-calendar {
  width: 100%;
}
dynamic-pricing-element .dynamic-pricing-calendar .dynamic-pricing-calendar-select {
  width: 100%;
  display: flex;
  justify-content: center;
}
dynamic-pricing-element .dynamic-pricing-calendar calendar-header {
  text-align: center;
}
dynamic-pricing-element .dynamic-pricing-calendar .row {
  font-size: 1.5em;
}
dynamic-pricing-element .data-container-tooltip [data-tooltip],
dynamic-pricing-element .disabled-cell [data-tooltip] {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  margin-left: -60px;
  left: 50%;
}
dynamic-pricing-element .data-container-tooltip:hover [data-tooltip]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
dynamic-pricing-element .data-container-tooltip:hover [data-tooltip] {
  visibility: visible;
}
dynamic-pricing-element .disabled-cell {
  pointer-events: none;
  background-color: #ccc;
}
dynamic-pricing-element > div {
  display: flex;
  flex-wrap: wrap;
}
dynamic-pricing-element > div > div > .material-icons,
dynamic-pricing-element > div > .arrow > .material-icons {
  font-size: 2em !important;
  color: #1976d2;
  cursor: pointer;
}
dynamic-pricing-element > div > div > .material-icons.disabled,
dynamic-pricing-element > div > .arrow > .material-icons.disabled {
  color: rgba(25, 118, 210, 0.3);
  cursor: no-drop;
}
dynamic-pricing-element > div .calendar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
dynamic-pricing-element > div .calendar > .arrow > .material-icons {
  font-size: 2em !important;
  color: #1976d2;
  cursor: pointer;
}
dynamic-pricing-element > div .calendar > .arrow > .material-icons.disabled {
  color: rgba(25, 118, 210, 0.3);
  cursor: no-drop;
}
dynamic-pricing-element > div .item {
  border: 1px solid #1976d2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  width: 10%;
  min-width: 150px;
  margin: 1%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
dynamic-pricing-element > div .item.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
dynamic-pricing-element > div .item > p {
  color: #000000;
}
dynamic-pricing-element > div .item > p.date {
  padding-bottom: 10px;
  border-bottom: 1px solid #1976d2;
  margin-bottom: 10px;
}
dynamic-pricing-element > div .item > p.prix {
  font-size: 1.5em;
  font-weight: bold;
  color: #1976d2;
}
dynamic-pricing-element > div .item > p.prixBarre {
  text-decoration: line-through;
}
dynamic-pricing-element > div .item p.pourcentage {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border-radius: 4px 0 0 0;
  background-color: #1976d2;
  color: #ffffff;
}
dynamic-pricing-element > div .item p.pourcentage.percent1, dynamic-pricing-element > div .item p.pourcentage.percent2, dynamic-pricing-element > div .item p.pourcentage.percent3, dynamic-pricing-element > div .item p.pourcentage.percent4, dynamic-pricing-element > div .item p.pourcentage.percent5, dynamic-pricing-element > div .item p.pourcentage.percent6, dynamic-pricing-element > div .item p.pourcentage.percent7, dynamic-pricing-element > div .item p.pourcentage.percent8, dynamic-pricing-element > div .item p.pourcentage.percent9, dynamic-pricing-element > div .item p.pourcentage.percent10, dynamic-pricing-element > div .item p.pourcentage.percent11, dynamic-pricing-element > div .item p.pourcentage.percent12, dynamic-pricing-element > div .item p.pourcentage.percent13, dynamic-pricing-element > div .item p.pourcentage.percent14, dynamic-pricing-element > div .item p.pourcentage.percent15, dynamic-pricing-element > div .item p.pourcentage.percent16, dynamic-pricing-element > div .item p.pourcentage.percent17, dynamic-pricing-element > div .item p.pourcentage.percent18, dynamic-pricing-element > div .item p.pourcentage.percent19, dynamic-pricing-element > div .item p.pourcentage.percent20, dynamic-pricing-element > div .item p.pourcentage.percent21, dynamic-pricing-element > div .item p.pourcentage.percent22, dynamic-pricing-element > div .item p.pourcentage.percent23, dynamic-pricing-element > div .item p.pourcentage.percent24, dynamic-pricing-element > div .item p.pourcentage.percent25 {
  background-color: cyan;
}
dynamic-pricing-element > div .item p.pourcentage.percent26, dynamic-pricing-element > div .item p.pourcentage.percent27, dynamic-pricing-element > div .item p.pourcentage.percent28, dynamic-pricing-element > div .item p.pourcentage.percent29, dynamic-pricing-element > div .item p.pourcentage.percent30, dynamic-pricing-element > div .item p.pourcentage.percent31, dynamic-pricing-element > div .item p.pourcentage.percent32, dynamic-pricing-element > div .item p.pourcentage.percent33, dynamic-pricing-element > div .item p.pourcentage.percent34, dynamic-pricing-element > div .item p.pourcentage.percent35, dynamic-pricing-element > div .item p.pourcentage.percent36, dynamic-pricing-element > div .item p.pourcentage.percent37, dynamic-pricing-element > div .item p.pourcentage.percent38, dynamic-pricing-element > div .item p.pourcentage.percent39, dynamic-pricing-element > div .item p.pourcentage.percent40, dynamic-pricing-element > div .item p.pourcentage.percent41, dynamic-pricing-element > div .item p.pourcentage.percent42, dynamic-pricing-element > div .item p.pourcentage.percent43, dynamic-pricing-element > div .item p.pourcentage.percent44, dynamic-pricing-element > div .item p.pourcentage.percent45, dynamic-pricing-element > div .item p.pourcentage.percent46, dynamic-pricing-element > div .item p.pourcentage.percent47, dynamic-pricing-element > div .item p.pourcentage.percent48, dynamic-pricing-element > div .item p.pourcentage.percent49, dynamic-pricing-element > div .item p.pourcentage.percent50 {
  background-color: green;
}
dynamic-pricing-element > div .item p.pourcentage.percent51, dynamic-pricing-element > div .item p.pourcentage.percent52, dynamic-pricing-element > div .item p.pourcentage.percent53, dynamic-pricing-element > div .item p.pourcentage.percent54, dynamic-pricing-element > div .item p.pourcentage.percent55, dynamic-pricing-element > div .item p.pourcentage.percent56, dynamic-pricing-element > div .item p.pourcentage.percent57, dynamic-pricing-element > div .item p.pourcentage.percent58, dynamic-pricing-element > div .item p.pourcentage.percent59, dynamic-pricing-element > div .item p.pourcentage.percent60, dynamic-pricing-element > div .item p.pourcentage.percent61, dynamic-pricing-element > div .item p.pourcentage.percent62, dynamic-pricing-element > div .item p.pourcentage.percent63, dynamic-pricing-element > div .item p.pourcentage.percent64, dynamic-pricing-element > div .item p.pourcentage.percent65, dynamic-pricing-element > div .item p.pourcentage.percent66, dynamic-pricing-element > div .item p.pourcentage.percent67, dynamic-pricing-element > div .item p.pourcentage.percent68, dynamic-pricing-element > div .item p.pourcentage.percent69, dynamic-pricing-element > div .item p.pourcentage.percent70, dynamic-pricing-element > div .item p.pourcentage.percent71, dynamic-pricing-element > div .item p.pourcentage.percent72, dynamic-pricing-element > div .item p.pourcentage.percent73, dynamic-pricing-element > div .item p.pourcentage.percent74, dynamic-pricing-element > div .item p.pourcentage.percent75 {
  background-color: orange;
}
dynamic-pricing-element > div .item p.pourcentage.percent76, dynamic-pricing-element > div .item p.pourcentage.percent77, dynamic-pricing-element > div .item p.pourcentage.percent78, dynamic-pricing-element > div .item p.pourcentage.percent79, dynamic-pricing-element > div .item p.pourcentage.percent80, dynamic-pricing-element > div .item p.pourcentage.percent81, dynamic-pricing-element > div .item p.pourcentage.percent82, dynamic-pricing-element > div .item p.pourcentage.percent83, dynamic-pricing-element > div .item p.pourcentage.percent84, dynamic-pricing-element > div .item p.pourcentage.percent85, dynamic-pricing-element > div .item p.pourcentage.percent86, dynamic-pricing-element > div .item p.pourcentage.percent87, dynamic-pricing-element > div .item p.pourcentage.percent88, dynamic-pricing-element > div .item p.pourcentage.percent89, dynamic-pricing-element > div .item p.pourcentage.percent90, dynamic-pricing-element > div .item p.pourcentage.percent91, dynamic-pricing-element > div .item p.pourcentage.percent92, dynamic-pricing-element > div .item p.pourcentage.percent93, dynamic-pricing-element > div .item p.pourcentage.percent94, dynamic-pricing-element > div .item p.pourcentage.percent95, dynamic-pricing-element > div .item p.pourcentage.percent96, dynamic-pricing-element > div .item p.pourcentage.percent97, dynamic-pricing-element > div .item p.pourcentage.percent98, dynamic-pricing-element > div .item p.pourcentage.percent99, dynamic-pricing-element > div .item p.pourcentage.percent100 {
  background-color: red;
}
dynamic-pricing-element > div .item:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}
dynamic-pricing-element .popUpCalculator .containerPopup > div {
  width: 100%;
}
dynamic-pricing-element .popUpCalculator .containerPopup > div .popupChoixCategorie p {
  width: auto;
  margin: 0;
  font-size: initial;
}
dynamic-pricing-element .popUpCalculator .containerPopup > div .popupChoixCategorie .btn {
  margin: 0;
  width: auto;
}

/*global*/
.snackBar {
  position: fixed;
  margin: 50vh auto;
  max-width: 300px;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
}
.snackBar .material-icons {
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.popUp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.popUp .containerPopup {
  width: 92%;
  max-width: 600px;
  margin: 50vh auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.popUp .containerPopup .displayFlex {
  display: flex;
  justify-content: space-between;
}
.popUp .containerPopup .displayFlex .title {
  max-width: 95%;
}
.popUp .containerPopup p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.popUp .containerPopup p + .btn {
  margin-bottom: 10px;
  width: 100%;
}
.popUp .containerPopup .btn {
  font-size: 14px;
}
.popUp .containerPopup .title {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.popUp .containerPopup .containerBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width:600px) {
  .popUp .containerPopup .containerBtn {
    justify-content: space-around;
  }
}
.popUp .containerPopup .close {
  margin-bottom: 20px;
  cursor: pointer;
}
.popUp .containerPopup .jb-checkbox-field {
  width: 100%;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

compte-client-element app-fil-ariane {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-bottom: 10px;
}
compte-client-element app-fil-ariane .separator {
  margin: 0 5px;
}

/*popup Calendar*/
.flatpickr-calendar {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) !important;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #1976d2 !important;
}
.flatpickr-calendar {
  font-family: "Roboto", sans-serif;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background-color: #1976d2;
  color: #ffffff;
  fill: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  flex-grow: 1;
  color: #ffffff;
  border: 0;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  flex-wrap: 1;
  width: auto;
  margin-right: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .cur-year {
  margin-left: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  width: 0;
  padding: 0;
  border: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper:hover {
  background: rgba(0, 0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span {
  opacity: 1;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  background-color: #1976d2;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #00b7d3;
  border-color: #00b7d3;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: rgba(25, 118, 210, 0.6);
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  border-radius: 0;
  background-color: rgba(145, 145, 145, 0.2);
  opacity: 0.3;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1976d2 !important;
}

/*flatpicker GLOBAL input*/
ng2-flatpickr {
  position: relative;
}
ng2-flatpickr:before {
  margin-top: 4px;
}
ng2-flatpickr .ng2-flatpickr-input-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ng2-flatpickr .flatpickr-input {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  height: 100%;
  width: 99%;
  padding-left: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
ng2-flatpickr .flatpickr-input.select {
  padding-left: 40px;
}

@keyframes loadBef {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  30% {
    width: 40%;
  }
  60% {
    width: 40%;
    transform: translateX(250%);
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes loadAft {
  0% {
    width: 0%;
    transform: translateX(0);
  }
  70% {
    width: 0%;
    transform: translateX(0);
  }
  90% {
    width: 40%;
  }
  100% {
    width: 40%;
    transform: translateX(250%);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #a50000;
  }
  25% {
    background-color: #ffffff;
  }
  50% {
    background-color: #a50000;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #a50000;
  }
}
@media screen and (max-width: 320px) {
  comparateur-element comparateur-accueil .compGlobal {
    padding: 0;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .bgPopup .containerPopup .containerOffre app-offre .offre.selected {
    background-color: rgba(0, 183, 211, 0.7);
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .bgPopup .containerPopup .containerOffre app-offre .offre.selected .choose {
    opacity: 0;
  }
}
@media screen and (min-width: 500px) {
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre {
    width: 30%;
    min-width: 250px;
    max-width: 320px;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre {
    border-bottom: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    padding-top: 0;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreDown {
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: center;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreDown .btn {
    font-size: 16px;
    order: 4;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreDown .prix {
    font-size: 20px;
    order: 1;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreDown .prixBarre {
    order: 2;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreDown app-stock {
    order: 3;
    width: 100%;
    text-align: center;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreMiddle {
    align-items: flex-start;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreMiddle .containerInfo {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: center;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre .ligneOffreMiddle .containerInfo .nbPersonnes {
    width: auto;
    margin-left: 5px;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats .containerOffre app-offre .offre.selected {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    background-color: #00b7d3;
    color: #ffffff;
  }
  comparateur-element comparateur-accueil .compGlobal .bgPopup .containerPopup {
    max-width: 800px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
  }
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactAssocies .name,
  compte-client-element compte-client-contacts .containerContact .containerContactList .itemList .contactPrincipal .name {
    width: 250px;
  }
  compte-client-skiplus .containerGlob > div {
    width: 100%;
  }
  compte-client-skiplus .containerGlob > div iframe {
    width: 100%;
    height: 360px;
  }
}
@media screen and (min-width: 600px) {
  comparateur-element comparateur-accueil .compGlobal .containerComp {
    border-top-right-radius: 4px;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .ligneOffreUp {
    position: absolute;
    top: 0;
    left: 0;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .ligneOffreMiddle {
    position: relative;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .ligneOffreMiddle .containerImg {
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .ligneOffreMiddle .containerInfo .nameVallee {
    position: absolute;
    transform: translateY(-100%);
    padding: 8px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .ligneOffreMiddle .choose {
    background-color: rgba(255, 255, 255, 0.8);
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-resultats app-offre .offre .details {
    padding-left: 4px;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier .containerBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  comparateur-element comparateur-accueil .compGlobal .containerComp app-comp-popup-panier .containerBtn .btn {
    display: inherit;
    width: auto;
  }
  panier-element .menu-panier .popupPanier {
    position: absolute;
    max-width: 500px;
    width: 350px;
    z-index: 99999;
  }
  panier-element .containerPanier .allItems app-ligne-panier {
    margin: 0 auto 20px;
  }
  panier-element .containerPanier .allItems app-ligne-panier .blocItem {
    min-width: 300px;
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  meteo-element meteo-full-element .containerMeteo {
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  meteo-element meteo-full-element .containerMeteo .bloc {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  meteo-element meteo-full-element .containerMeteo .bloc.blocNeige {
    width: 90%;
  }
  meteo-element meteo-full-element .containerMeteo .titreMeteo {
    order: initial;
  }
  meteo-element meteo-full-element .containerMeteo .blocTemp {
    order: initial;
  }
  meteo-element meteo-full-element .containerMeteo .blocDomaine {
    order: initial;
  }
  meteo-element meteo-full-element .containerMeteo .blocImg {
    order: initial;
  }
  meteo-element meteo-full-element .containerMeteo .blocNeige {
    order: initial;
  }
  meteo-element meteo-full-element .containerMeteo .ouvertureLive {
    order: initial;
  }
  body identification-element:not([mode-popup]) .navIdentification > ul li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 850px) {
  tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur {
    flex-wrap: nowrap;
  }
  tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit .containerFicheProduit app-produit-skieur .containerChoixSkieur .jb-text-field {
    width: 50%;
    margin-bottom: 0;
  }
  tunnel-vente-element tunnel-accueil .containerGlobal app-tunnel-produit {
    width: 50%;
  }
  tunnel-vente-element tunnel-accueil .next {
    margin-top: 0;
  }
  tunnel-vente-element tunnel-accueil app-skieur-creation .containerPopupCreateSkieur .containerCreateSkieur {
    width: 50%;
    max-width: 600px;
  }
  tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress {
    width: 45%;
    right: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
  }
  tunnel-vente-element tunnel-livraison app-popup-adresse .containerFormulaireAdress .jb-text-field {
    margin-bottom: 0;
  }
  tunnel-vente-element tunnel-livraison app-caisse-plan {
    text-align: center;
  }
  tunnel-vente-element tunnel-livraison app-caisse-plan img {
    width: 100%;
  }
  tunnel-vente-element tunnel-recap app-recap-produit .containerForfait {
    width: 50%;
  }
  tunnel-vente-element tunnel-recap app-recap-produit .containerPrice {
    width: 50%;
  }
  tunnel-vente-element tunnel-recap app-recap-promo .containerCodePromo {
    width: 50%;
  }
  tunnel-vente-element tunnel-recap .containerTotal {
    max-width: 250px;
  }
  tunnel-vente-element tunnel-post-banque .containerRecap .containerRecapProduit {
    width: 65%;
  }
  tunnel-vente-element tunnel-post-banque .containerRecap .containerRight {
    width: 30%;
  }
  compte-client-element app-listing-detaille app-popup-releve {
    width: 96%;
    margin: 0 auto;
  }
  compte-client-element compte-client-histocommandes .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-histocommandes .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-histopaniers .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-histopaniers .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-historeservations .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-historeservations .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-aboppu .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-aboppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-facturation-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-facturation-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-infosbanque .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-infosbanque .containerPanierSave .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-passages-ppu .containerCommande .containerListDetails .itemList .popUpSlideBottom,
  compte-client-element compte-client-passages-ppu .containerPanierSave .containerListDetails .itemList .popUpSlideBottom {
    right: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  panier-element .containerPanier .allItems {
    width: 75%;
  }
  tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits,
  tunnel-vente-element tunnel-parking .containerGlobal .containerProduits {
    max-width: initial;
    width: 75%;
  }
  tunnel-vente-element tunnel-accueil .containerGlobal .containerProduits app-tunnel-produit,
  tunnel-vente-element tunnel-parking .containerGlobal .containerProduits app-tunnel-produit {
    width: 50%;
  }
  tunnel-vente-element tunnel-livraison {
    justify-content: space-between;
    align-items: flex-start;
  }
  tunnel-vente-element tunnel-livraison app-livraison-caisse,
  tunnel-vente-element tunnel-livraison app-livraison-borne,
  tunnel-vente-element tunnel-livraison app-livraison-skibadge,
  tunnel-vente-element tunnel-livraison app-livraison-dematerialisee,
  tunnel-vente-element tunnel-livraison app-livraison-hebergeur,
  tunnel-vente-element tunnel-livraison .blocLivraison {
    width: 26%;
  }
  tunnel-vente-element tunnel-livraison app-livraison-caisse .containerLivraison,
  tunnel-vente-element tunnel-livraison app-livraison-borne .containerLivraison,
  tunnel-vente-element tunnel-livraison app-livraison-skibadge .containerLivraison,
  tunnel-vente-element tunnel-livraison app-livraison-dematerialisee .containerLivraison,
  tunnel-vente-element tunnel-livraison app-livraison-hebergeur .containerLivraison,
  tunnel-vente-element tunnel-livraison .blocLivraison .containerLivraison {
    width: 100%;
  }
  tunnel-vente-element tunnel-recap .containerRecap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  tunnel-vente-element tunnel-recap .containerRecap .containerRecapProduit .containerForfait,
  tunnel-vente-element tunnel-recap .containerRecap .containerRecapProduit .containerPrice {
    width: 100%;
  }
  tunnel-vente-element tunnel-recap .containerRecap .containerRight {
    width: 342px;
    justify-content: flex-end;
  }
  tunnel-vente-element tunnel-recap .containerRecap .containerRight app-recap-promo {
    order: 1;
    width: 342px;
    margin-bottom: 20px;
  }
  tunnel-vente-element tunnel-recap .containerRecap .containerRight app-recap-promo .containerCodePromo {
    width: 100%;
    margin-top: 0;
  }
  tunnel-vente-element tunnel-recap .containerRecap .containerRight .containerTotal {
    order: 2;
    margin: 0 0 20px calc(45% - 342px);
    max-width: 342px;
  }
  .containerInfos .popUp .containerPopup .btn {
    font-size: 16px !important;
  }
  compte-client-element compte-client-coordonnees .containerInfos form,
  compte-client-element compte-client-identification .containerInfos form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc,
  compte-client-element compte-client-identification .containerInfos form .secBloc {
    width: 48%;
    order: 8;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocIdentity,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocIdentity {
    order: 1;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocFidelite,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocFidelite {
    order: 2;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocIdentification,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocIdentification {
    order: 3;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocAddress,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocAddress {
    order: 4;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocSecAddress,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocSecAddress {
    order: 5;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocPhoto,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocPhoto {
    order: 6;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .secBloc.secBlocCarte,
  compte-client-element compte-client-identification .containerInfos form .secBloc.secBlocCarte {
    order: 7;
  }
  compte-client-element compte-client-coordonnees .containerInfos form .containerBtn,
  compte-client-element compte-client-identification .containerInfos form .containerBtn {
    width: 100%;
    order: 10;
  }
  compte-client-element compte-client-coordonnees .containerIdentification form .secBloc,
  compte-client-element compte-client-identification .containerIdentification form .secBloc {
    max-width: 600px;
    margin: 0 auto;
  }
}
.popupAddBasket {
  min-width: 300px;
}

/*MODULE METEO TOTAL*/
total-meteo-element .containerMeteo {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
total-meteo-element .containerMeteo h2 {
  width: 100%;
  text-align: center;
}
total-meteo-element .containerMeteo h4 {
  text-align: center;
  width: 100%;
}
total-meteo-element .containerMeteo .matin,
total-meteo-element .containerMeteo .apresMidi,
total-meteo-element .containerMeteo .vent {
  width: 33%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
total-meteo-element .containerMeteo .matin p,
total-meteo-element .containerMeteo .apresMidi p,
total-meteo-element .containerMeteo .vent p {
  width: 100%;
  text-align: center;
}
total-meteo-element .containerMeteo .matin p:first-child,
total-meteo-element .containerMeteo .apresMidi p:first-child,
total-meteo-element .containerMeteo .vent p:first-child {
  font-weight: bold;
}
total-meteo-element .containerMeteo .InformationsMeteo div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
}
total-meteo-element .containerMeteo .InformationsMeteo div p:first-child {
  font-weight: bold;
}
total-meteo-element .containerMeteo app-station-zone,
total-meteo-element .containerMeteo app-station,
total-meteo-element .containerMeteo app-prevision div,
total-meteo-element .containerMeteo app-pistes div,
total-meteo-element .containerMeteo app-pistes-rm-detail div,
total-meteo-element .containerMeteo app-condition div {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
total-meteo-element .containerMeteo app-station-zone > div,
total-meteo-element .containerMeteo app-station > div,
total-meteo-element .containerMeteo app-prevision div > div,
total-meteo-element .containerMeteo app-pistes div > div,
total-meteo-element .containerMeteo app-condition div > div {
  width: 48%;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item {
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item > div,
total-meteo-element .containerMeteo app-pistes-rm-detail div .item > p {
  margin: 0;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item > .infos {
  width: 70%;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item > .infos img {
  width: 16px;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item > .infos .name {
  font-weight: bold;
  width: 58%;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item .etat {
  text-align: right;
  padding: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item .etat.o {
  background-color: #689f38;
  color: white;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item .etat.f {
  background-color: #a50000;
  color: white;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item .etat.hp {
  background-color: grey;
  color: white;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item .etat.p {
  background-color: orange;
  color: white;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div .item img {
  height: 16px;
}
total-meteo-element .containerMeteo app-pistes-rm-detail div div div div {
  width: 48%;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees.oneElem,
total-meteo-element .containerMeteo .pistesRmDetail .pistes.oneElem,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons.oneElem {
  width: 100%;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees.oneElem .item,
total-meteo-element .containerMeteo .pistesRmDetail .pistes.oneElem .item,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons.oneElem .item {
  width: 48%;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item p,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item p,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item p {
  margin-bottom: 0;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .left,
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .right,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .left,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .right,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .left,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .right {
  display: flex;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .left,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .left,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .left {
  justify-content: flex-start;
  width: 60%;
  flex-wrap: nowrap;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .left .infos,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .left .infos,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .left .infos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 20px;
  width: 100%;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .left .infos .name,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .left .infos .name,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .left .infos .name {
  width: 100%;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .left .infos .heure,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .left .infos .heure,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .left .infos .heure {
  margin-right: 20px;
}
total-meteo-element .containerMeteo .pistesRmDetail .remontees .item .right,
total-meteo-element .containerMeteo .pistesRmDetail .pistes .item .right,
total-meteo-element .containerMeteo .pistesRmDetail .liaisons .item .right {
  justify-content: flex-end;
  width: auto;
}

/*FIL D'ARIANE*/
app-fil-ariane {
  margin: 0 0 25px;
  width: 100%;
}
app-fil-ariane span {
  font-weight: bold;
  cursor: pointer;
  transition: all ease 200ms;
  display: inline-block;
}
app-fil-ariane span:hover {
  color: #00b7d3;
}
app-fil-ariane span.active {
  color: #1976d2;
  font-weight: bold;
}
app-fil-ariane span.separator {
  margin: 0 5px;
  font-weight: 500;
  cursor: initial;
}
app-fil-ariane span.disabled {
  opacity: 0.5;
  font-weight: 500;
  cursor: no-drop;
}
app-fil-ariane span.disabled:hover {
  color: initial;
}

compte-client-element app-fil-ariane {
  display: block !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.cdk-overlay-container {
  z-index: 100000 !important;
}

/*JBELEMENT QUESTIONNAIRE*/
questionnaire-element .questionnaire-router-outlet questionnaire-accueil .titre-container {
  color: #1976d2;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil p {
  font-size: 14px;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil h3 {
  font-size: 18px !important;
  margin: 10px 0;
  font-weight: bold;
  color: #1976d2;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio {
  margin: 15px 0;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio label {
  margin-left: 25px;
  font-size: 14px;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .radio .jb-radio {
  position: absolute;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil .question-container .jb-checkbox-field.checkbox label {
  font-size: 14px;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=date],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=email],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=number],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=password],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=search],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=tel],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=text],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil input[type=url],
questionnaire-element .questionnaire-router-outlet questionnaire-accueil select,
questionnaire-element .questionnaire-router-outlet questionnaire-accueil textarea {
  border: 1px solid #e0e0e0;
}
questionnaire-element .questionnaire-router-outlet questionnaire-accueil label span {
  font-size: 14px;
}

accepte-parrainage-element > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
accepte-parrainage-element > div h2,
accepte-parrainage-element > div .containerBtn {
  width: 100%;
}
accepte-parrainage-element > div .codePromo {
  color: #1976d2;
  text-align: center;
  width: auto;
  font-size: 2em;
  border: 2px solid #1976d2;
  padding: 20px;
  box-sizing: border-box;
}

app-popup-email-input .mat-form-field {
  width: 100%;
}

game-element app-game-magic-wheel {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
game-element app-game-magic-wheel .containerWheel {
  position: relative;
}
game-element app-game-magic-wheel .containerWheel .confettiCanvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
game-element app-game-magic-wheel .containerWheel .message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
game-element app-game-magic-wheel .containerWheel .message p {
  margin-bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
game-element app-game-magic-wheel .containerBtn {
  width: 100%;
  justify-content: center;
}/*# sourceMappingURL=styles.css.map */