@charset "UTF-8";
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 16px;
  }
}
:root {
  --setting-none: 0rem;
  --setting-extra-small: 0.125rem;
  --setting-smallest: 0.25rem;
  --setting-smaller: 0.375rem;
  --setting-small: 0.5rem;
  --setting-medium: 0.625rem;
  --setting-large: 0.75rem;
  --setting-larger: 0.875rem;
  --setting-largest: 1rem;
  --setting-extra-large: 1.25rem;
}

@media only screen and (max-width: 768px) {
  :root {
    --setting-extra-small: 0.05rem;
    --setting-smallest: 0.125rem;
    --setting-smaller: 0.25rem;
    --setting-small: 0.375rem;
    --setting-medium: 0.5rem;
    --setting-large: 0.625rem;
    --setting-larger: 0.75rem;
    --setting-largest: 0.875rem;
    --setting-extra-large: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --setting-extra-small: 0.125rem;
    --setting-smallest: 0.25rem;
    --setting-smaller: 0.375rem;
    --setting-small: 0.5rem;
    --setting-medium: 0.625rem;
    --setting-large: 0.75rem;
    --setting-larger: 0.875rem;
    --setting-largest: 1rem;
    --setting-extra-large: 1.625rem;
  }
}
@media only screen and (min-width: 1441px) {
  :root {
    --setting-extra-small: 0.5rem;
    --setting-smallest: 0.625rem;
    --setting-smaller: 0.75rem;
    --setting-small: 0.875rem;
    --setting-medium: 1rem;
    --setting-large: 1.125rem;
    --setting-larger: 1.25rem;
    --setting-largest: 1.875rem;
    --setting-extra-large: 2rem;
  }
}
:root {
  --font-size-none: 0rem;
  --font-size-extra-small: 0.125rem;
  --font-size-smallest: 0.25rem;
  --font-size-smaller: 0.375rem;
  --font-size-small: 0.5rem;
  --font-size-medium: 0.625rem;
  --font-size-large: 0.75rem;
  --font-size-larger: 0.875rem;
  --font-size-largest: 1rem;
  --font-size-extra-large: 1.25rem;
}

@media only screen and (max-width: 768px) {
  :root {
    --font-size-extra-small: 0.05rem;
    --font-size-smallest: 0.125rem;
    --font-size-smaller: 0.25rem;
    --font-size-small: 0.375rem;
    --font-size-medium: 0.5rem;
    --font-size-large: 0.625rem;
    --font-size-larger: 0.75rem;
    --font-size-largest: 0.875rem;
    --font-size-extra-large: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --font-size-extra-small: 0.125rem;
    --font-size-smallest: 0.25rem;
    --font-size-smaller: 0.375rem;
    --font-size-small: 0.5rem;
    --font-size-medium: 0.625rem;
    --font-size-large: 0.75rem;
    --font-size-larger: 0.875rem;
    --font-size-largest: 1rem;
    --font-size-extra-large: 1.625rem;
  }
}
@media only screen and (min-width: 1441px) {
  :root {
    --font-size-extra-small: 0.25rem;
    --font-size-smallest: 0.375rem;
    --font-size-smaller: 0.5rem;
    --font-size-small: 0.625rem;
    --font-size-medium: 0.75rem;
    --font-size-large: 0.875rem;
    --font-size-larger: 1rem;
    --font-size-largest: 1.125rem;
    --font-size-extra-large: 1.75rem;
  }
}
:root {
  --spacing-none: 0rem;
  --spacing-extra-small: 0.125rem;
  --spacing-smallest: 0.25rem;
  --spacing-smaller: 0.375rem;
  --spacing-small: 0.5rem;
  --spacing-medium: 0.625rem;
  --spacing-large: 0.75rem;
  --spacing-larger: 0.875rem;
  --spacing-largest: 1rem;
  --spacing-extra-large: 1.25rem;
}

@media only screen and (max-width: 768px) {
  :root {
    --spacing-extra-small: 0.05rem;
    --spacing-smallest: 0.125rem;
    --spacing-smaller: 0.25rem;
    --spacing-small: 0.375rem;
    --spacing-medium: 0.5rem;
    --spacing-large: 0.625rem;
    --spacing-larger: 0.75rem;
    --spacing-largest: 0.875rem;
    --spacing-extra-large: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --spacing-extra-small: 0.125rem;
    --spacing-smallest: 0.25rem;
    --spacing-smaller: 0.375rem;
    --spacing-small: 0.5rem;
    --spacing-medium: 0.625rem;
    --spacing-large: 0.75rem;
    --spacing-larger: 0.875rem;
    --spacing-largest: 1rem;
    --spacing-extra-large: 1.625rem;
  }
}
@media only screen and (min-width: 1441px) {
  :root {
    --spacing-extra-small: 0.25rem;
    --spacing-smallest: 0.375rem;
    --spacing-smaller: 0.5rem;
    --spacing-small: 0.625rem;
    --spacing-medium: 0.75rem;
    --spacing-large: 1.5rem;
    --spacing-larger: 1.750rem;
    --spacing-largest: 1.875rem;
    --spacing-extra-large: 2rem;
  }
}
:root {
  --gap-none: 0rem;
  --gap-extra-small: 0.125rem;
  --gap-smallest: 0.25rem;
  --gap-smaller: 0.375rem;
  --gap-small: 0.5rem;
  --gap-medium: 0.625rem;
  --gap-large: 0.75rem;
  --gap-larger: 0.875rem;
  --gap-largest: 1rem;
  --gap-extra-large: 1.25rem;
}

@media only screen and (max-width: 768px) {
  :root {
    --gap-extra-small: 0.05rem;
    --gap-smallest: 0.125rem;
    --gap-smaller: 0.25rem;
    --gap-small: 0.375rem;
    --gap-medium: 0.5rem;
    --gap-large: 0.625rem;
    --gap-larger: 0.75rem;
    --gap-largest: 0.875rem;
    --gap-extra-large: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --gap-extra-small: 0.125rem;
    --gap-smallest: 0.25rem;
    --gap-smaller: 0.375rem;
    --gap-small: 0.5rem;
    --gap-medium: 0.625rem;
    --gap-large: 0.75rem;
    --gap-larger: 0.875rem;
    --gap-largest: 1rem;
    --gap-extra-large: 1.625rem;
  }
}
@media only screen and (min-width: 1441px) {
  :root {
    --gap-extra-small: 0.25rem;
    --gap-smallest: 0.375rem;
    --gap-smaller: 0.5rem;
    --gap-small: 0.625rem;
    --gap-medium: 0.75rem;
    --gap-large: 1rem;
    --gap-larger: 1.25rem;
    --gap-largest: 1.5rem;
    --gap-extra-large: 1.75rem;
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform-origin: center bottom;
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.flash {
  animation-name: flash;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.shake {
  animation-name: shake;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.headShake {
  animation-name: headShake;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.swing {
  animation-name: swing;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform-origin: top center;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.tada {
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.wobble {
  animation-name: wobble;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.jello {
  animation-name: jello;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform-origin: center;
}
@keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInUp {
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.flipInX {
  animation-name: flipInX;
  animation-duration: 1s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.rotateIn {
  animation-name: rotateIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateOut {
  animation-name: rotateOut;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.rollIn {
  animation-name: rollIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollOut {
  animation-name: rollOut;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomInDown {
  animation-name: zoomInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOut {
  animation-name: zoomOut;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.slideInDown {
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(1800%, 0, 0);
  }
}

.slideOutUp {
  animation-name: slideOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/InterVariable-Italic.woff2") format("woff2");
}
/* static fonts */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter/Inter-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Light.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-Black.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter/InterDisplay-BlackItalic.woff2") format("woff2");
}
.hidden {
  display: none;
}

.align-items-center {
  align-items: center;
}

.m-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (max-width: 991.98px) {
  .m-sm-0 {
    margin: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m-sm-90 {
    margin: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

@font-face {
  font-family: "abcsr";
  src: url("../fonts/abcsr-v1.0/abcsr.woff2?xs9x3x") format("woff2");
  src: url("../fonts/abcsr-v1.0/abcsr.eot?xs9x3x#iefix") format("embedded-opentype"), url("../fonts/abcsr-v1.0/abcsr.ttf?xs9x3x") format("truetype"), url("../fonts/abcsr-v1.0/abcsr.woff?xs9x3x") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "abcsr" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wind-03:before {
  content: "\e900";
}

.icon-wind-02:before {
  content: "\e901";
}

.icon-wind-01:before {
  content: "\e902";
}

.icon-waves:before {
  content: "\e903";
}

.icon-umbrella-03:before {
  content: "\e904";
}

.icon-umbrella-02:before {
  content: "\e905";
}

.icon-umbrella-01:before {
  content: "\e906";
}

.icon-thermometer-warm:before {
  content: "\e907";
}

.icon-thermometer-cold:before {
  content: "\e908";
}

.icon-thermometer-03:before {
  content: "\e909";
}

.icon-thermometer-02:before {
  content: "\e90a";
}

.icon-thermometer-01:before {
  content: "\e90b";
}

.icon-sunset:before {
  content: "\e90c";
}

.icon-sunrise:before {
  content: "\e90d";
}

.icon-sun-setting-03:before {
  content: "\e90e";
}

.icon-sun-setting-02:before {
  content: "\e90f";
}

.icon-sun-setting-01:before {
  content: "\e910";
}

.icon-sun:before {
  content: "\e911";
}

.icon-stars-03:before {
  content: "\e912";
}

.icon-stars-02:before {
  content: "\e913";
}

.icon-stars-01:before {
  content: "\e914";
}

.icon-snowflake-02:before {
  content: "\e915";
}

.icon-snowflake-01:before {
  content: "\e916";
}

.icon-moon-star:before {
  content: "\e917";
}

.icon-moon-eclipse:before {
  content: "\e918";
}

.icon-moon-02:before {
  content: "\e919";
}

.icon-moon-01:before {
  content: "\e91a";
}

.icon-lightning-02:before {
  content: "\e91b";
}

.icon-lightning-01:before {
  content: "\e91c";
}

.icon-hurricane-03:before {
  content: "\e91d";
}

.icon-hurricane-02:before {
  content: "\e91e";
}

.icon-hurricane-01:before {
  content: "\e91f";
}

.icon-droplets-03:before {
  content: "\e920";
}

.icon-droplets-02:before {
  content: "\e921";
}

.icon-droplets-01:before {
  content: "\e922";
}

.icon-cloud-sun-03:before {
  content: "\e923";
}

.icon-cloud-sun-02:before {
  content: "\e924";
}

.icon-cloud-sun-01:before {
  content: "\e925";
}

.icon-cloud-snowing-02:before {
  content: "\e926";
}

.icon-cloud-snowing-01:before {
  content: "\e927";
}

.icon-cloud-raining-06:before {
  content: "\e928";
}

.icon-cloud-raining-05:before {
  content: "\e929";
}

.icon-cloud-raining-04:before {
  content: "\e92a";
}

.icon-cloud-raining-03:before {
  content: "\e92b";
}

.icon-cloud-raining-02:before {
  content: "\e92c";
}

.icon-cloud-raining-01:before {
  content: "\e92d";
}

.icon-cloud-off:before {
  content: "\e92e";
}

.icon-cloud-moon:before {
  content: "\e92f";
}

.icon-cloud-lightning:before {
  content: "\e930";
}

.icon-cloud-03:before {
  content: "\e931";
}

.icon-cloud-02:before {
  content: "\e932";
}

.icon-cloud-01:before {
  content: "\e933";
}

.icon-box:before {
  content: "\e934";
}

.icon-sticker-circle:before {
  content: "\e935";
}

.icon-sticker-square:before {
  content: "\e936";
}

.icon-clipboard-minus:before {
  content: "\e937";
}

.icon-clipboard-plus:before {
  content: "\e938";
}

.icon-clipboard-x:before {
  content: "\e939";
}

.icon-clipboard-check:before {
  content: "\e93a";
}

.icon-clipboard-download:before {
  content: "\e93b";
}

.icon-clipboard-attachment:before {
  content: "\e93c";
}

.icon-clipboard:before {
  content: "\e93d";
}

.icon-paperclip:before {
  content: "\e93e";
}

.icon-folder-x:before {
  content: "\e93f";
}

.icon-folder-closed:before {
  content: "\e940";
}

.icon-folder-search:before {
  content: "\e941";
}

.icon-folder-question:before {
  content: "\e942";
}

.icon-folder-plus:before {
  content: "\e943";
}

.icon-folder-minus:before {
  content: "\e944";
}

.icon-folder-lock:before {
  content: "\e945";
}

.icon-folder-download:before {
  content: "\e946";
}

.icon-folder-check:before {
  content: "\e947";
}

.icon-folder:before {
  content: "\e948";
}

.icon-file-search-03:before {
  content: "\e949";
}

.icon-file-search-02:before {
  content: "\e94a";
}

.icon-file-search-01:before {
  content: "\e94b";
}

.icon-file-x-03:before {
  content: "\e94c";
}

.icon-file-x-02:before {
  content: "\e94d";
}

.icon-file-x-01:before {
  content: "\e94e";
}

.icon-file-question-03:before {
  content: "\e94f";
}

.icon-file-question-02:before {
  content: "\e950";
}

.icon-file-question-01:before {
  content: "\e951";
}

.icon-file-plus-03:before {
  content: "\e952";
}

.icon-file-plus-02:before {
  content: "\e953";
}

.icon-file-plus-01:before {
  content: "\e954";
}

.icon-file-minus-03:before {
  content: "\e955";
}

.icon-file-minus-02:before {
  content: "\e956";
}

.icon-file-minus-01:before {
  content: "\e957";
}

.icon-file-heart-03:before {
  content: "\e958";
}

.icon-file-heart-02:before {
  content: "\e959";
}

.icon-file-heart-01:before {
  content: "\e95a";
}

.icon-file-download-03:before {
  content: "\e95b";
}

.icon-file-download-02:before {
  content: "\e95c";
}

.icon-file-download-01:before {
  content: "\e95d";
}

.icon-file-check-03:before {
  content: "\e95e";
}

.icon-file-check-02:before {
  content: "\e95f";
}

.icon-file-check-01:before {
  content: "\e960";
}

.icon-file-attachment-05:before {
  content: "\e961";
}

.icon-file-attachment-04:before {
  content: "\e962";
}

.icon-file-attachment-03:before {
  content: "\e963";
}

.icon-file-attachment-02:before {
  content: "\e964";
}

.icon-file-attachment-01:before {
  content: "\e965";
}

.icon-file-07:before {
  content: "\e966";
}

.icon-file-06:before {
  content: "\e967";
}

.icon-file-05:before {
  content: "\e968";
}

.icon-file-04:before {
  content: "\e969";
}

.icon-file-03:before {
  content: "\e96a";
}

.icon-file-02:before {
  content: "\e96b";
}

.icon-file-01:before {
  content: "\e96c";
}

.icon-watch-square:before {
  content: "\e96d";
}

.icon-watch-circle:before {
  content: "\e96e";
}

.icon-clock-refresh:before {
  content: "\e96f";
}

.icon-hourglass-03:before {
  content: "\e970";
}

.icon-hourglass-02:before {
  content: "\e971";
}

.icon-hourglass-01:before {
  content: "\e972";
}

.icon-clock-stopwatch:before {
  content: "\e973";
}

.icon-clock-snooze:before {
  content: "\e974";
}

.icon-clock-rewind:before {
  content: "\e975";
}

.icon-clock-plus:before {
  content: "\e976";
}

.icon-clock-fast-forward:before {
  content: "\e977";
}

.icon-clock-check:before {
  content: "\e978";
}

.icon-clock:before {
  content: "\e979";
}

.icon-calendar-plus-02:before {
  content: "\e97a";
}

.icon-calendar-plus-01:before {
  content: "\e97b";
}

.icon-calendar-minus-02:before {
  content: "\e97c";
}

.icon-calendar-minus-01:before {
  content: "\e97d";
}

.icon-calendar-heart-02:before {
  content: "\e97e";
}

.icon-calendar-heart-01:before {
  content: "\e97f";
}

.icon-calendar-date:before {
  content: "\e980";
}

.icon-calendar-check-02:before {
  content: "\e981";
}

.icon-calendar-check-01:before {
  content: "\e982";
}

.icon-calendar:before {
  content: "\e983";
}

.icon-alarm-clock-plus:before {
  content: "\e984";
}

.icon-alarm-clock-off:before {
  content: "\e985";
}

.icon-alarm-clock-minus:before {
  content: "\e986";
}

.icon-alarm-clock-check:before {
  content: "\e987";
}

.icon-alarm-clock:before {
  content: "\e988";
}

.icon-image-x:before {
  content: "\e989";
}

.icon-image-user-x:before {
  content: "\e98a";
}

.icon-image-user-up:before {
  content: "\e98b";
}

.icon-image-user-right:before {
  content: "\e98c";
}

.icon-image-user-plus:before {
  content: "\e98d";
}

.icon-image-user-left:before {
  content: "\e98e";
}

.icon-image-user-down:before {
  content: "\e98f";
}

.icon-image-user-check:before {
  content: "\e990";
}

.icon-image-user:before {
  content: "\e991";
}

.icon-image-up:before {
  content: "\e992";
}

.icon-image-right:before {
  content: "\e993";
}

.icon-image-plus:before {
  content: "\e994";
}

.icon-image-left:before {
  content: "\e995";
}

.icon-image-down:before {
  content: "\e996";
}

.icon-image-check:before {
  content: "\e997";
}

.icon-image-05:before {
  content: "\e998";
}

.icon-image-04:before {
  content: "\e999";
}

.icon-image-03:before {
  content: "\e99a";
}

.icon-image-02:before {
  content: "\e99b";
}

.icon-image-01:before {
  content: "\e99c";
}

.icon-flash-off:before {
  content: "\e99d";
}

.icon-flash:before {
  content: "\e99e";
}

.icon-colors-1:before {
  content: "\e99f";
}

.icon-camera-plus:before {
  content: "\e9a0";
}

.icon-camera-off:before {
  content: "\e9a1";
}

.icon-camera-lens:before {
  content: "\e9a2";
}

.icon-camera-03:before {
  content: "\e9a3";
}

.icon-camera-02:before {
  content: "\e9a4";
}

.icon-camera-01:before {
  content: "\e9a5";
}

.icon-users-x:before {
  content: "\e9a6";
}

.icon-users-up:before {
  content: "\e9a7";
}

.icon-users-right:before {
  content: "\e9a8";
}

.icon-users-plus:before {
  content: "\e9a9";
}

.icon-users-minus:before {
  content: "\e9aa";
}

.icon-users-left:before {
  content: "\e9ab";
}

.icon-users-edit:before {
  content: "\e9ac";
}

.icon-users-down:before {
  content: "\e9ad";
}

.icon-users-check:before {
  content: "\e9ae";
}

.icon-users-01:before {
  content: "\e9af";
}

.icon-user-x-02:before {
  content: "\e9b0";
}

.icon-user-x-01:before {
  content: "\e9b1";
}

.icon-user-up-02:before {
  content: "\e9b2";
}

.icon-user-up-01:before {
  content: "\e9b3";
}

.icon-user-square:before {
  content: "\e9b4";
}

.icon-user-right-02:before {
  content: "\e9b5";
}

.icon-user-right-01:before {
  content: "\e9b6";
}

.icon-user-plus-02:before {
  content: "\e9b7";
}

.icon-user-plus-01:before {
  content: "\e9b8";
}

.icon-user-minus-02:before {
  content: "\e9b9";
}

.icon-user-minus-01:before {
  content: "\e9ba";
}

.icon-user-left-02:before {
  content: "\e9bb";
}

.icon-user-left-01:before {
  content: "\e9bc";
}

.icon-user-edit:before {
  content: "\e9bd";
}

.icon-user-down-02:before {
  content: "\e9be";
}

.icon-user-down-01:before {
  content: "\e9bf";
}

.icon-user-circle:before {
  content: "\e9c0";
}

.icon-user-check-02:before {
  content: "\e9c1";
}

.icon-user-check-01:before {
  content: "\e9c2";
}

.icon-users-02:before {
  content: "\e9c3";
}

.icon-user-03:before {
  content: "\e9c4";
}

.icon-users-03:before {
  content: "\e9c5";
}

.icon-user-02:before {
  content: "\e9c6";
}

.icon-user-01:before {
  content: "\e9c7";
}

.icon-face-wink:before {
  content: "\e9c8";
}

.icon-face-smile:before {
  content: "\e9c9";
}

.icon-face-sad:before {
  content: "\e9ca";
}

.icon-face-neutral:before {
  content: "\e9cb";
}

.icon-face-happy:before {
  content: "\e9cc";
}

.icon-face-frown:before {
  content: "\e9cd";
}

.icon-face-content:before {
  content: "\e9ce";
}

.icon-triangle:before {
  content: "\e9cf";
}

.icon-star-07:before {
  content: "\e9d0";
}

.icon-star-06:before {
  content: "\e9d1";
}

.icon-star-05:before {
  content: "\e9d2";
}

.icon-star-04:before {
  content: "\e9d3";
}

.icon-star-03:before {
  content: "\e9d4";
}

.icon-star-02:before {
  content: "\e9d5";
}

.icon-star-01:before {
  content: "\e9d6";
}

.icon-square:before {
  content: "\e9d7";
}

.icon-pentagon:before {
  content: "\e9d8";
}

.icon-octagon:before {
  content: "\e9d9";
}

.icon-hexagon-02:before {
  content: "\e9da";
}

.icon-hexagon-01:before {
  content: "\e9db";
}

.icon-dice-6:before {
  content: "\e9dc";
}

.icon-dice-5:before {
  content: "\e9dd";
}

.icon-dice-3:before {
  content: "\e9de";
}

.icon-dice-4:before {
  content: "\e9df";
}

.icon-dice-2:before {
  content: "\e9e0";
}

.icon-dice-1:before {
  content: "\e9e1";
}

.icon-cube-outline:before {
  content: "\e9e2";
}

.icon-cube-04:before {
  content: "\e9e3";
}

.icon-cube-03:before {
  content: "\e9e4";
}

.icon-cube-02:before {
  content: "\e9e5";
}

.icon-cube-01:before {
  content: "\e9e6";
}

.icon-circle:before {
  content: "\e9e7";
}

.icon-thumbs-up:before {
  content: "\e9e8";
}

.icon-thumbs-down:before {
  content: "\e9e9";
}

.icon-notification-text:before {
  content: "\e9ea";
}

.icon-notification-message:before {
  content: "\e9eb";
}

.icon-notification-box:before {
  content: "\e9ec";
}

.icon-bell-ringing-04:before {
  content: "\e9ed";
}

.icon-bell-ringing-03:before {
  content: "\e9ee";
}

.icon-bell-ringing-02:before {
  content: "\e9ef";
}

.icon-bell-ringing-01:before {
  content: "\e9f0";
}

.icon-bell-plus:before {
  content: "\e9f1";
}

.icon-bell-off-03:before {
  content: "\e9f2";
}

.icon-bell-off-02:before {
  content: "\e9f3";
}

.icon-bell-off-01:before {
  content: "\e9f4";
}

.icon-bell-minus:before {
  content: "\e9f5";
}

.icon-bell-04:before {
  content: "\e9f6";
}

.icon-bell-03:before {
  content: "\e9f7";
}

.icon-bell-02:before {
  content: "\e9f8";
}

.icon-bell-01:before {
  content: "\e9f9";
}

.icon-announcement-03:before {
  content: "\e9fa";
}

.icon-announcement-02:before {
  content: "\e9fb";
}

.icon-announcement-01:before {
  content: "\e9fc";
}

.icon-alert-triangle:before {
  content: "\e9fd";
}

.icon-alert-square:before {
  content: "\e9fe";
}

.icon-alert-octagon:before {
  content: "\e9ff";
}

.icon-alert-hexagon:before {
  content: "\ea00";
}

.icon-alert-circle:before {
  content: "\ea01";
}

.icon-switch-vertical-02:before {
  content: "\ea02";
}

.icon-switch-vertical-01:before {
  content: "\ea03";
}

.icon-switch-horizontal-02:before {
  content: "\ea04";
}

.icon-switch-horizontal-01:before {
  content: "\ea05";
}

.icon-reverse-right:before {
  content: "\ea06";
}

.icon-reverse-left:before {
  content: "\ea07";
}

.icon-refresh-cw-05:before {
  content: "\ea08";
}

.icon-refresh-cw-04:before {
  content: "\ea09";
}

.icon-refresh-cw-03:before {
  content: "\ea0a";
}

.icon-refresh-cw-02:before {
  content: "\ea0b";
}

.icon-refresh-cw-01:before {
  content: "\ea0c";
}

.icon-refresh-ccw-05:before {
  content: "\ea0d";
}

.icon-refresh-ccw-04:before {
  content: "\ea0e";
}

.icon-refresh-ccw-03:before {
  content: "\ea0f";
}

.icon-refresh-ccw-02:before {
  content: "\ea10";
}

.icon-refresh-ccw-01:before {
  content: "\ea11";
}

.icon-infinity:before {
  content: "\ea12";
}

.icon-flip-forward:before {
  content: "\ea13";
}

.icon-flip-backward:before {
  content: "\ea14";
}

.icon-expand-06:before {
  content: "\ea15";
}

.icon-expand-05:before {
  content: "\ea16";
}

.icon-expand-04:before {
  content: "\ea17";
}

.icon-expand-03:before {
  content: "\ea18";
}

.icon-expand-02:before {
  content: "\ea19";
}

.icon-expand-01:before {
  content: "\ea1a";
}

.icon-corner-up-right:before {
  content: "\ea1b";
}

.icon-corner-up-left:before {
  content: "\ea1c";
}

.icon-corner-right-up:before {
  content: "\ea1d";
}

.icon-corner-right-down:before {
  content: "\ea1e";
}

.icon-corner-left-up:before {
  content: "\ea1f";
}

.icon-corner-left-down:before {
  content: "\ea20";
}

.icon-corner-down-right:before {
  content: "\ea21";
}

.icon-corner-down-left:before {
  content: "\ea22";
}

.icon-chevron-up-double:before {
  content: "\ea23";
}

.icon-chevron-up:before {
  content: "\ea24";
}

.icon-chevron-selector-vertical:before {
  content: "\ea25";
}

.icon-chevron-selector-horizontal:before {
  content: "\ea26";
}

.icon-chevron-right-double:before {
  content: "\ea27";
}

.icon-chevron-right:before {
  content: "\ea28";
}

.icon-chevron-left-double:before {
  content: "\ea29";
}

.icon-chevron-left:before {
  content: "\ea2a";
}

.icon-chevron-down-double:before {
  content: "\ea2b";
}

.icon-chevron-down:before {
  content: "\ea2c";
}

.icon-arrows-up:before {
  content: "\ea2d";
}

.icon-arrows-triangle:before {
  content: "\ea2e";
}

.icon-arrows-right:before {
  content: "\ea2f";
}

.icon-arrows-left:before {
  content: "\ea30";
}

.icon-arrows-down:before {
  content: "\ea31";
}

.icon-arrow-up-right:before {
  content: "\ea32";
}

.icon-arrow-up-left:before {
  content: "\ea33";
}

.icon-arrow-up:before {
  content: "\ea34";
}

.icon-arrow-square-up-right:before {
  content: "\ea35";
}

.icon-arrow-square-up-left:before {
  content: "\ea36";
}

.icon-arrow-square-up:before {
  content: "\ea37";
}

.icon-arrow-square-right:before {
  content: "\ea38";
}

.icon-arrow-square-left:before {
  content: "\ea39";
}

.icon-arrow-square-down-right:before {
  content: "\ea3a";
}

.icon-arrow-square-down-left:before {
  content: "\ea3b";
}

.icon-arrow-square-down:before {
  content: "\ea3c";
}

.icon-arrow-right:before {
  content: "\ea3d";
}

.icon-arrow-narrow-up-right:before {
  content: "\ea3e";
}

.icon-arrow-narrow-up-left:before {
  content: "\ea3f";
}

.icon-arrow-narrow-up:before {
  content: "\ea40";
}

.icon-arrow-narrow-right:before {
  content: "\ea41";
}

.icon-arrow-narrow-left:before {
  content: "\ea42";
}

.icon-arrow-narrow-down-right:before {
  content: "\ea43";
}

.icon-arrow-narrow-down-left:before {
  content: "\ea44";
}

.icon-arrow-narrow-down:before {
  content: "\ea45";
}

.icon-arrow-left:before {
  content: "\ea46";
}

.icon-arrow-down-right:before {
  content: "\ea47";
}

.icon-arrow-down-left:before {
  content: "\ea48";
}

.icon-arrow-down:before {
  content: "\ea49";
}

.icon-arrow-circle-up-right:before {
  content: "\ea4a";
}

.icon-arrow-circle-up-left:before {
  content: "\ea4b";
}

.icon-arrow-circle-up:before {
  content: "\ea4c";
}

.icon-arrow-circle-right:before {
  content: "\ea4d";
}

.icon-arrow-circle-left:before {
  content: "\ea4e";
}

.icon-arrow-circle-down-right:before {
  content: "\ea4f";
}

.icon-arrow-circle-down-left:before {
  content: "\ea50";
}

.icon-arrow-circle-down:before {
  content: "\ea51";
}

.icon-arrow-circle-broken-up-right:before {
  content: "\ea52";
}

.icon-arrow-circle-broken-up-left:before {
  content: "\ea53";
}

.icon-arrow-circle-broken-up:before {
  content: "\ea54";
}

.icon-arrow-circle-broken-right:before {
  content: "\ea55";
}

.icon-arrow-circle-broken-left:before {
  content: "\ea56";
}

.icon-arrow-circle-broken-down-right:before {
  content: "\ea57";
}

.icon-arrow-circle-broken-down-left:before {
  content: "\ea58";
}

.icon-arrow-circle-broken-down:before {
  content: "\ea59";
}

.icon-arrow-block-up:before {
  content: "\ea5a";
}

.icon-arrow-block-right:before {
  content: "\ea5b";
}

.icon-arrow-block-left:before {
  content: "\ea5c";
}

.icon-arrow-block-down:before {
  content: "\ea5d";
}

.icon-link-05:before {
  content: "\ea5e";
}

.icon-link-04:before {
  content: "\ea5f";
}

.icon-link-03:before {
  content: "\ea60";
}

.icon-link-02:before {
  content: "\ea61";
}

.icon-link-01:before {
  content: "\ea62";
}

.icon-life-buoy-02:before {
  content: "\ea63";
}

.icon-life-buoy-01:before {
  content: "\ea64";
}

.icon-info-square:before {
  content: "\ea65";
}

.icon-info-octagon:before {
  content: "\ea66";
}

.icon-info-hexagon:before {
  content: "\ea67";
}

.icon-info-circle:before {
  content: "\ea68";
}

.icon-home-smile:before {
  content: "\ea69";
}

.icon-home-line:before {
  content: "\ea6a";
}

.icon-home-05:before {
  content: "\ea6b";
}

.icon-home-04:before {
  content: "\ea6c";
}

.icon-home-03:before {
  content: "\ea6d";
}

.icon-home-02:before {
  content: "\ea6e";
}

.icon-home-01:before {
  content: "\ea6f";
}

.icon-help-square:before {
  content: "\ea70";
}

.icon-help-octagon:before {
  content: "\ea71";
}

.icon-help-hexagon:before {
  content: "\ea72";
}

.icon-help-circle:before {
  content: "\ea73";
}

.icon-hearts:before {
  content: "\ea74";
}

.icon-heart-square:before {
  content: "\ea75";
}

.icon-heart-rounded:before {
  content: "\ea76";
}

.icon-heart-octagon:before {
  content: "\ea77";
}

.icon-heart-hexagon:before {
  content: "\ea78";
}

.icon-heart-hand:before {
  content: "\ea79";
}

.icon-heart-circle:before {
  content: "\ea7a";
}

.icon-heart:before {
  content: "\ea7b";
}

.icon-hash-02:before {
  content: "\ea7c";
}

.icon-hash-01:before {
  content: "\ea7d";
}

.icon-google-chrome:before {
  content: "\ea7e";
}

.icon-filter-lines:before {
  content: "\ea7f";
}

.icon-filter-funnel-02:before {
  content: "\ea80";
}

.icon-filter-funnel-01:before {
  content: "\ea81";
}

.icon-eye-off:before {
  content: "\ea82";
}

.icon-eye:before {
  content: "\ea83";
}

.icon-equal-not:before {
  content: "\ea84";
}

.icon-equal:before {
  content: "\ea85";
}

.icon-edit-05:before {
  content: "\ea86";
}

.icon-edit-04:before {
  content: "\ea87";
}

.icon-edit-03:before {
  content: "\ea88";
}

.icon-edit-02:before {
  content: "\ea89";
}

.icon-edit-01:before {
  content: "\ea8a";
}

.icon-download-cloud-02:before {
  content: "\ea8b";
}

.icon-download-cloud-01:before {
  content: "\ea8c";
}

.icon-download-04:before {
  content: "\ea8d";
}

.icon-share-03:before {
  content: "\ea8e";
}

.icon-share-02:before {
  content: "\ea8f";
}

.icon-share-01:before {
  content: "\ea90";
}

.icon-settings-04:before {
  content: "\ea91";
}

.icon-settings-03:before {
  content: "\ea92";
}

.icon-settings-02:before {
  content: "\ea93";
}

.icon-settings-01:before {
  content: "\ea94";
}

.icon-search-sm:before {
  content: "\ea95";
}

.icon-search-refraction:before {
  content: "\ea96";
}

.icon-search-md:before {
  content: "\ea97";
}

.icon-search-lg:before {
  content: "\ea98";
}

.icon-save-03:before {
  content: "\ea99";
}

.icon-save-02:before {
  content: "\ea9a";
}

.icon-save-01:before {
  content: "\ea9b";
}

.icon-plus-square:before {
  content: "\ea9c";
}

.icon-plus-circle:before {
  content: "\ea9d";
}

.icon-placeholder:before {
  content: "\ea9e";
}

.icon-plus:before {
  content: "\ea9f";
}

.icon-pin-02:before {
  content: "\eaa0";
}

.icon-pin-01:before {
  content: "\eaa1";
}

.icon-percent-03:before {
  content: "\eaa2";
}

.icon-percent-02:before {
  content: "\eaa3";
}

.icon-percent-01:before {
  content: "\eaa4";
}

.icon-minus-square:before {
  content: "\eaa5";
}

.icon-minus-circle:before {
  content: "\eaa6";
}

.icon-minus-2:before {
  content: "\eaa7";
  color: #e4e7ec;
}

.icon-minus:before {
  content: "\eaa8";
}

.icon-menu-05:before {
  content: "\eaa9";
}

.icon-menu-04:before {
  content: "\eaaa";
}

.icon-menu-03:before {
  content: "\eaab";
}

.icon-menu-02:before {
  content: "\eaac";
}

.icon-menu-01:before {
  content: "\eaad";
}

.icon-medical-square:before {
  content: "\eaae";
}

.icon-medical-cross:before {
  content: "\eaaf";
}

.icon-medical-circle:before {
  content: "\eab0";
}

.icon-log-out-04:before {
  content: "\eab1";
}

.icon-log-out-03:before {
  content: "\eab2";
}

.icon-log-out-02:before {
  content: "\eab3";
}

.icon-log-out-01:before {
  content: "\eab4";
}

.icon-log-in-04:before {
  content: "\eab5";
}

.icon-log-in-03:before {
  content: "\eab6";
}

.icon-log-in-02:before {
  content: "\eab7";
}

.icon-log-in-01:before {
  content: "\eab8";
}

.icon-loading-03:before {
  content: "\eab9";
}

.icon-loading-02:before {
  content: "\eaba";
}

.icon-loading-01:before {
  content: "\eabb";
}

.icon-link-external-02:before {
  content: "\eabc";
}

.icon-link-external-01:before {
  content: "\eabd";
}

.icon-link-broken-02:before {
  content: "\eabe";
}

.icon-link-broken-01:before {
  content: "\eabf";
}

.icon-zap-square:before {
  content: "\eac0";
}

.icon-zap-off:before {
  content: "\eac1";
}

.icon-zap-fast:before {
  content: "\eac2";
}

.icon-zap-circle:before {
  content: "\eac3";
}

.icon-zap:before {
  content: "\eac4";
}

.icon-x-square:before {
  content: "\eac5";
}

.icon-x:before {
  content: "\eac6";
}

.icon-x-close:before {
  content: "\eac7";
}

.icon-x-circle:before {
  content: "\eac8";
}

.icon-virus:before {
  content: "\eac9";
}

.icon-upload-cloud-02:before {
  content: "\eaca";
}

.icon-upload-cloud-01:before {
  content: "\eacb";
}

.icon-upload-04:before {
  content: "\eacc";
}

.icon-upload-03:before {
  content: "\eacd";
}

.icon-upload-02:before {
  content: "\eace";
}

.icon-upload-01:before {
  content: "\eacf";
}

.icon-trash-04:before {
  content: "\ead0";
}

.icon-trash-03:before {
  content: "\ead1";
}

.icon-trash-02:before {
  content: "\ead2";
}

.icon-trash-01:before {
  content: "\ead3";
}

.icon-translate-02:before {
  content: "\ead4";
}

.icon-translate-01:before {
  content: "\ead5";
}

.icon-tool-02:before {
  content: "\ead6";
}

.icon-tool-01:before {
  content: "\ead7";
}

.icon-toggle-03-right:before {
  content: "\ead8";
}

.icon-toggle-03-left:before {
  content: "\ead9";
}

.icon-toggle-02-right:before {
  content: "\eada";
}

.icon-toggle-02-left:before {
  content: "\eadb";
}

.icon-toggle-01-right:before {
  content: "\eadc";
}

.icon-toggle-01-left:before {
  content: "\eadd";
}

.icon-target-05:before {
  content: "\eade";
}

.icon-target-04:before {
  content: "\eadf";
}

.icon-target-03:before {
  content: "\eae0";
}

.icon-target-02:before {
  content: "\eae1";
}

.icon-target-01:before {
  content: "\eae2";
}

.icon-speedometer-04:before {
  content: "\eae3";
}

.icon-speedometer-03:before {
  content: "\eae4";
}

.icon-speedometer-02:before {
  content: "\eae5";
}

.icon-speedometer-01:before {
  content: "\eae6";
}

.icon-slash-octagon:before {
  content: "\eae7";
}

.icon-slash-divider:before {
  content: "\eae8";
}

.icon-slash-circle-02:before {
  content: "\eae9";
}

.icon-slash-circle-01:before {
  content: "\eaea";
}

.icon-share-07:before {
  content: "\eaeb";
}

.icon-share-06:before {
  content: "\eaec";
}

.icon-share-05:before {
  content: "\eaed";
}

.icon-share-04:before {
  content: "\eaee";
}

.icon-download-03:before {
  content: "\eaef";
}

.icon-download-02:before {
  content: "\eaf0";
}

.icon-download-01:before {
  content: "\eaf1";
}

.icon-dots-vertical:before {
  content: "\eaf2";
}

.icon-dots-horizontal:before {
  content: "\eaf3";
}

.icon-dots-grid:before {
  content: "\eaf4";
}

.icon-divide-03:before {
  content: "\eaf5";
}

.icon-divide-02:before {
  content: "\eaf6";
}

.icon-divide-01:before {
  content: "\eaf7";
}

.icon-copy-07:before {
  content: "\eaf8";
}

.icon-copy-06:before {
  content: "\eaf9";
}

.icon-copy-05:before {
  content: "\eafa";
}

.icon-copy-04:before {
  content: "\eafb";
}

.icon-copy-03:before {
  content: "\eafc";
}

.icon-copy-02:before {
  content: "\eafd";
}

.icon-copy-01:before {
  content: "\eafe";
}

.icon-cloud-blank-02:before {
  content: "\eaff";
}

.icon-cloud-blank-01:before {
  content: "\eb00";
}

.icon-check-verified-03:before {
  content: "\eb01";
}

.icon-check-verified-02:before {
  content: "\eb02";
}

.icon-check-verified-01:before {
  content: "\eb03";
}

.icon-check-square-broken:before {
  content: "\eb04";
}

.icon-check-square:before {
  content: "\eb05";
}

.icon-check-heart:before {
  content: "\eb06";
}

.icon-check-done-02:before {
  content: "\eb07";
}

.icon-check-done-01:before {
  content: "\eb08";
}

.icon-check-circle-broken:before {
  content: "\eb09";
}

.icon-check-circle:before {
  content: "\eb0a";
}

.icon-check:before {
  content: "\eb0b";
}

.icon-building-08:before {
  content: "\eb0c";
}

.icon-building-07:before {
  content: "\eb0d";
}

.icon-building-06:before {
  content: "\eb0e";
}

.icon-building-05:before {
  content: "\eb0f";
}

.icon-building-04:before {
  content: "\eb10";
}

.icon-building-03:before {
  content: "\eb11";
}

.icon-building-02:before {
  content: "\eb12";
}

.icon-building-01:before {
  content: "\eb13";
}

.icon-bookmark-x:before {
  content: "\eb14";
}

.icon-bookmark-minus:before {
  content: "\eb15";
}

.icon-bookmark-check:before {
  content: "\eb16";
}

.icon-bookmark-add:before {
  content: "\eb17";
}

.icon-bookmark:before {
  content: "\eb18";
}

.icon-at-sign:before {
  content: "\eb19";
}

.icon-asterisk-02:before {
  content: "\eb1a";
}

.icon-asterisk-01:before {
  content: "\eb1b";
}

.icon-archive:before {
  content: "\eb1c";
}

.icon-anchor:before {
  content: "\eb1d";
}

.icon-activity-heart:before {
  content: "\eb1e";
}

.icon-activity:before {
  content: "\eb1f";
}

.icon-wallet-05:before {
  content: "\eb20";
}

.icon-wallet-04:before {
  content: "\eb21";
}

.icon-wallet-03:before {
  content: "\eb22";
}

.icon-wallet-02:before {
  content: "\eb23";
}

.icon-wallet-01:before {
  content: "\eb24";
}

.icon-tag-03:before {
  content: "\eb25";
}

.icon-tag-02:before {
  content: "\eb26";
}

.icon-tag-01:before {
  content: "\eb27";
}

.icon-shopping-cart-03:before {
  content: "\eb28";
}

.icon-shopping-cart-02:before {
  content: "\eb29";
}

.icon-shopping-cart-01:before {
  content: "\eb2a";
}

.icon-shopping-bag-03:before {
  content: "\eb2b";
}

.icon-shopping-bag-02:before {
  content: "\eb2c";
}

.icon-shopping-bag-01:before {
  content: "\eb2d";
}

.icon-scales-02:before {
  content: "\eb2e";
}

.icon-scales-01:before {
  content: "\eb2f";
}

.icon-sale-04:before {
  content: "\eb30";
}

.icon-sale-03:before {
  content: "\eb31";
}

.icon-sale-02:before {
  content: "\eb32";
}

.icon-sale-01:before {
  content: "\eb33";
}

.icon-safe:before {
  content: "\eb34";
}

.icon-receipt-check:before {
  content: "\eb35";
}

.icon-receipt:before {
  content: "\eb36";
}

.icon-piggy-bank-02:before {
  content: "\eb37";
}

.icon-piggy-bank-01:before {
  content: "\eb38";
}

.icon-gift-02:before {
  content: "\eb39";
}

.icon-gift-01:before {
  content: "\eb3a";
}

.icon-diamond-02:before {
  content: "\eb3b";
}

.icon-diamond-01:before {
  content: "\eb3c";
}

.icon-currency-yen-circle:before {
  content: "\eb3d";
}

.icon-currency-yen:before {
  content: "\eb3e";
}

.icon-currency-rupee:before {
  content: "\eb3f";
}

.icon-currency-rupee-circle:before {
  content: "\eb40";
}

.icon-currency-ruble-circle:before {
  content: "\eb41";
}

.icon-currency-ruble:before {
  content: "\eb42";
}

.icon-currency-pound-circle:before {
  content: "\eb43";
}

.icon-currency-pound:before {
  content: "\eb44";
}

.icon-currency-euro-circle:before {
  content: "\eb45";
}

.icon-currency-euro:before {
  content: "\eb46";
}

.icon-currency-ethereum-circle:before {
  content: "\eb47";
}

.icon-currency-ethereum:before {
  content: "\eb48";
}

.icon-currency-dollar-circle:before {
  content: "\eb49";
}

.icon-currency-dollar:before {
  content: "\eb4a";
}

.icon-currency-bitcoin-circle:before {
  content: "\eb4b";
}

.icon-currency-bitcoin:before {
  content: "\eb4c";
}

.icon-cryptocurrency-04:before {
  content: "\eb4d";
}

.icon-cryptocurrency-03:before {
  content: "\eb4e";
}

.icon-cryptocurrency-02:before {
  content: "\eb4f";
}

.icon-cryptocurrency-01:before {
  content: "\eb50";
}

.icon-credit-card-x:before {
  content: "\eb51";
}

.icon-credit-card-upload:before {
  content: "\eb52";
}

.icon-credit-card-up:before {
  content: "\eb53";
}

.icon-credit-card-shield:before {
  content: "\eb54";
}

.icon-credit-card-search:before {
  content: "\eb55";
}

.icon-credit-card-refresh:before {
  content: "\eb56";
}

.icon-credit-card-plus:before {
  content: "\eb57";
}

.icon-credit-card-minus:before {
  content: "\eb58";
}

.icon-credit-card-lock:before {
  content: "\eb59";
}

.icon-credit-card-edit:before {
  content: "\eb5a";
}

.icon-credit-card-download:before {
  content: "\eb5b";
}

.icon-credit-card-down:before {
  content: "\eb5c";
}

.icon-credit-card-check:before {
  content: "\eb5d";
}

.icon-credit-card-02:before {
  content: "\eb5e";
}

.icon-credit-card-01:before {
  content: "\eb5f";
}

.icon-coins-swap-02:before {
  content: "\eb60";
}

.icon-coins-swap-01:before {
  content: "\eb61";
}

.icon-coins-stacked-04:before {
  content: "\eb62";
}

.icon-coins-stacked-03:before {
  content: "\eb63";
}

.icon-coins-stacked-02:before {
  content: "\eb64";
}

.icon-coins-stacked-01:before {
  content: "\eb65";
}

.icon-coins-hand:before {
  content: "\eb66";
}

.icon-coins-04:before {
  content: "\eb67";
}

.icon-coins-03:before {
  content: "\eb68";
}

.icon-coins-02:before {
  content: "\eb69";
}

.icon-coins-01:before {
  content: "\eb6a";
}

.icon-bank-note-03:before {
  content: "\eb6b";
}

.icon-bank-note-02:before {
  content: "\eb6c";
}

.icon-bank-note-01:before {
  content: "\eb6d";
}

.icon-bank:before {
  content: "\eb6e";
}

.icon-variable:before {
  content: "\eb6f";
}

.icon-terminal-square:before {
  content: "\eb70";
}

.icon-terminal-circle:before {
  content: "\eb71";
}

.icon-terminal-browser:before {
  content: "\eb72";
}

.icon-terminal:before {
  content: "\eb73";
}

.icon-server-06:before {
  content: "\eb74";
}

.icon-server-05:before {
  content: "\eb75";
}

.icon-server-04:before {
  content: "\eb76";
}

.icon-server-03:before {
  content: "\eb77";
}

.icon-server-02:before {
  content: "\eb78";
}

.icon-server-01:before {
  content: "\eb79";
}

.icon-qr-code-02:before {
  content: "\eb7a";
}

.icon-qr-code-01:before {
  content: "\eb7b";
}

.icon-puzzle-piece-02:before {
  content: "\eb7c";
}

.icon-puzzle-piece-01:before {
  content: "\eb7d";
}

.icon-package-x:before {
  content: "\eb7e";
}

.icon-package-search:before {
  content: "\eb7f";
}

.icon-package-plus:before {
  content: "\eb80";
}

.icon-package-check:before {
  content: "\eb81";
}

.icon-package-minus:before {
  content: "\eb82";
}

.icon-package:before {
  content: "\eb83";
}

.icon-git-pull-request:before {
  content: "\eb84";
}

.icon-git-merge:before {
  content: "\eb85";
}

.icon-git-commit:before {
  content: "\eb86";
}

.icon-git-branch-02:before {
  content: "\eb87";
}

.icon-git-branch-01:before {
  content: "\eb88";
}

.icon-folder-code:before {
  content: "\eb89";
}

.icon-file-code-02:before {
  content: "\eb8a";
}

.icon-file-code-01:before {
  content: "\eb8b";
}

.icon-dataflow-04:before {
  content: "\eb8c";
}

.icon-dataflow-03:before {
  content: "\eb8d";
}

.icon-dataflow-02:before {
  content: "\eb8e";
}

.icon-dataflow-01:before {
  content: "\eb8f";
}

.icon-database-03:before {
  content: "\eb90";
}

.icon-database-02:before {
  content: "\eb91";
}

.icon-database-01:before {
  content: "\eb92";
}

.icon-data:before {
  content: "\eb93";
}

.icon-cpu-chip-02:before {
  content: "\eb94";
}

.icon-cpu-chip-01:before {
  content: "\eb95";
}

.icon-container:before {
  content: "\eb96";
}

.icon-codepen:before {
  content: "\eb97";
}

.icon-code-square-02:before {
  content: "\eb98";
}

.icon-code-square-01:before {
  content: "\eb99";
}

.icon-code-circle-03:before {
  content: "\eb9a";
}

.icon-code-circle-02:before {
  content: "\eb9b";
}

.icon-code-circle-01:before {
  content: "\eb9c";
}

.icon-code-browser:before {
  content: "\eb9d";
}

.icon-code-02:before {
  content: "\eb9e";
}

.icon-code-01:before {
  content: "\eb9f";
}

.icon-browser:before {
  content: "\eba0";
}

.icon-brackets-x:before {
  content: "\eba1";
}

.icon-brackets-slash:before {
  content: "\eba2";
}

.icon-brackets-plus:before {
  content: "\eba3";
}

.icon-brackets-minus:before {
  content: "\eba4";
}

.icon-brackets-ellipses:before {
  content: "\eba5";
}

.icon-brackets-check:before {
  content: "\eba6";
}

.icon-brackets:before {
  content: "\eba7";
}

.icon-table:before {
  content: "\eba8";
}

.icon-spacing-width-02:before {
  content: "\eba9";
}

.icon-spacing-width-01:before {
  content: "\ebaa";
}

.icon-spacing-height-02:before {
  content: "\ebab";
}

.icon-spacing-height-01:before {
  content: "\ebac";
}

.icon-rows-03:before {
  content: "\ebad";
}

.icon-rows-02:before {
  content: "\ebae";
}

.icon-rows-01:before {
  content: "\ebaf";
}

.icon-minimize-02:before {
  content: "\ebb0";
}

.icon-minimize-01:before {
  content: "\ebb1";
}

.icon-maximize-02:before {
  content: "\ebb2";
}

.icon-maximize-01:before {
  content: "\ebb3";
}

.icon-list:before {
  content: "\ebb4";
}

.icon-layout-top:before {
  content: "\ebb5";
}

.icon-layout-right:before {
  content: "\ebb6";
}

.icon-layout-left:before {
  content: "\ebb7";
}

.icon-layout-grid-02:before {
  content: "\ebb8";
}

.icon-layout-grid-01:before {
  content: "\ebb9";
}

.icon-layout-bottom:before {
  content: "\ebba";
}

.icon-layout-alt-04:before {
  content: "\ebbb";
}

.icon-layout-alt-03:before {
  content: "\ebbc";
}

.icon-layout-alt-02:before {
  content: "\ebbd";
}

.icon-layout-alt-01:before {
  content: "\ebbe";
}

.icon-layers-two-02:before {
  content: "\ebbf";
}

.icon-layers-two-01:before {
  content: "\ebc0";
}

.icon-layers-three-02:before {
  content: "\ebc1";
}

.icon-layers-three-01:before {
  content: "\ebc2";
}

.icon-layer-single:before {
  content: "\ebc3";
}

.icon-intersect-square:before {
  content: "\ebc4";
}

.icon-intersect-circle:before {
  content: "\ebc5";
}

.icon-grid-dots-vertical-center:before {
  content: "\ebc6";
}

.icon-grid-dots-top:before {
  content: "\ebc7";
}

.icon-grid-dots-right:before {
  content: "\ebc8";
}

.icon-grid-dots-outer:before {
  content: "\ebc9";
}

.icon-grid-dots-left:before {
  content: "\ebca";
}

.icon-grid-dots-horizontal-center:before {
  content: "\ebcb";
}

.icon-grid-dots-bottom:before {
  content: "\ebcc";
}

.icon-grid-dots-blank:before {
  content: "\ebcd";
}

.icon-grid-03:before {
  content: "\ebce";
}

.icon-grid-02:before {
  content: "\ebcf";
}

.icon-grid-01:before {
  content: "\ebd0";
}

.icon-flex-align-top:before {
  content: "\ebd1";
}

.icon-flex-align-right:before {
  content: "\ebd2";
}

.icon-flex-align-left:before {
  content: "\ebd3";
}

.icon-flex-align-bottom:before {
  content: "\ebd4";
}

.icon-divider:before {
  content: "\ebd5";
}

.icon-distribute-spacing-vertical:before {
  content: "\ebd6";
}

.icon-distribute-spacing-horizontal:before {
  content: "\ebd7";
}

.icon-columns-03:before {
  content: "\ebd8";
}

.icon-columns-02:before {
  content: "\ebd9";
}

.icon-columns-01:before {
  content: "\ebda";
}

.icon-align-vertical-center-02:before {
  content: "\ebdb";
}

.icon-align-vertical-center-01:before {
  content: "\ebdc";
}

.icon-align-top-arrow-02:before {
  content: "\ebdd";
}

.icon-align-top-arrow-01:before {
  content: "\ebde";
}

.icon-align-right-02:before {
  content: "\ebdf";
}

.icon-align-right-01:before {
  content: "\ebe0";
}

.icon-align-left-02:before {
  content: "\ebe1";
}

.icon-align-left-01:before {
  content: "\ebe2";
}

.icon-align-horizontal-centre-02:before {
  content: "\ebe3";
}

.icon-align-horizontal-centre-01:before {
  content: "\ebe4";
}

.icon-align-bottom-02:before {
  content: "\ebe5";
}

.icon-align-bottom-01:before {
  content: "\ebe6";
}

.icon-zoom-out:before {
  content: "\ebe7";
}

.icon-zoom-in:before {
  content: "\ebe8";
}

.icon-underline-square:before {
  content: "\ebe9";
}

.icon-underline-02:before {
  content: "\ebea";
}

.icon-underline-01:before {
  content: "\ebeb";
}

.icon-type-strikethrough-02:before {
  content: "\ebec";
}

.icon-type-strikethrough-01:before {
  content: "\ebed";
}

.icon-type-square:before {
  content: "\ebee";
}

.icon-type-02:before {
  content: "\ebef";
}

.icon-type-01:before {
  content: "\ebf0";
}

.icon-transform:before {
  content: "\ebf1";
}

.icon-text-input:before {
  content: "\ebf2";
}

.icon-subscript:before {
  content: "\ebf3";
}

.icon-strikethrough-square:before {
  content: "\ebf4";
}

.icon-strikethrough-02:before {
  content: "\ebf5";
}

.icon-strikethrough-01:before {
  content: "\ebf6";
}

.icon-skew:before {
  content: "\ebf7";
}

.icon-scissors-cut-02:before {
  content: "\ebf8";
}

.icon-scissors-cut-01:before {
  content: "\ebf9";
}

.icon-scissors-02:before {
  content: "\ebfa";
}

.icon-scissors-01:before {
  content: "\ebfb";
}

.icon-scale-03:before {
  content: "\ebfc";
}

.icon-scale-02:before {
  content: "\ebfd";
}

.icon-scale-01:before {
  content: "\ebfe";
}

.icon-roller-brush:before {
  content: "\ebff";
}

.icon-right-indent-02:before {
  content: "\ec00";
}

.icon-right-indent-01:before {
  content: "\ec01";
}

.icon-reflect-02:before {
  content: "\ec02";
}

.icon-reflect-01:before {
  content: "\ec03";
}

.icon-pilcrow-square:before {
  content: "\ec04";
}

.icon-pilcrow-02:before {
  content: "\ec05";
}

.icon-pilcrow-01:before {
  content: "\ec06";
}

.icon-perspective-02:before {
  content: "\ec07";
}

.icon-perspective-01:before {
  content: "\ec08";
}

.icon-pencil-02:before {
  content: "\ec09";
}

.icon-pen-tool-plus:before {
  content: "\ec0a";
}

.icon-pen-tool-minus:before {
  content: "\ec0b";
}

.icon-pen-tool-02:before {
  content: "\ec0c";
}

.icon-pen-tool-01:before {
  content: "\ec0d";
}

.icon-paragraph-wrap:before {
  content: "\ec0e";
}

.icon-paragraph-spacing:before {
  content: "\ec0f";
}

.icon-palette:before {
  content: "\ec10";
}

.icon-paint-pour:before {
  content: "\ec11";
}

.icon-paint:before {
  content: "\ec12";
}

.icon-move:before {
  content: "\ec13";
}

.icon-magic-wand-02:before {
  content: "\ec14";
}

.icon-magic-wand-01:before {
  content: "\ec15";
}

.icon-line-height:before {
  content: "\ec16";
}

.icon-letter-spacing-02:before {
  content: "\ec17";
}

.icon-letter-spacing-01:before {
  content: "\ec18";
}

.icon-left-indent-02:before {
  content: "\ec19";
}

.icon-left-indent-01:before {
  content: "\ec1a";
}

.icon-italic-square:before {
  content: "\ec1b";
}

.icon-italic-02:before {
  content: "\ec1c";
}

.icon-italic-01:before {
  content: "\ec1d";
}

.icon-image-indent-right:before {
  content: "\ec1e";
}

.icon-image-indent-left:before {
  content: "\ec1f";
}

.icon-heading-square:before {
  content: "\ec20";
}

.icon-heading-02:before {
  content: "\ec21";
}

.icon-heading-01:before {
  content: "\ec22";
}

.icon-hand:before {
  content: "\ec23";
}

.icon-framer:before {
  content: "\ec24";
}

.icon-figma:before {
  content: "\ec25";
}

.icon-feather:before {
  content: "\ec26";
}

.icon-eraser:before {
  content: "\ec27";
}

.icon-dropper:before {
  content: "\ec28";
}

.icon-drop:before {
  content: "\ec29";
}

.icon-dotpoints-02:before {
  content: "\ec2a";
}

.icon-dotpoints-01:before {
  content: "\ec2b";
}

.icon-delete:before {
  content: "\ec2c";
}

.icon-cursor-click-02:before {
  content: "\ec2d";
}

.icon-cursor-click-01:before {
  content: "\ec2e";
}

.icon-cursor-box:before {
  content: "\ec2f";
}

.icon-cursor-04:before {
  content: "\ec30";
}

.icon-cursor-03:before {
  content: "\ec31";
}

.icon-cursor-02:before {
  content: "\ec32";
}

.icon-cursor-01:before {
  content: "\ec33";
}

.icon-crop-02:before {
  content: "\ec34";
}

.icon-crop-01:before {
  content: "\ec35";
}

.icon-contrast-03:before {
  content: "\ec36";
}

.icon-contrast-02:before {
  content: "\ec37";
}

.icon-contrast-01:before {
  content: "\ec38";
}

.icon-command:before {
  content: "\ec39";
}

.icon-colors:before {
  content: "\ec3a";
}

.icon-code-snippet-02:before {
  content: "\ec3b";
}

.icon-code-snippet-01:before {
  content: "\ec3c";
}

.icon-circle-cut:before {
  content: "\ec3d";
}

.icon-brush-03:before {
  content: "\ec3e";
}

.icon-brush-02:before {
  content: "\ec3f";
}

.icon-brush-01:before {
  content: "\ec40";
}

.icon-bold-square:before {
  content: "\ec41";
}

.icon-bold-02:before {
  content: "\ec42";
}

.icon-bold-01:before {
  content: "\ec43";
}

.icon-bezier-curve-03:before {
  content: "\ec44";
}

.icon-bezier-curve-02:before {
  content: "\ec45";
}

.icon-bezier-curve-01:before {
  content: "\ec46";
}

.icon-attachment-02:before {
  content: "\ec47";
}

.icon-attachment-01:before {
  content: "\ec48";
}

.icon-align-right:before {
  content: "\ec49";
}

.icon-align-left:before {
  content: "\ec4a";
}

.icon-align-justify:before {
  content: "\ec4b";
}

.icon-align-center:before {
  content: "\ec4c";
}

.icon-send-03:before {
  content: "\ec4d";
}

.icon-send-02:before {
  content: "\ec4e";
}

.icon-send-01:before {
  content: "\ec4f";
}

.icon-phone-x:before {
  content: "\ec50";
}

.icon-phone-plus:before {
  content: "\ec51";
}

.icon-phone-pause:before {
  content: "\ec52";
}

.icon-phone-outgoing-02:before {
  content: "\ec53";
}

.icon-phone-outgoing-01:before {
  content: "\ec54";
}

.icon-phone-incoming-02:before {
  content: "\ec55";
}

.icon-phone-incoming-01:before {
  content: "\ec56";
}

.icon-phone-hang-up:before {
  content: "\ec57";
}

.icon-phone-call-01:before {
  content: "\ec58";
}

.icon-phone:before {
  content: "\ec59";
}

.icon-message-x-square:before {
  content: "\ec5a";
}

.icon-message-x-circle:before {
  content: "\ec5b";
}

.icon-message-text-square-02:before {
  content: "\ec5c";
}

.icon-message-text-square-01:before {
  content: "\ec5d";
}

.icon-message-text-circle-02:before {
  content: "\ec5e";
}

.icon-message-text-circle-01:before {
  content: "\ec5f";
}

.icon-message-square-02:before {
  content: "\ec60";
}

.icon-message-square-01:before {
  content: "\ec61";
}

.icon-message-smile-square:before {
  content: "\ec62";
}

.icon-message-smile-circle:before {
  content: "\ec63";
}

.icon-message-question-square:before {
  content: "\ec64";
}

.icon-message-question-circle:before {
  content: "\ec65";
}

.icon-message-plus-square:before {
  content: "\ec66";
}

.icon-message-plus-circle:before {
  content: "\ec67";
}

.icon-message-notification-square:before {
  content: "\ec68";
}

.icon-message-notification-circle:before {
  content: "\ec69";
}

.icon-message-heart-square:before {
  content: "\ec6a";
}

.icon-message-heart-circle:before {
  content: "\ec6b";
}

.icon-message-dots-square:before {
  content: "\ec6c";
}

.icon-message-dots-circle:before {
  content: "\ec6d";
}

.icon-message-circle-02:before {
  content: "\ec6e";
}

.icon-message-circle-01:before {
  content: "\ec6f";
}

.icon-message-check-square:before {
  content: "\ec70";
}

.icon-message-check-circle:before {
  content: "\ec71";
}

.icon-message-chat-square:before {
  content: "\ec72";
}

.icon-message-chat-circle:before {
  content: "\ec73";
}

.icon-message-alert-square:before {
  content: "\ec74";
}

.icon-message-alert-circle:before {
  content: "\ec75";
}

.icon-mail-05:before {
  content: "\ec76";
}

.icon-mail-04:before {
  content: "\ec77";
}

.icon-mail-03:before {
  content: "\ec78";
}

.icon-mail-02:before {
  content: "\ec79";
}

.icon-mail-01:before {
  content: "\ec7a";
}

.icon-inbox-02:before {
  content: "\ec7b";
}

.icon-inbox-01:before {
  content: "\ec7c";
}

.icon-annotation-x:before {
  content: "\ec7d";
}

.icon-annotation-question:before {
  content: "\ec7e";
}

.icon-annotation-plus:before {
  content: "\ec7f";
}

.icon-annotation-info:before {
  content: "\ec80";
}

.icon-annotation-heart:before {
  content: "\ec81";
}

.icon-annotation-dots:before {
  content: "\ec82";
}

.icon-annotation-check:before {
  content: "\ec83";
}

.icon-annotation-alert:before {
  content: "\ec84";
}

.icon-annotation:before {
  content: "\ec85";
}

.icon-youtube:before {
  content: "\ec86";
}

.icon-wifi-off:before {
  content: "\ec87";
}

.icon-wifi:before {
  content: "\ec88";
}

.icon-webcam-02:before {
  content: "\ec89";
}

.icon-webcam-01:before {
  content: "\ec8a";
}

.icon-volume-x:before {
  content: "\ec8b";
}

.icon-volume-plus:before {
  content: "\ec8c";
}

.icon-volume-minus:before {
  content: "\ec8d";
}

.icon-volume-min:before {
  content: "\ec8e";
}

.icon-volume-max:before {
  content: "\ec8f";
}

.icon-voicemail:before {
  content: "\ec90";
}

.icon-video-recorder-off:before {
  content: "\ec91";
}

.icon-video-recorder:before {
  content: "\ec92";
}

.icon-usb-flash-drive:before {
  content: "\ec93";
}

.icon-tv-03:before {
  content: "\ec94";
}

.icon-tv-02:before {
  content: "\ec95";
}

.icon-tv-01:before {
  content: "\ec96";
}

.icon-tablet-02:before {
  content: "\ec97";
}

.icon-tablet-01:before {
  content: "\ec98";
}

.icon-stop-square:before {
  content: "\ec99";
}

.icon-stop-circle:before {
  content: "\ec9a";
}

.icon-stop:before {
  content: "\ec9b";
}

.icon-speaker-03:before {
  content: "\ec9c";
}

.icon-speaker-02:before {
  content: "\ec9d";
}

.icon-speaker-01:before {
  content: "\ec9e";
}

.icon-sliders-04:before {
  content: "\ec9f";
}

.icon-sliders-03:before {
  content: "\eca0";
}

.icon-sliders-02:before {
  content: "\eca1";
}

.icon-sliders-01:before {
  content: "\eca2";
}

.icon-skip-forward:before {
  content: "\eca3";
}

.icon-skip-back:before {
  content: "\eca4";
}

.icon-simcard:before {
  content: "\eca5";
}

.icon-signal-03:before {
  content: "\eca6";
}

.icon-signal-02:before {
  content: "\eca7";
}

.icon-signal-01:before {
  content: "\eca8";
}

.icon-shuffle-02:before {
  content: "\eca9";
}

.icon-shuffle-01:before {
  content: "\ecaa";
}

.icon-rss-02:before {
  content: "\ecab";
}

.icon-rss-01:before {
  content: "\ecac";
}

.icon-repeat-04:before {
  content: "\ecad";
}

.icon-repeat-03:before {
  content: "\ecae";
}

.icon-repeat-02:before {
  content: "\ecaf";
}

.icon-repeat-01:before {
  content: "\ecb0";
}

.icon-recording-03:before {
  content: "\ecb1";
}

.icon-recording-02:before {
  content: "\ecb2";
}

.icon-recording-01:before {
  content: "\ecb3";
}

.icon-printer:before {
  content: "\ecb4";
}

.icon-power-03:before {
  content: "\ecb5";
}

.icon-power-02:before {
  content: "\ecb6";
}

.icon-power-01:before {
  content: "\ecb7";
}

.icon-podcast:before {
  content: "\ecb8";
}

.icon-play-square:before {
  content: "\ecb9";
}

.icon-play-circle:before {
  content: "\ecba";
}

.icon-play:before {
  content: "\ecbb";
}

.icon-phone-02:before {
  content: "\ecbc";
}

.icon-phone-01:before {
  content: "\ecbd";
}

.icon-pause-square:before {
  content: "\ecbe";
}

.icon-pause-circle:before {
  content: "\ecbf";
}

.icon-music-note-plus:before {
  content: "\ecc0";
}

.icon-music-note-02:before {
  content: "\ecc1";
}

.icon-music-note-01:before {
  content: "\ecc2";
}

.icon-mouse:before {
  content: "\ecc3";
}

.icon-monitor-05:before {
  content: "\ecc4";
}

.icon-monitor-04:before {
  content: "\ecc5";
}

.icon-monitor-03:before {
  content: "\ecc6";
}

.icon-monitor-02:before {
  content: "\ecc7";
}

.icon-monitor-01:before {
  content: "\ecc8";
}

.icon-modem-02:before {
  content: "\ecc9";
}

.icon-modem-01:before {
  content: "\ecca";
}

.icon-microphone-off-02:before {
  content: "\eccb";
}

.icon-microphone-off-01:before {
  content: "\eccc";
}

.icon-microphone-02:before {
  content: "\eccd";
}

.icon-microphone-01:before {
  content: "\ecce";
}

.icon-lightbulb-05:before {
  content: "\eccf";
}

.icon-lightbulb-04:before {
  content: "\ecd0";
}

.icon-lightbulb-03:before {
  content: "\ecd1";
}

.icon-lightbulb-02:before {
  content: "\ecd2";
}

.icon-lightbulb-01:before {
  content: "\ecd3";
}

.icon-laptop-02:before {
  content: "\ecd4";
}

.icon-laptop-01:before {
  content: "\ecd5";
}

.icon-keyboard-02:before {
  content: "\ecd6";
}

.icon-keyboard-01:before {
  content: "\ecd7";
}

.icon-headphones-02:before {
  content: "\ecd8";
}

.icon-headphones-01:before {
  content: "\ecd9";
}

.icon-hard-drive:before {
  content: "\ecda";
}

.icon-gaming-pad-02:before {
  content: "\ecdb";
}

.icon-gaming-pad-01:before {
  content: "\ecdc";
}

.icon-film-03:before {
  content: "\ecdd";
}

.icon-film-02:before {
  content: "\ecde";
}

.icon-film-01:before {
  content: "\ecdf";
}

.icon-fast-forward:before {
  content: "\ece0";
}

.icon-fast-backward:before {
  content: "\ece1";
}

.icon-disc-02:before {
  content: "\ece2";
}

.icon-disc-01:before {
  content: "\ece3";
}

.icon-clapperboard:before {
  content: "\ece4";
}

.icon-chrome-cast:before {
  content: "\ece5";
}

.icon-bluetooth-signal:before {
  content: "\ece6";
}

.icon-bluetooth-on:before {
  content: "\ece7";
}

.icon-bluetooth-off:before {
  content: "\ece8";
}

.icon-bluetooth-connect:before {
  content: "\ece9";
}

.icon-battery-mid:before {
  content: "\ecea";
}

.icon-battery-low:before {
  content: "\eceb";
}

.icon-battery-full:before {
  content: "\ecec";
}

.icon-battery-empty:before {
  content: "\eced";
}

.icon-battery-charging-02:before {
  content: "\ecee";
}

.icon-battery-charging-01:before {
  content: "\ecef";
}

.icon-airpods:before {
  content: "\ecf0";
}

.icon-airplay:before {
  content: "\ecf1";
}

.icon-trophy-02:before {
  content: "\ecf2";
}

.icon-trophy-01:before {
  content: "\ecf3";
}

.icon-telescope:before {
  content: "\ecf4";
}

.icon-stand:before {
  content: "\ecf5";
}

.icon-ruler:before {
  content: "\ecf6";
}

.icon-microscope:before {
  content: "\ecf7";
}

.icon-graduation-hat-02:before {
  content: "\ecf8";
}

.icon-graduation-hat-01:before {
  content: "\ecf9";
}

.icon-globe-slated-02:before {
  content: "\ecfa";
}

.icon-globe-slated-01:before {
  content: "\ecfb";
}

.icon-glasses-02:before {
  content: "\ecfc";
}

.icon-glasses-01:before {
  content: "\ecfd";
}

.icon-compass:before {
  content: "\ecfe";
}

.icon-certificate-02:before {
  content: "\ecff";
}

.icon-certificate-01:before {
  content: "\ed00";
}

.icon-calculator:before {
  content: "\ed01";
}

.icon-briefcase-02:before {
  content: "\ed02";
}

.icon-briefcase-01:before {
  content: "\ed03";
}

.icon-book-open-02:before {
  content: "\ed04";
}

.icon-book-open-01:before {
  content: "\ed05";
}

.icon-book-closed:before {
  content: "\ed06";
}

.icon-beaker-02:before {
  content: "\ed07";
}

.icon-beaker-01:before {
  content: "\ed08";
}

.icon-backpack:before {
  content: "\ed09";
}

.icon-award-04:before {
  content: "\ed0a";
}

.icon-award-03:before {
  content: "\ed0b";
}

.icon-award-02:before {
  content: "\ed0c";
}

.icon-award-01:before {
  content: "\ed0d";
}

.icon-atom-02:before {
  content: "\ed0e";
}

.icon-atom-01:before {
  content: "\ed0f";
}

.icon-shield-02:before {
  content: "\ed10";
}

.icon-shield-01:before {
  content: "\ed11";
}

.icon-shield-zap:before {
  content: "\ed12";
}

.icon-shield-tick:before {
  content: "\ed13";
}

.icon-shield-plus:before {
  content: "\ed14";
}

.icon-shield-off:before {
  content: "\ed15";
}

.icon-shield-dollar:before {
  content: "\ed16";
}

.icon-shield-03:before {
  content: "\ed17";
}

.icon-scan:before {
  content: "\ed18";
}

.icon-passcode-lock:before {
  content: "\ed19";
}

.icon-passcode:before {
  content: "\ed1a";
}

.icon-lock-unlocked-04:before {
  content: "\ed1b";
}

.icon-lock-unlocked-03:before {
  content: "\ed1c";
}

.icon-lock-unlocked-02:before {
  content: "\ed1d";
}

.icon-lock-unlocked-01:before {
  content: "\ed1e";
}

.icon-lock-keyhole-square:before {
  content: "\ed1f";
}

.icon-lock-keyhole-circle:before {
  content: "\ed20";
}

.icon-lock-04:before {
  content: "\ed21";
}

.icon-lock-03:before {
  content: "\ed22";
}

.icon-lock-02:before {
  content: "\ed23";
}

.icon-lock-01:before {
  content: "\ed24";
}

.icon-key-02:before {
  content: "\ed25";
}

.icon-key-01:before {
  content: "\ed26";
}

.icon-folder-shield:before {
  content: "\ed27";
}

.icon-fingerprint-04:before {
  content: "\ed28";
}

.icon-fingerprint-03:before {
  content: "\ed29";
}

.icon-fingerprint-02:before {
  content: "\ed2a";
}

.icon-fingerprint-01:before {
  content: "\ed2b";
}

.icon-file-shield-03:before {
  content: "\ed2c";
}

.icon-file-shield-02:before {
  content: "\ed2d";
}

.icon-file-shield-01:before {
  content: "\ed2e";
}

.icon-file-lock-03:before {
  content: "\ed2f";
}

.icon-file-lock-02:before {
  content: "\ed30";
}

.icon-file-lock-01:before {
  content: "\ed31";
}

.icon-face-id-square:before {
  content: "\ed32";
}

.icon-face-id:before {
  content: "\ed33";
}

.icon-leaf:before {
  content: "\ed34";
}

.icon-trend-up-02:before {
  content: "\ed35";
}

.icon-trend-up-01:before {
  content: "\ed36";
}

.icon-trend-down-02:before {
  content: "\ed37";
}

.icon-trend-down-01:before {
  content: "\ed38";
}

.icon-presentation-chart-03:before {
  content: "\ed39";
}

.icon-presentation-chart-02:before {
  content: "\ed3a";
}

.icon-presentation-chart-01:before {
  content: "\ed3b";
}

.icon-pie-chart-04:before {
  content: "\ed3c";
}

.icon-pie-chart-03:before {
  content: "\ed3d";
}

.icon-pie-chart-02:before {
  content: "\ed3e";
}

.icon-pie-chart-01:before {
  content: "\ed3f";
}

.icon-line-chart-up-05:before {
  content: "\ed40";
}

.icon-line-chart-up-04:before {
  content: "\ed41";
}

.icon-line-chart-up-03:before {
  content: "\ed42";
}

.icon-line-chart-up-02:before {
  content: "\ed43";
}

.icon-line-chart-up-01:before {
  content: "\ed44";
}

.icon-line-chart-down-05:before {
  content: "\ed45";
}

.icon-line-chart-down-04:before {
  content: "\ed46";
}

.icon-line-chart-down-03:before {
  content: "\ed47";
}

.icon-line-chart-down-02:before {
  content: "\ed48";
}

.icon-line-chart-down-01:before {
  content: "\ed49";
}

.icon-horizontal-bar-chart-03:before {
  content: "\ed4a";
}

.icon-horizontal-bar-chart-02:before {
  content: "\ed4b";
}

.icon-horizontal-bar-chart-01:before {
  content: "\ed4c";
}

.icon-chart-breakout-square:before {
  content: "\ed4d";
}

.icon-chart-breakout-circle:before {
  content: "\ed4e";
}

.icon-bar-line-chart:before {
  content: "\ed4f";
}

.icon-bar-chart-square-up:before {
  content: "\ed50";
}

.icon-bar-chart-square-plus:before {
  content: "\ed51";
}

.icon-bar-chart-square-minus:before {
  content: "\ed52";
}

.icon-bar-chart-square-down:before {
  content: "\ed53";
}

.icon-bar-chart-square-03:before {
  content: "\ed54";
}

.icon-bar-chart-square-02:before {
  content: "\ed55";
}

.icon-bar-chart-square-01:before {
  content: "\ed56";
}

.icon-bar-chart-circle-03:before {
  content: "\ed57";
}

.icon-bar-chart-circle-02:before {
  content: "\ed58";
}

.icon-bar-chart-circle-01:before {
  content: "\ed59";
}

.icon-bar-chart-12:before {
  content: "\ed5a";
}

.icon-bar-chart-11:before {
  content: "\ed5b";
}

.icon-bar-chart-10:before {
  content: "\ed5c";
}

.icon-bar-chart-09:before {
  content: "\ed5d";
}

.icon-bar-chart-08:before {
  content: "\ed5e";
}

.icon-bar-chart-07:before {
  content: "\ed5f";
}

.icon-bar-chart-06:before {
  content: "\ed60";
}

.icon-bar-chart-05:before {
  content: "\ed61";
}

.icon-bar-chart-04:before {
  content: "\ed62";
}

.icon-bar-chart-03:before {
  content: "\ed63";
}

.icon-bar-chart-02:before {
  content: "\ed64";
}

.icon-bar-chart-01:before {
  content: "\ed65";
}

/* Typography */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

hr {
  background-color: #EAECF0;
  margin: 1rem 0;
  border: none;
  height: 1px;
}

strong {
  font-weight: 600;
}

.highlight {
  background-color: #E0F2FE;
  font-weight: bold;
}

/* INPUTS */
.form-switch {
  display: block;
  align-items: center;
  position: relative;
  padding-left: 42px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
}
.form-switch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-switch input + .form-switch-control {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 36px;
  border-radius: 18px;
  background-color: #F2F4F7;
  transition: background-color 0.15s ease-in;
}
.form-switch input + .form-switch-control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ffffff;
  transition: left 0.15s ease-in;
}
.form-switch input:checked ~ .form-switch-control {
  background-color: #6CE9A6;
}
.form-switch input:checked ~ .form-switch-control:after {
  left: 18px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
}
.form-checkbox:hover .form-checkbox-control, .form-checkbox:focus .form-checkbox-control {
  background-color: #EBF4F6;
  border-color: #388FA3;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-checkbox input:checked ~ .form-checkbox-control {
  background-color: #EBF4F6;
  border-color: #388FA3;
}
.form-checkbox input:checked ~ .form-checkbox-control:after {
  position: absolute;
  font-family: "abcsr";
  color: #388FA3;
  content: "\eb0b";
  top: -2px;
  font-size: 0.8rem;
  left: 1px;
}
.form-checkbox .form-checkbox-control {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border-radius: 4px;
  display: block;
  border: 1px solid #EAECF0;
  position: relative;
  margin-right: 5px;
  transition: background-color 0.15s ease-in;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=number],
textarea {
  padding: 8px 12px;
  border: 1px solid #EAECF0;
  background-color: #ffffff;
  border-radius: 8px;
  line-height: 20px;
  outline: none;
  width: 100%;
  font-family: "Inter";
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus {
  box-shadow: 0 0 5px #C3DDE3;
  border: 1px solid #C3DDE3;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=password].error,
input[type=date].error,
input[type=number].error,
textarea.error {
  box-shadow: 0 0 5px #F04438;
  border: 1px solid #F04438;
}

select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  background-color: #ffffff;
  line-height: 20px;
  min-width: 70px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/icon/svg/chevron-down.svg);
  background-position: top 5px right 10px;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}

.form-radio {
  display: flex;
  gap: 3px;
}
.form-radio label {
  display: flex;
  gap: 3px;
  align-items: center;
  position: relative;
}
.form-radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D0D5DD;
  display: block;
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-radio input[type=radio]:checked ~ label:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #388FA3;
  left: 6px;
  top: 7px;
  position: absolute;
}
.form-radio input[type=radio]:hover ~ label:before, .form-radio input[type=radio]:checked ~ label:before {
  border-color: #388FA3;
  background-color: #EBF4F6;
}

.upload-file {
  padding: 1rem 24px;
  border: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 8px;
}
.upload-file-icon {
  background-color: #EAECF0;
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.upload-file-icon > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -2px;
}
.upload-file strong {
  color: #09758E;
  font-weight: 600;
}

.logo-input-result {
  border: 1px solid #EAECF0;
  padding: 1rem;
  display: inline-block;
  position: relative;
  border-radius: 8px;
}
.logo-input-result img {
  max-height: 200px;
  width: 100%;
}
.logo-input-result .file-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-input-result .file-delete:hover {
  border: 1px solid #09758E;
  background-color: #EBF4F6;
}

.form-input {
  margin-bottom: 1rem;
  position: relative;
}
.form-input.vertical label {
  display: block;
}
.form-input.horizontal {
  display: flex;
  gap: 6px;
  align-items: center;
}
.form-input.horizontal label {
  white-space: nowrap;
}
.form-input.nomargin {
  margin: 0;
}
.form-input.search:before {
  font-family: "abcsr";
  content: "\ea95";
  position: absolute;
  top: 8px;
  left: 8px;
}
.form-input.search input {
  padding-left: 30px;
}
.form-input label,
.form-input .label {
  font-size: 14px;
  font-weight: normal;
  color: #667085;
  line-height: 20px;
}
.form-input .input--msg {
  font-size: 0.8rem;
  color: #98A2B3;
  margin-top: 0.2rem;
}
.form-input .input--msg--error {
  font-size: 0.8rem;
  color: #F97066;
  margin-top: 0.2rem;
}

.input-group {
  display: flex;
}
.input-group input[type=text],
.input-group input[type=email],
.input-group input[type=tel],
.input-group input[type=password] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group input[type=text] + .btn, .input-group .page-header .filter > input[type=text] + a, .page-header .input-group .filter > input[type=text] + a, .input-group .page-header .filter > ul > input[type=text] + li, .page-header .input-group .filter > ul > input[type=text] + li, .input-group .country-choice > .content--country > .country--list > ul > input[type=text] + li, .input-group .header--filter > ul > input[type=text] + li, .input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > input[type=text] + a, .datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > input[type=text] + a, .input-group .datatable--container .datatable--wrapper .pagination--wrapper > input[type=text] + a, .datatable--container .datatable--wrapper .input-group .pagination--wrapper > input[type=text] + a, .input-group .table--wrapper .pagination--wrapper ol li > input[type=text] + a, .table--wrapper .pagination--wrapper ol .input-group li > input[type=text] + a, .input-group .table--wrapper .pagination--wrapper > input[type=text] + a, .table--wrapper .input-group .pagination--wrapper > input[type=text] + a,
.input-group input[type=email] + .btn,
.input-group .page-header .filter > input[type=email] + a,
.page-header .input-group .filter > input[type=email] + a,
.input-group .page-header .filter > ul > input[type=email] + li,
.page-header .input-group .filter > ul > input[type=email] + li,
.input-group .country-choice > .content--country > .country--list > ul > input[type=email] + li,
.input-group .header--filter > ul > input[type=email] + li,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > input[type=email] + a,
.datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > input[type=email] + a,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper > input[type=email] + a,
.datatable--container .datatable--wrapper .input-group .pagination--wrapper > input[type=email] + a,
.input-group .table--wrapper .pagination--wrapper ol li > input[type=email] + a,
.table--wrapper .pagination--wrapper ol .input-group li > input[type=email] + a,
.input-group .table--wrapper .pagination--wrapper > input[type=email] + a,
.table--wrapper .input-group .pagination--wrapper > input[type=email] + a,
.input-group input[type=tel] + .btn,
.input-group .page-header .filter > input[type=tel] + a,
.page-header .input-group .filter > input[type=tel] + a,
.input-group .page-header .filter > ul > input[type=tel] + li,
.page-header .input-group .filter > ul > input[type=tel] + li,
.input-group .country-choice > .content--country > .country--list > ul > input[type=tel] + li,
.input-group .header--filter > ul > input[type=tel] + li,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > input[type=tel] + a,
.datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > input[type=tel] + a,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper > input[type=tel] + a,
.datatable--container .datatable--wrapper .input-group .pagination--wrapper > input[type=tel] + a,
.input-group .table--wrapper .pagination--wrapper ol li > input[type=tel] + a,
.table--wrapper .pagination--wrapper ol .input-group li > input[type=tel] + a,
.input-group .table--wrapper .pagination--wrapper > input[type=tel] + a,
.table--wrapper .input-group .pagination--wrapper > input[type=tel] + a,
.input-group input[type=password] + .btn,
.input-group .page-header .filter > input[type=password] + a,
.page-header .input-group .filter > input[type=password] + a,
.input-group .page-header .filter > ul > input[type=password] + li,
.page-header .input-group .filter > ul > input[type=password] + li,
.input-group .country-choice > .content--country > .country--list > ul > input[type=password] + li,
.input-group .header--filter > ul > input[type=password] + li,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > input[type=password] + a,
.datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > input[type=password] + a,
.input-group .datatable--container .datatable--wrapper .pagination--wrapper > input[type=password] + a,
.datatable--container .datatable--wrapper .input-group .pagination--wrapper > input[type=password] + a,
.input-group .table--wrapper .pagination--wrapper ol li > input[type=password] + a,
.table--wrapper .pagination--wrapper ol .input-group li > input[type=password] + a,
.input-group .table--wrapper .pagination--wrapper > input[type=password] + a,
.table--wrapper .input-group .pagination--wrapper > input[type=password] + a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group .btn, .input-group .page-header .filter > a, .page-header .input-group .filter > a, .input-group .page-header .filter > ul > li, .page-header .input-group .filter > ul > li, .input-group .country-choice > .content--country > .country--list > ul > li, .input-group .header--filter > ul > li, .input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > a, .input-group .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .input-group .pagination--wrapper > a, .input-group .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .input-group li > a, .input-group .table--wrapper .pagination--wrapper > a, .table--wrapper .input-group .pagination--wrapper > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn + input[type=text], .input-group .page-header .filter > a + input[type=text], .page-header .input-group .filter > a + input[type=text], .input-group .page-header .filter > ul > li + input[type=text], .page-header .input-group .filter > ul > li + input[type=text], .input-group .country-choice > .content--country > .country--list > ul > li + input[type=text], .input-group .header--filter > ul > li + input[type=text], .input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > a + input[type=text], .datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > a + input[type=text], .input-group .datatable--container .datatable--wrapper .pagination--wrapper > a + input[type=text], .datatable--container .datatable--wrapper .input-group .pagination--wrapper > a + input[type=text], .input-group .table--wrapper .pagination--wrapper ol li > a + input[type=text], .table--wrapper .pagination--wrapper ol .input-group li > a + input[type=text], .input-group .table--wrapper .pagination--wrapper > a + input[type=text], .table--wrapper .input-group .pagination--wrapper > a + input[type=text], .input-group .btn + input[type=email], .input-group .page-header .filter > a + input[type=email], .page-header .input-group .filter > a + input[type=email], .input-group .page-header .filter > ul > li + input[type=email], .page-header .input-group .filter > ul > li + input[type=email], .input-group .country-choice > .content--country > .country--list > ul > li + input[type=email], .input-group .header--filter > ul > li + input[type=email], .input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > a + input[type=email], .datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > a + input[type=email], .input-group .datatable--container .datatable--wrapper .pagination--wrapper > a + input[type=email], .datatable--container .datatable--wrapper .input-group .pagination--wrapper > a + input[type=email], .input-group .table--wrapper .pagination--wrapper ol li > a + input[type=email], .table--wrapper .pagination--wrapper ol .input-group li > a + input[type=email], .input-group .table--wrapper .pagination--wrapper > a + input[type=email], .table--wrapper .input-group .pagination--wrapper > a + input[type=email], .input-group .btn + input[type=tel], .input-group .page-header .filter > a + input[type=tel], .page-header .input-group .filter > a + input[type=tel], .input-group .page-header .filter > ul > li + input[type=tel], .page-header .input-group .filter > ul > li + input[type=tel], .input-group .country-choice > .content--country > .country--list > ul > li + input[type=tel], .input-group .header--filter > ul > li + input[type=tel], .input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > a + input[type=tel], .datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > a + input[type=tel], .input-group .datatable--container .datatable--wrapper .pagination--wrapper > a + input[type=tel], .datatable--container .datatable--wrapper .input-group .pagination--wrapper > a + input[type=tel], .input-group .table--wrapper .pagination--wrapper ol li > a + input[type=tel], .table--wrapper .pagination--wrapper ol .input-group li > a + input[type=tel], .input-group .table--wrapper .pagination--wrapper > a + input[type=tel], .table--wrapper .input-group .pagination--wrapper > a + input[type=tel],
.input-group .btn input[type=password],
.input-group .page-header .filter > a input[type=password],
.page-header .input-group .filter > a input[type=password],
.input-group .page-header .filter > ul > li input[type=password],
.page-header .input-group .filter > ul > li input[type=password],
.input-group .country-choice > .content--country > .country--list > ul > li input[type=password],
.input-group .header--filter > ul > li input[type=password],
.input-group .datatable--container .datatable--wrapper .pagination--wrapper ol li > a input[type=password],
.datatable--container .datatable--wrapper .pagination--wrapper ol .input-group li > a input[type=password],
.input-group .datatable--container .datatable--wrapper .pagination--wrapper > a input[type=password],
.datatable--container .datatable--wrapper .input-group .pagination--wrapper > a input[type=password],
.input-group .table--wrapper .pagination--wrapper ol li > a input[type=password],
.table--wrapper .pagination--wrapper ol .input-group li > a input[type=password],
.input-group .table--wrapper .pagination--wrapper > a input[type=password],
.table--wrapper .input-group .pagination--wrapper > a input[type=password] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* BUTTONS */
.btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
}

.btn, .page-header .filter > a, .page-header .filter > ul > li, .country-choice > .content--country > .country--list > ul > li, .header--filter > ul > li, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper > a, .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper > a {
  font-size: 0.825rem;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  line-height: 14px;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 150ms ease-in;
  border-style: solid;
  border-width: 1px;
  align-items: center;
  min-height: 2rem;
  margin-left: 5px;
}
.btn.back, .page-header .filter > a.back, .page-header .filter > ul > li.back, .country-choice > .content--country > .country--list > ul > li.back, .header--filter > ul > li.back, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.back, .datatable--container .datatable--wrapper .pagination--wrapper > a.back, .table--wrapper .pagination--wrapper ol li > a.back, .table--wrapper .pagination--wrapper > a.back {
  color: #475467;
  border: 1px solid #D0D5DD;
  background-color: #F9FAFB;
}
.btn.rounded.icon-only, .page-header .filter > a.rounded, .page-header .filter > ul > li.rounded.icon-only, .country-choice > .content--country > .country--list > ul > li.rounded.icon-only, .header--filter > ul > li.rounded.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.rounded.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a.rounded, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a.rounded, .datatable--container .datatable--wrapper .pagination--wrapper > a.rounded.icon-only, .table--wrapper .pagination--wrapper ol li > a.rounded.icon-only, .table--wrapper .pagination--wrapper > a.rounded.icon-only {
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
}
.btn:hover, .page-header .filter > a:hover, .page-header .filter > ul > li:hover, .country-choice > .content--country > .country--list > ul > li:hover, .header--filter > ul > li:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a:hover, .table--wrapper .pagination--wrapper ol li > a:hover, .table--wrapper .pagination--wrapper > a:hover {
  cursor: pointer;
}
.btn:disabled, .page-header .filter > a:disabled, .page-header .filter > ul > li:disabled, .country-choice > .content--country > .country--list > ul > li:disabled, .header--filter > ul > li:disabled, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:disabled, .datatable--container .datatable--wrapper .pagination--wrapper > a:disabled, .table--wrapper .pagination--wrapper ol li > a:disabled, .table--wrapper .pagination--wrapper > a:disabled, .btn[disabled], .page-header .filter > a[disabled], .page-header .filter > ul > li[disabled], .country-choice > .content--country > .country--list > ul > li[disabled], .header--filter > ul > li[disabled], .datatable--container .datatable--wrapper .pagination--wrapper ol li > a[disabled], .datatable--container .datatable--wrapper .pagination--wrapper > a[disabled], .table--wrapper .pagination--wrapper ol li > a[disabled], .table--wrapper .pagination--wrapper > a[disabled] {
  background-color: #ffffff !important;
  color: #EAECF0 !important;
  border-color: #EAECF0 !important;
  cursor: not-allowed;
}
.btn.btn-block, .page-header .filter > a.btn-block, .page-header .filter > ul > li.btn-block, .country-choice > .content--country > .country--list > ul > li.btn-block, .header--filter > ul > li.btn-block, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-block, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-block, .table--wrapper .pagination--wrapper ol li > a.btn-block, .table--wrapper .pagination--wrapper > a.btn-block {
  width: 100%;
  display: block;
}
.btn.icon-only, .page-header .filter > a.btn, .page-header .filter > a.icon-only, .page-header .filter > a, .page-header .filter > ul > li.icon-only, .country-choice > .content--country > .country--list > ul > li.icon-only, .header--filter > ul > li.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a, .datatable--container .datatable--wrapper .pagination--wrapper > a.icon-only, .datatable--container .datatable--wrapper .page-header .filter.pagination--wrapper > a, .page-header .datatable--container .datatable--wrapper .filter.pagination--wrapper > a, .table--wrapper .pagination--wrapper ol li > a.icon-only, .table--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .table--wrapper .pagination--wrapper ol li.filter > a, .table--wrapper .pagination--wrapper > a.icon-only, .table--wrapper .page-header .filter.pagination--wrapper > a, .page-header .table--wrapper .filter.pagination--wrapper > a {
  padding: 10px;
}
.btn.small, .page-header .filter > a.btn, .page-header .filter > a.small, .page-header .filter > a, .page-header .filter > ul > li.small, .country-choice > .content--country > .country--list > ul > li.small, .header--filter > ul > li.small, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.small, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a, .datatable--container .datatable--wrapper .pagination--wrapper > a.small, .datatable--container .datatable--wrapper .page-header .filter.pagination--wrapper > a, .page-header .datatable--container .datatable--wrapper .filter.pagination--wrapper > a, .table--wrapper .pagination--wrapper ol li > a.small, .table--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .table--wrapper .pagination--wrapper ol li.filter > a, .table--wrapper .pagination--wrapper > a.small, .table--wrapper .page-header .filter.pagination--wrapper > a, .page-header .table--wrapper .filter.pagination--wrapper > a {
  min-height: 1.875rem;
}
.btn.small.icon-only, .page-header .filter > a.btn.small, .page-header .filter > a.icon-only, .page-header .filter > a, .page-header .filter > ul > li.small.icon-only, .country-choice > .content--country > .country--list > ul > li.small.icon-only, .header--filter > ul > li.small.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.small.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a, .datatable--container .datatable--wrapper .pagination--wrapper > a.small.icon-only, .datatable--container .datatable--wrapper .page-header .filter.pagination--wrapper > a.small, .page-header .datatable--container .datatable--wrapper .filter.pagination--wrapper > a.small, .table--wrapper .pagination--wrapper ol li > a.small.icon-only, .table--wrapper .pagination--wrapper ol .page-header li.filter > a.small, .page-header .table--wrapper .pagination--wrapper ol li.filter > a.small, .table--wrapper .pagination--wrapper > a.small.icon-only, .table--wrapper .page-header .filter.pagination--wrapper > a.small, .page-header .table--wrapper .filter.pagination--wrapper > a.small {
  padding: 8px;
}
.btn.x-small, .page-header .filter > a.x-small, .page-header .filter > ul > li.x-small, .country-choice > .content--country > .country--list > ul > li.x-small, .header--filter > ul > li.x-small, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.x-small, .datatable--container .datatable--wrapper .pagination--wrapper > a.x-small, .table--wrapper .pagination--wrapper ol li > a.x-small, .table--wrapper .pagination--wrapper > a.x-small {
  padding: 0.125rem 0.25rem;
  min-height: 30px;
}
.btn.x-small.icon-only, .page-header .filter > a.x-small, .page-header .filter > ul > li.x-small.icon-only, .country-choice > .content--country > .country--list > ul > li.x-small.icon-only, .header--filter > ul > li.x-small.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.x-small.icon-only, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a.x-small, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a.x-small, .datatable--container .datatable--wrapper .pagination--wrapper > a.x-small.icon-only, .table--wrapper .pagination--wrapper ol li > a.x-small.icon-only, .table--wrapper .pagination--wrapper > a.x-small.icon-only {
  padding: 6px;
}
.btn.inline, .page-header .filter > a.inline, .page-header .filter > ul > li.inline, .country-choice > .content--country > .country--list > ul > li.inline, .header--filter > ul > li.inline, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.inline, .datatable--container .datatable--wrapper .pagination--wrapper > a.inline, .table--wrapper .pagination--wrapper ol li > a.inline, .table--wrapper .pagination--wrapper > a.inline {
  white-space: nowrap;
  text-align: center;
}
.btn .btn-txt, .page-header .filter > a .btn-txt, .page-header .filter > ul > li .btn-txt, .country-choice > .content--country > .country--list > ul > li .btn-txt, .header--filter > ul > li .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a .btn-txt, .table--wrapper .pagination--wrapper ol li > a .btn-txt, .table--wrapper .pagination--wrapper > a .btn-txt {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.btn .btn-txt span + span, .page-header .filter > a .btn-txt span + span, .page-header .filter > ul > li .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li .btn-txt span + span, .header--filter > ul > li .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a .btn-txt span + span, .table--wrapper .pagination--wrapper > a .btn-txt span + span {
  font-weight: normal;
  font-size: 0.625rem;
}
.btn .row-content, .page-header .filter > a .row-content, .page-header .filter > ul > li .row-content, .country-choice > .content--country > .country--list > ul > li .row-content, .header--filter > ul > li .row-content, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .row-content, .datatable--container .datatable--wrapper .pagination--wrapper > a .row-content, .table--wrapper .pagination--wrapper ol li > a .row-content, .table--wrapper .pagination--wrapper > a .row-content {
  flex-direction: row;
  align-items: center;
}
.btn .icon, .page-header .filter > a .icon, .page-header .filter > ul > li .icon, .country-choice > .content--country > .country--list > ul > li .icon, .header--filter > ul > li .icon, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .icon, .datatable--container .datatable--wrapper .pagination--wrapper > a .icon, .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .table--wrapper .pagination--wrapper ol li > a .icon, .datatable--container .datatable--wrapper .table--wrapper .pagination--wrapper ol li.pagination--wrapper > a > span, .table--wrapper .pagination--wrapper > a .icon, .table--wrapper .pagination--wrapper > a > span {
  font-size: 1rem;
}
.btn.border-none, .page-header .filter > a.border-none, .page-header .filter > ul > li.border-none, .country-choice > .content--country > .country--list > ul > li.border-none, .header--filter > ul > li.border-none, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.border-none, .datatable--container .datatable--wrapper .pagination--wrapper > a.border-none, .table--wrapper .pagination--wrapper ol li > a.border-none, .table--wrapper .pagination--wrapper > a.border-none {
  border-color: transparent;
  background: transparent;
}
.btn.border-none:hover, .page-header .filter > a.border-none:hover, .page-header .filter > ul > li.border-none:hover, .country-choice > .content--country > .country--list > ul > li.border-none:hover, .header--filter > ul > li.border-none:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.border-none:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.border-none:hover, .table--wrapper .pagination--wrapper ol li > a.border-none:hover, .table--wrapper .pagination--wrapper > a.border-none:hover {
  border-color: #ccc;
}
.btn.growth-on-hover:hover, .page-header .filter > a.growth-on-hover:hover, .page-header .filter > ul > li.growth-on-hover:hover, .country-choice > .content--country > .country--list > ul > li.growth-on-hover:hover, .header--filter > ul > li.growth-on-hover:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.growth-on-hover:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.growth-on-hover:hover, .table--wrapper .pagination--wrapper ol li > a.growth-on-hover:hover, .table--wrapper .pagination--wrapper > a.growth-on-hover:hover {
  transform: scale(1.05);
}
.btn.primary, .page-header .filter > a.primary, .page-header .filter > ul > li.primary, .country-choice > .content--country > .country--list > ul > li.primary, .header--filter > ul > li.primary, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary, .table--wrapper .pagination--wrapper ol li > a.primary, .table--wrapper .pagination--wrapper > a.primary {
  background-color: #09758E;
  border-color: #09758E;
  color: #ffffff;
}
.btn.primary .btn-txt, .page-header .filter > a.primary .btn-txt, .page-header .filter > ul > li.primary .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary .btn-txt, .header--filter > ul > li.primary .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary .btn-txt, .table--wrapper .pagination--wrapper > a.primary .btn-txt {
  color: #ffffff;
}
.btn.primary .btn-txt span + span, .page-header .filter > a.primary .btn-txt span + span, .page-header .filter > ul > li.primary .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary .btn-txt span + span, .header--filter > ul > li.primary .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary .btn-txt span + span {
  color: #ffffff;
}
.btn.primary .btn-txt + span, .page-header .filter > a.primary .btn-txt + span, .page-header .filter > ul > li.primary .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.primary .btn-txt + span, .header--filter > ul > li.primary .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.primary .btn-txt + span, .table--wrapper .pagination--wrapper > a.primary .btn-txt + span {
  margin-left: auto;
}
.btn.primary:hover, .page-header .filter > a.primary:hover, .page-header .filter > ul > li.primary:hover, .country-choice > .content--country > .country--list > ul > li.primary:hover, .header--filter > ul > li.primary:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:hover, .table--wrapper .pagination--wrapper ol li > a.primary:hover, .table--wrapper .pagination--wrapper > a.primary:hover, .btn.primary:focus, .page-header .filter > a.primary:focus, .page-header .filter > ul > li.primary:focus, .country-choice > .content--country > .country--list > ul > li.primary:focus, .header--filter > ul > li.primary:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:focus, .table--wrapper .pagination--wrapper ol li > a.primary:focus, .table--wrapper .pagination--wrapper > a.primary:focus {
  background-color: #064d5e;
  border-color: #064d5e;
  color: #ffffff;
}
.btn.primary:hover .btn-txt, .page-header .filter > a.primary:hover .btn-txt, .page-header .filter > ul > li.primary:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary:hover .btn-txt, .header--filter > ul > li.primary:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary:hover .btn-txt, .table--wrapper .pagination--wrapper > a.primary:hover .btn-txt, .btn.primary:focus .btn-txt, .page-header .filter > a.primary:focus .btn-txt, .page-header .filter > ul > li.primary:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary:focus .btn-txt, .header--filter > ul > li.primary:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary:focus .btn-txt, .table--wrapper .pagination--wrapper > a.primary:focus .btn-txt {
  color: #ffffff;
}
.btn.primary:hover .btn-txt span + span, .page-header .filter > a.primary:hover .btn-txt span + span, .page-header .filter > ul > li.primary:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary:hover .btn-txt span + span, .header--filter > ul > li.primary:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary:hover .btn-txt span + span, .btn.primary:focus .btn-txt span + span, .page-header .filter > a.primary:focus .btn-txt span + span, .page-header .filter > ul > li.primary:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary:focus .btn-txt span + span, .header--filter > ul > li.primary:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary:focus .btn-txt span + span {
  color: #ffffff;
}
.btn.primary-outline, .page-header .filter > a.primary-outline, .page-header .filter > ul > li.primary-outline, .country-choice > .content--country > .country--list > ul > li.primary-outline, .header--filter > ul > li.primary-outline, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline, .table--wrapper .pagination--wrapper ol li > a.primary-outline, .table--wrapper .pagination--wrapper > a.primary-outline {
  background-color: transparent;
  border-color: #09758E;
  color: #09758E;
}
.btn.primary-outline .btn-txt, .page-header .filter > a.primary-outline .btn-txt, .page-header .filter > ul > li.primary-outline .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-outline .btn-txt, .header--filter > ul > li.primary-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt, .table--wrapper .pagination--wrapper > a.primary-outline .btn-txt {
  color: #09758E;
}
.btn.primary-outline .btn-txt span + span, .page-header .filter > a.primary-outline .btn-txt span + span, .page-header .filter > ul > li.primary-outline .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-outline .btn-txt span + span, .header--filter > ul > li.primary-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-outline .btn-txt span + span {
  color: #C3DDE3;
}
.btn.primary-outline .btn-txt + span, .page-header .filter > a.primary-outline .btn-txt + span, .page-header .filter > ul > li.primary-outline .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.primary-outline .btn-txt + span, .header--filter > ul > li.primary-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.primary-outline .btn-txt + span, .table--wrapper .pagination--wrapper > a.primary-outline .btn-txt + span {
  margin-left: auto;
}
.btn.primary-outline:hover, .page-header .filter > a.primary-outline:hover, .page-header .filter > ul > li.primary-outline:hover, .country-choice > .content--country > .country--list > ul > li.primary-outline:hover, .header--filter > ul > li.primary-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:hover, .table--wrapper .pagination--wrapper ol li > a.primary-outline:hover, .table--wrapper .pagination--wrapper > a.primary-outline:hover, .btn.primary-outline:focus, .page-header .filter > a.primary-outline:focus, .page-header .filter > ul > li.primary-outline:focus, .country-choice > .content--country > .country--list > ul > li.primary-outline:focus, .header--filter > ul > li.primary-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:focus, .table--wrapper .pagination--wrapper ol li > a.primary-outline:focus, .table--wrapper .pagination--wrapper > a.primary-outline:focus {
  background-color: #09758E;
  border-color: #09758E;
  color: #ffffff;
}
.btn.primary-outline:hover .btn-txt, .page-header .filter > a.primary-outline:hover .btn-txt, .page-header .filter > ul > li.primary-outline:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-outline:hover .btn-txt, .header--filter > ul > li.primary-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-outline:hover .btn-txt, .table--wrapper .pagination--wrapper > a.primary-outline:hover .btn-txt, .btn.primary-outline:focus .btn-txt, .page-header .filter > a.primary-outline:focus .btn-txt, .page-header .filter > ul > li.primary-outline:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-outline:focus .btn-txt, .header--filter > ul > li.primary-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-outline:focus .btn-txt, .table--wrapper .pagination--wrapper > a.primary-outline:focus .btn-txt {
  color: #ffffff;
}
.btn.primary-outline:hover .btn-txt span + span, .page-header .filter > a.primary-outline:hover .btn-txt span + span, .page-header .filter > ul > li.primary-outline:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-outline:hover .btn-txt span + span, .header--filter > ul > li.primary-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-outline:hover .btn-txt span + span, .btn.primary-outline:focus .btn-txt span + span, .page-header .filter > a.primary-outline:focus .btn-txt span + span, .page-header .filter > ul > li.primary-outline:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-outline:focus .btn-txt span + span, .header--filter > ul > li.primary-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-outline:focus .btn-txt span + span {
  color: #C3DDE3;
}
.btn.primary-txt, .page-header .filter > a.primary-txt, .page-header .filter > ul > li.primary-txt, .country-choice > .content--country > .country--list > ul > li.primary-txt, .header--filter > ul > li.primary-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt, .table--wrapper .pagination--wrapper ol li > a.primary-txt, .table--wrapper .pagination--wrapper > a.primary-txt {
  background-color: transparent;
  border-color: transparent;
  color: #388FA3;
}
.btn.primary-txt .btn-txt, .page-header .filter > a.primary-txt .btn-txt, .page-header .filter > ul > li.primary-txt .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-txt .btn-txt, .header--filter > ul > li.primary-txt .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt, .table--wrapper .pagination--wrapper > a.primary-txt .btn-txt {
  color: #388FA3;
}
.btn.primary-txt .btn-txt span + span, .page-header .filter > a.primary-txt .btn-txt span + span, .page-header .filter > ul > li.primary-txt .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-txt .btn-txt span + span, .header--filter > ul > li.primary-txt .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-txt .btn-txt span + span {
  color: #C3DDE3;
}
.btn.primary-txt .btn-txt + span, .page-header .filter > a.primary-txt .btn-txt + span, .page-header .filter > ul > li.primary-txt .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.primary-txt .btn-txt + span, .header--filter > ul > li.primary-txt .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.primary-txt .btn-txt + span, .table--wrapper .pagination--wrapper > a.primary-txt .btn-txt + span {
  margin-left: auto;
}
.btn.primary-txt:hover, .page-header .filter > a.primary-txt:hover, .page-header .filter > ul > li.primary-txt:hover, .country-choice > .content--country > .country--list > ul > li.primary-txt:hover, .header--filter > ul > li.primary-txt:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:hover, .table--wrapper .pagination--wrapper ol li > a.primary-txt:hover, .table--wrapper .pagination--wrapper > a.primary-txt:hover, .btn.primary-txt:focus, .page-header .filter > a.primary-txt:focus, .page-header .filter > ul > li.primary-txt:focus, .country-choice > .content--country > .country--list > ul > li.primary-txt:focus, .header--filter > ul > li.primary-txt:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:focus, .table--wrapper .pagination--wrapper ol li > a.primary-txt:focus, .table--wrapper .pagination--wrapper > a.primary-txt:focus {
  background-color: transparent;
  border-color: transparent;
  color: #2b6e7d;
}
.btn.primary-txt:hover .btn-txt, .page-header .filter > a.primary-txt:hover .btn-txt, .page-header .filter > ul > li.primary-txt:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-txt:hover .btn-txt, .header--filter > ul > li.primary-txt:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-txt:hover .btn-txt, .table--wrapper .pagination--wrapper > a.primary-txt:hover .btn-txt, .btn.primary-txt:focus .btn-txt, .page-header .filter > a.primary-txt:focus .btn-txt, .page-header .filter > ul > li.primary-txt:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.primary-txt:focus .btn-txt, .header--filter > ul > li.primary-txt:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.primary-txt:focus .btn-txt, .table--wrapper .pagination--wrapper > a.primary-txt:focus .btn-txt {
  color: #2b6e7d;
}
.btn.primary-txt:hover .btn-txt span + span, .page-header .filter > a.primary-txt:hover .btn-txt span + span, .page-header .filter > ul > li.primary-txt:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-txt:hover .btn-txt span + span, .header--filter > ul > li.primary-txt:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-txt:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-txt:hover .btn-txt span + span, .btn.primary-txt:focus .btn-txt span + span, .page-header .filter > a.primary-txt:focus .btn-txt span + span, .page-header .filter > ul > li.primary-txt:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.primary-txt:focus .btn-txt span + span, .header--filter > ul > li.primary-txt:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.primary-txt:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.primary-txt:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.primary-txt:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.primary-txt:focus .btn-txt span + span {
  color: #C3DDE3;
}
.btn.secondary, .page-header .filter > a.secondary, .page-header .filter > ul > li.secondary, .country-choice > .content--country > .country--list > ul > li.secondary, .header--filter > ul > li.secondary, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary, .table--wrapper .pagination--wrapper ol li > a.secondary, .table--wrapper .pagination--wrapper > a.secondary {
  background-color: #EBF4F6;
  border-color: #EBF4F6;
  color: #388FA3;
}
.btn.secondary .btn-txt, .page-header .filter > a.secondary .btn-txt, .page-header .filter > ul > li.secondary .btn-txt, .country-choice > .content--country > .country--list > ul > li.secondary .btn-txt, .header--filter > ul > li.secondary .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary .btn-txt, .table--wrapper .pagination--wrapper ol li > a.secondary .btn-txt, .table--wrapper .pagination--wrapper > a.secondary .btn-txt {
  color: #388FA3;
}
.btn.secondary .btn-txt span + span, .page-header .filter > a.secondary .btn-txt span + span, .page-header .filter > ul > li.secondary .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.secondary .btn-txt span + span, .header--filter > ul > li.secondary .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.secondary .btn-txt span + span, .table--wrapper .pagination--wrapper > a.secondary .btn-txt span + span {
  color: #ffffff;
}
.btn.secondary .btn-txt + span, .page-header .filter > a.secondary .btn-txt + span, .page-header .filter > ul > li.secondary .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.secondary .btn-txt + span, .header--filter > ul > li.secondary .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.secondary .btn-txt + span, .table--wrapper .pagination--wrapper > a.secondary .btn-txt + span {
  margin-left: auto;
}
.btn.secondary:hover, .page-header .filter > a.secondary:hover, .page-header .filter > ul > li.secondary:hover, .country-choice > .content--country > .country--list > ul > li.secondary:hover, .header--filter > ul > li.secondary:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:hover, .table--wrapper .pagination--wrapper ol li > a.secondary:hover, .table--wrapper .pagination--wrapper > a.secondary:hover, .btn.secondary:focus, .page-header .filter > a.secondary:focus, .page-header .filter > ul > li.secondary:focus, .country-choice > .content--country > .country--list > ul > li.secondary:focus, .header--filter > ul > li.secondary:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:focus, .table--wrapper .pagination--wrapper ol li > a.secondary:focus, .table--wrapper .pagination--wrapper > a.secondary:focus {
  background-color: #2b6e7d;
  border-color: #2b6e7d;
  color: #ffffff;
}
.btn.secondary:hover .btn-txt, .page-header .filter > a.secondary:hover .btn-txt, .page-header .filter > ul > li.secondary:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.secondary:hover .btn-txt, .header--filter > ul > li.secondary:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.secondary:hover .btn-txt, .table--wrapper .pagination--wrapper > a.secondary:hover .btn-txt, .btn.secondary:focus .btn-txt, .page-header .filter > a.secondary:focus .btn-txt, .page-header .filter > ul > li.secondary:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.secondary:focus .btn-txt, .header--filter > ul > li.secondary:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.secondary:focus .btn-txt, .table--wrapper .pagination--wrapper > a.secondary:focus .btn-txt {
  color: #ffffff;
}
.btn.secondary:hover .btn-txt span + span, .page-header .filter > a.secondary:hover .btn-txt span + span, .page-header .filter > ul > li.secondary:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.secondary:hover .btn-txt span + span, .header--filter > ul > li.secondary:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.secondary:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.secondary:hover .btn-txt span + span, .btn.secondary:focus .btn-txt span + span, .page-header .filter > a.secondary:focus .btn-txt span + span, .page-header .filter > ul > li.secondary:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.secondary:focus .btn-txt span + span, .header--filter > ul > li.secondary:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.secondary:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.secondary:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.secondary:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.secondary:focus .btn-txt span + span {
  color: #ffffff;
}
.btn.gray, .page-header .filter > a.gray, .page-header .filter > ul > li.gray, .country-choice > .content--country > .country--list > ul > li.gray, .header--filter > ul > li.gray, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray, .table--wrapper .pagination--wrapper ol li > a.gray, .table--wrapper .pagination--wrapper > a.gray {
  background-color: #D0D5DD;
  border-color: #D0D5DD;
  color: #344054;
}
.btn.gray .btn-txt, .page-header .filter > a.gray .btn-txt, .page-header .filter > ul > li.gray .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray .btn-txt, .header--filter > ul > li.gray .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray .btn-txt, .table--wrapper .pagination--wrapper ol li > a.gray .btn-txt, .table--wrapper .pagination--wrapper > a.gray .btn-txt {
  color: #344054;
}
.btn.gray .btn-txt span + span, .page-header .filter > a.gray .btn-txt span + span, .page-header .filter > ul > li.gray .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray .btn-txt span + span, .header--filter > ul > li.gray .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.gray .btn-txt span + span, .table--wrapper .pagination--wrapper > a.gray .btn-txt span + span {
  color: #667085;
}
.btn.gray .btn-txt + span, .page-header .filter > a.gray .btn-txt + span, .page-header .filter > ul > li.gray .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.gray .btn-txt + span, .header--filter > ul > li.gray .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.gray .btn-txt + span, .table--wrapper .pagination--wrapper > a.gray .btn-txt + span {
  margin-left: auto;
}
.btn.gray:hover, .page-header .filter > a.gray:hover, .page-header .filter > ul > li.gray:hover, .country-choice > .content--country > .country--list > ul > li.gray:hover, .header--filter > ul > li.gray:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:hover, .table--wrapper .pagination--wrapper ol li > a.gray:hover, .table--wrapper .pagination--wrapper > a.gray:hover, .btn.gray:focus, .page-header .filter > a.gray:focus, .page-header .filter > ul > li.gray:focus, .country-choice > .content--country > .country--list > ul > li.gray:focus, .header--filter > ul > li.gray:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:focus, .table--wrapper .pagination--wrapper ol li > a.gray:focus, .table--wrapper .pagination--wrapper > a.gray:focus {
  background-color: #FCFCFD;
  border-color: #98A2B3;
  color: #344054;
}
.btn.gray:hover .btn-txt, .page-header .filter > a.gray:hover .btn-txt, .page-header .filter > ul > li.gray:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray:hover .btn-txt, .header--filter > ul > li.gray:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.gray:hover .btn-txt, .table--wrapper .pagination--wrapper > a.gray:hover .btn-txt, .btn.gray:focus .btn-txt, .page-header .filter > a.gray:focus .btn-txt, .page-header .filter > ul > li.gray:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray:focus .btn-txt, .header--filter > ul > li.gray:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.gray:focus .btn-txt, .table--wrapper .pagination--wrapper > a.gray:focus .btn-txt {
  color: #344054;
}
.btn.gray:hover .btn-txt span + span, .page-header .filter > a.gray:hover .btn-txt span + span, .page-header .filter > ul > li.gray:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray:hover .btn-txt span + span, .header--filter > ul > li.gray:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.gray:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.gray:hover .btn-txt span + span, .btn.gray:focus .btn-txt span + span, .page-header .filter > a.gray:focus .btn-txt span + span, .page-header .filter > ul > li.gray:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray:focus .btn-txt span + span, .header--filter > ul > li.gray:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.gray:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.gray:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.gray:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.gray:focus .btn-txt span + span {
  color: #667085;
}
.btn.gray-outline, .page-header .filter > a.gray-outline, .page-header .filter > ul > li.gray-outline, .country-choice > .content--country > .country--list > ul > li.gray-outline, .header--filter > ul > li.gray-outline, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper > a, .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper > a {
  background-color: transparent;
  border-color: #D0D5DD;
  color: #344054;
}
.btn.gray-outline .btn-txt, .page-header .filter > a.gray-outline .btn-txt, .page-header .filter > ul > li.gray-outline .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray-outline .btn-txt, .header--filter > ul > li.gray-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a .btn-txt, .table--wrapper .pagination--wrapper ol li > a .btn-txt, .table--wrapper .pagination--wrapper > a .btn-txt {
  color: #344054;
}
.btn.gray-outline .btn-txt span + span, .page-header .filter > a.gray-outline .btn-txt span + span, .page-header .filter > ul > li.gray-outline .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray-outline .btn-txt span + span, .header--filter > ul > li.gray-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a .btn-txt span + span, .table--wrapper .pagination--wrapper > a .btn-txt span + span {
  color: #667085;
}
.btn.gray-outline .btn-txt + span, .page-header .filter > a.gray-outline .btn-txt + span, .page-header .filter > ul > li.gray-outline .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.gray-outline .btn-txt + span, .header--filter > ul > li.gray-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a .btn-txt + span, .table--wrapper .pagination--wrapper > a .btn-txt + span {
  margin-left: auto;
}
.btn.gray-outline:hover, .page-header .filter > a.gray-outline:hover, .page-header .filter > ul > li.gray-outline:hover, .country-choice > .content--country > .country--list > ul > li.gray-outline:hover, .header--filter > ul > li.gray-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a:hover, .table--wrapper .pagination--wrapper ol li > a:hover, .table--wrapper .pagination--wrapper > a:hover, .btn.gray-outline:focus, .page-header .filter > a.gray-outline:focus, .page-header .filter > ul > li.gray-outline:focus, .country-choice > .content--country > .country--list > ul > li.gray-outline:focus, .header--filter > ul > li.gray-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a:focus, .table--wrapper .pagination--wrapper ol li > a:focus, .table--wrapper .pagination--wrapper > a:focus {
  background-color: #FCFCFD;
  border-color: #98A2B3;
  color: #344054;
}
.btn.gray-outline:hover .btn-txt, .page-header .filter > a.gray-outline:hover .btn-txt, .page-header .filter > ul > li.gray-outline:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray-outline:hover .btn-txt, .header--filter > ul > li.gray-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a:hover .btn-txt, .table--wrapper .pagination--wrapper > a:hover .btn-txt, .btn.gray-outline:focus .btn-txt, .page-header .filter > a.gray-outline:focus .btn-txt, .page-header .filter > ul > li.gray-outline:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.gray-outline:focus .btn-txt, .header--filter > ul > li.gray-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a:focus .btn-txt, .table--wrapper .pagination--wrapper > a:focus .btn-txt {
  color: #344054;
}
.btn.gray-outline:hover .btn-txt span + span, .page-header .filter > a.gray-outline:hover .btn-txt span + span, .page-header .filter > ul > li.gray-outline:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray-outline:hover .btn-txt span + span, .header--filter > ul > li.gray-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a:hover .btn-txt span + span, .btn.gray-outline:focus .btn-txt span + span, .page-header .filter > a.gray-outline:focus .btn-txt span + span, .page-header .filter > ul > li.gray-outline:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.gray-outline:focus .btn-txt span + span, .header--filter > ul > li.gray-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a:focus .btn-txt span + span {
  color: #667085;
}
.btn.white-outline, .page-header .filter > a.white-outline, .page-header .filter > ul > li.white-outline, .country-choice > .content--country > .country--list > ul > li, .header--filter > ul > li.white-outline, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline, .table--wrapper .pagination--wrapper ol li > a.white-outline, .table--wrapper .pagination--wrapper > a.white-outline {
  background-color: transparent;
  border-color: transparent;
  color: #344054;
}
.btn.white-outline .btn-txt, .page-header .filter > a.white-outline .btn-txt, .page-header .filter > ul > li.white-outline .btn-txt, .country-choice > .content--country > .country--list > ul > li .btn-txt, .header--filter > ul > li.white-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt, .table--wrapper .pagination--wrapper > a.white-outline .btn-txt {
  color: #344054;
}
.btn.white-outline .btn-txt span + span, .page-header .filter > a.white-outline .btn-txt span + span, .page-header .filter > ul > li.white-outline .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li .btn-txt span + span, .header--filter > ul > li.white-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-outline .btn-txt span + span {
  color: #667085;
}
.btn.white-outline .btn-txt + span, .page-header .filter > a.white-outline .btn-txt + span, .page-header .filter > ul > li.white-outline .btn-txt + span, .country-choice > .content--country > .country--list > ul > li .btn-txt + span, .header--filter > ul > li.white-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.white-outline .btn-txt + span, .table--wrapper .pagination--wrapper > a.white-outline .btn-txt + span {
  margin-left: auto;
}
.btn.white-outline:hover, .page-header .filter > a.white-outline:hover, .page-header .filter > ul > li.white-outline:hover, .country-choice > .content--country > .country--list > ul > li:hover, .header--filter > ul > li.white-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:hover, .table--wrapper .pagination--wrapper ol li > a.white-outline:hover, .table--wrapper .pagination--wrapper > a.white-outline:hover, .btn.white-outline:focus, .page-header .filter > a.white-outline:focus, .page-header .filter > ul > li.white-outline:focus, .country-choice > .content--country > .country--list > ul > li:focus, .header--filter > ul > li.white-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:focus, .table--wrapper .pagination--wrapper ol li > a.white-outline:focus, .table--wrapper .pagination--wrapper > a.white-outline:focus {
  background-color: #FCFCFD;
  border-color: transparent;
  color: #344054;
}
.btn.white-outline:hover .btn-txt, .page-header .filter > a.white-outline:hover .btn-txt, .page-header .filter > ul > li.white-outline:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li:hover .btn-txt, .header--filter > ul > li.white-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-outline:hover .btn-txt, .table--wrapper .pagination--wrapper > a.white-outline:hover .btn-txt, .btn.white-outline:focus .btn-txt, .page-header .filter > a.white-outline:focus .btn-txt, .page-header .filter > ul > li.white-outline:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li:focus .btn-txt, .header--filter > ul > li.white-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-outline:focus .btn-txt, .table--wrapper .pagination--wrapper > a.white-outline:focus .btn-txt {
  color: #344054;
}
.btn.white-outline:hover .btn-txt span + span, .page-header .filter > a.white-outline:hover .btn-txt span + span, .page-header .filter > ul > li.white-outline:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li:hover .btn-txt span + span, .header--filter > ul > li.white-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-outline:hover .btn-txt span + span, .btn.white-outline:focus .btn-txt span + span, .page-header .filter > a.white-outline:focus .btn-txt span + span, .page-header .filter > ul > li.white-outline:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li:focus .btn-txt span + span, .header--filter > ul > li.white-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-outline:focus .btn-txt span + span {
  color: #667085;
}
.btn.white-bg-outline, .page-header .filter > a.btn, .page-header .filter > a.white-bg-outline, .page-header .filter > a, .page-header .filter > ul > li, .country-choice > .content--country > .country--list > ul > li.white-bg-outline, .page-header .country-choice > .content--country > .filter.country--list > ul > li, .header--filter > ul > li, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline, .datatable--container .datatable--wrapper .page-header .filter.pagination--wrapper > a, .page-header .datatable--container .datatable--wrapper .filter.pagination--wrapper > a, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline, .table--wrapper .pagination--wrapper ol .page-header li.filter > a, .page-header .table--wrapper .pagination--wrapper ol li.filter > a, .table--wrapper .pagination--wrapper > a.white-bg-outline, .table--wrapper .page-header .filter.pagination--wrapper > a, .page-header .table--wrapper .filter.pagination--wrapper > a {
  background-color: white;
  border-color: #D0D5DD;
  color: #344054;
}
.btn.white-bg-outline .btn-txt, .page-header .filter > a .btn-txt, .page-header .filter > ul > li .btn-txt, .country-choice > .content--country > .country--list > ul > li.white-bg-outline .btn-txt, .header--filter > ul > li .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a .btn-txt, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt, .table--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt {
  color: #344054;
}
.btn.white-bg-outline .btn-txt span + span, .page-header .filter > a .btn-txt span + span, .page-header .filter > ul > li .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.white-bg-outline .btn-txt span + span, .header--filter > ul > li .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt span + span {
  color: #667085;
}
.btn.white-bg-outline .btn-txt + span, .page-header .filter > a .btn-txt + span, .page-header .filter > ul > li .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.white-bg-outline .btn-txt + span, .header--filter > ul > li .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a .btn-txt + span, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline .btn-txt + span, .table--wrapper .pagination--wrapper > a.white-bg-outline .btn-txt + span {
  margin-left: auto;
}
.btn.white-bg-outline:hover, .page-header .filter > a:hover, .page-header .filter > ul > li:hover, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:hover, .header--filter > ul > li:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a:hover, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:hover, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover, .table--wrapper .pagination--wrapper > a.white-bg-outline:hover, .btn.white-bg-outline:focus, .page-header .filter > a:focus, .page-header .filter > ul > li:focus, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:focus, .header--filter > ul > li:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol .page-header li.filter > a:focus, .page-header .datatable--container .datatable--wrapper .pagination--wrapper ol li.filter > a:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:focus, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus, .table--wrapper .pagination--wrapper > a.white-bg-outline:focus {
  background-color: #FCFCFD;
  border-color: #475467;
  color: #344054;
}
.btn.white-bg-outline:hover .btn-txt, .page-header .filter > a:hover .btn-txt, .page-header .filter > ul > li:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:hover .btn-txt, .header--filter > ul > li:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover .btn-txt, .table--wrapper .pagination--wrapper > a.white-bg-outline:hover .btn-txt, .btn.white-bg-outline:focus .btn-txt, .page-header .filter > a:focus .btn-txt, .page-header .filter > ul > li:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:focus .btn-txt, .header--filter > ul > li:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus .btn-txt, .table--wrapper .pagination--wrapper > a.white-bg-outline:focus .btn-txt {
  color: #344054;
}
.btn.white-bg-outline:hover .btn-txt span + span, .page-header .filter > a:hover .btn-txt span + span, .page-header .filter > ul > li:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:hover .btn-txt span + span, .header--filter > ul > li:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-bg-outline:hover .btn-txt span + span, .btn.white-bg-outline:focus .btn-txt span + span, .page-header .filter > a:focus .btn-txt span + span, .page-header .filter > ul > li:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.white-bg-outline:focus .btn-txt span + span, .header--filter > ul > li:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.white-bg-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.white-bg-outline:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.white-bg-outline:focus .btn-txt span + span {
  color: #667085;
}
.btn.error, .page-header .filter > a.error, .page-header .filter > ul > li.error, .country-choice > .content--country > .country--list > ul > li.error, .header--filter > ul > li.error, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error, .datatable--container .datatable--wrapper .pagination--wrapper > a.error, .table--wrapper .pagination--wrapper ol li > a.error, .table--wrapper .pagination--wrapper > a.error {
  background-color: #D92D20;
  border-color: #D92D20;
  color: #ffffff;
}
.btn.error .btn-txt, .page-header .filter > a.error .btn-txt, .page-header .filter > ul > li.error .btn-txt, .country-choice > .content--country > .country--list > ul > li.error .btn-txt, .header--filter > ul > li.error .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.error .btn-txt, .table--wrapper .pagination--wrapper ol li > a.error .btn-txt, .table--wrapper .pagination--wrapper > a.error .btn-txt {
  color: #ffffff;
}
.btn.error .btn-txt span + span, .page-header .filter > a.error .btn-txt span + span, .page-header .filter > ul > li.error .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.error .btn-txt span + span, .header--filter > ul > li.error .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.error .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.error .btn-txt span + span, .table--wrapper .pagination--wrapper > a.error .btn-txt span + span {
  color: #ffffff;
}
.btn.error .btn-txt + span, .page-header .filter > a.error .btn-txt + span, .page-header .filter > ul > li.error .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.error .btn-txt + span, .header--filter > ul > li.error .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.error .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.error .btn-txt + span, .table--wrapper .pagination--wrapper > a.error .btn-txt + span {
  margin-left: auto;
}
.btn.error:hover, .page-header .filter > a.error:hover, .page-header .filter > ul > li.error:hover, .country-choice > .content--country > .country--list > ul > li.error:hover, .header--filter > ul > li.error:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:hover, .table--wrapper .pagination--wrapper ol li > a.error:hover, .table--wrapper .pagination--wrapper > a.error:hover, .btn.error:focus, .page-header .filter > a.error:focus, .page-header .filter > ul > li.error:focus, .country-choice > .content--country > .country--list > ul > li.error:focus, .header--filter > ul > li.error:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:focus, .table--wrapper .pagination--wrapper ol li > a.error:focus, .table--wrapper .pagination--wrapper > a.error:focus {
  background-color: #B42318;
  border-color: #B42318;
  color: #ffffff;
}
.btn.error:hover .btn-txt, .page-header .filter > a.error:hover .btn-txt, .page-header .filter > ul > li.error:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.error:hover .btn-txt, .header--filter > ul > li.error:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.error:hover .btn-txt, .table--wrapper .pagination--wrapper > a.error:hover .btn-txt, .btn.error:focus .btn-txt, .page-header .filter > a.error:focus .btn-txt, .page-header .filter > ul > li.error:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.error:focus .btn-txt, .header--filter > ul > li.error:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.error:focus .btn-txt, .table--wrapper .pagination--wrapper > a.error:focus .btn-txt {
  color: #ffffff;
}
.btn.error:hover .btn-txt span + span, .page-header .filter > a.error:hover .btn-txt span + span, .page-header .filter > ul > li.error:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.error:hover .btn-txt span + span, .header--filter > ul > li.error:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.error:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.error:hover .btn-txt span + span, .btn.error:focus .btn-txt span + span, .page-header .filter > a.error:focus .btn-txt span + span, .page-header .filter > ul > li.error:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.error:focus .btn-txt span + span, .header--filter > ul > li.error:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.error:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.error:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.error:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.error:focus .btn-txt span + span {
  color: #ffffff;
}
.btn.yellow, .page-header .filter > a.yellow, .page-header .filter > ul > li.yellow, .country-choice > .content--country > .country--list > ul > li.yellow, .header--filter > ul > li.yellow, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow, .table--wrapper .pagination--wrapper ol li > a.yellow, .table--wrapper .pagination--wrapper > a.yellow {
  background-color: #FEDF89;
  border-color: #D92D20;
  color: #ffffff;
}
.btn.yellow .btn-txt, .page-header .filter > a.yellow .btn-txt, .page-header .filter > ul > li.yellow .btn-txt, .country-choice > .content--country > .country--list > ul > li.yellow .btn-txt, .header--filter > ul > li.yellow .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow .btn-txt, .table--wrapper .pagination--wrapper ol li > a.yellow .btn-txt, .table--wrapper .pagination--wrapper > a.yellow .btn-txt {
  color: #ffffff;
}
.btn.yellow .btn-txt span + span, .page-header .filter > a.yellow .btn-txt span + span, .page-header .filter > ul > li.yellow .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.yellow .btn-txt span + span, .header--filter > ul > li.yellow .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.yellow .btn-txt span + span, .table--wrapper .pagination--wrapper > a.yellow .btn-txt span + span {
  color: #ffffff;
}
.btn.yellow .btn-txt + span, .page-header .filter > a.yellow .btn-txt + span, .page-header .filter > ul > li.yellow .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.yellow .btn-txt + span, .header--filter > ul > li.yellow .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.yellow .btn-txt + span, .table--wrapper .pagination--wrapper > a.yellow .btn-txt + span {
  margin-left: auto;
}
.btn.yellow:hover, .page-header .filter > a.yellow:hover, .page-header .filter > ul > li.yellow:hover, .country-choice > .content--country > .country--list > ul > li.yellow:hover, .header--filter > ul > li.yellow:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:hover, .table--wrapper .pagination--wrapper ol li > a.yellow:hover, .table--wrapper .pagination--wrapper > a.yellow:hover, .btn.yellow:focus, .page-header .filter > a.yellow:focus, .page-header .filter > ul > li.yellow:focus, .country-choice > .content--country > .country--list > ul > li.yellow:focus, .header--filter > ul > li.yellow:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:focus, .table--wrapper .pagination--wrapper ol li > a.yellow:focus, .table--wrapper .pagination--wrapper > a.yellow:focus {
  background-color: #B42318;
  border-color: #B42318;
  color: #ffffff;
}
.btn.yellow:hover .btn-txt, .page-header .filter > a.yellow:hover .btn-txt, .page-header .filter > ul > li.yellow:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.yellow:hover .btn-txt, .header--filter > ul > li.yellow:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.yellow:hover .btn-txt, .table--wrapper .pagination--wrapper > a.yellow:hover .btn-txt, .btn.yellow:focus .btn-txt, .page-header .filter > a.yellow:focus .btn-txt, .page-header .filter > ul > li.yellow:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.yellow:focus .btn-txt, .header--filter > ul > li.yellow:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.yellow:focus .btn-txt, .table--wrapper .pagination--wrapper > a.yellow:focus .btn-txt {
  color: #ffffff;
}
.btn.yellow:hover .btn-txt span + span, .page-header .filter > a.yellow:hover .btn-txt span + span, .page-header .filter > ul > li.yellow:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.yellow:hover .btn-txt span + span, .header--filter > ul > li.yellow:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.yellow:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.yellow:hover .btn-txt span + span, .btn.yellow:focus .btn-txt span + span, .page-header .filter > a.yellow:focus .btn-txt span + span, .page-header .filter > ul > li.yellow:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.yellow:focus .btn-txt span + span, .header--filter > ul > li.yellow:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.yellow:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.yellow:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.yellow:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.yellow:focus .btn-txt span + span {
  color: #ffffff;
}

.btn-link {
  font-size: 0.825rem;
  display: inline-flex;
  flex-direction: column;
  line-height: 14px;
  text-decoration: none;
  transition: all 150ms ease-in;
  font-weight: 600;
}
.btn-link.primary {
  background-color: transparent;
  color: #09758E;
}
.btn-link.primary .btn-txt {
  color: #09758E;
}
.btn-link.primary .btn-txt span + span {
  color: #0c9dbe;
}
.btn-link.primary .btn-txt + span {
  margin-left: auto;
}
.btn-link.primary:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.primary:hover, .btn-link.primary:focus {
  cursor: pointer;
  color: #064d5e;
}
.btn-link.primary:hover .btn-txt, .btn-link.primary:focus .btn-txt {
  color: #064d5e;
}
.btn-link.primary:hover .btn-txt span + span, .btn-link.primary:focus .btn-txt span + span {
  color: #09758e;
}
.btn-link.primary:hover:after, .btn-link.primary:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: #09758E;
}
.btn-link.primary-outline {
  background-color: transparent;
  color: transparent;
}
.btn-link.primary-outline .btn-txt {
  color: transparent;
}
.btn-link.primary-outline .btn-txt span + span {
  color: rgba(26, 26, 26, 0);
}
.btn-link.primary-outline .btn-txt + span {
  margin-left: auto;
}
.btn-link.primary-outline:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.primary-outline:hover, .btn-link.primary-outline:focus {
  cursor: pointer;
  color: #09758E;
}
.btn-link.primary-outline:hover .btn-txt, .btn-link.primary-outline:focus .btn-txt {
  color: #09758E;
}
.btn-link.primary-outline:hover .btn-txt span + span, .btn-link.primary-outline:focus .btn-txt span + span {
  color: #0c9dbe;
}
.btn-link.primary-outline:hover:after, .btn-link.primary-outline:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: transparent;
}
.btn-link.primary-txt {
  background-color: transparent;
  color: transparent;
}
.btn-link.primary-txt .btn-txt {
  color: transparent;
}
.btn-link.primary-txt .btn-txt span + span {
  color: rgba(26, 26, 26, 0);
}
.btn-link.primary-txt .btn-txt + span {
  margin-left: auto;
}
.btn-link.primary-txt:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.primary-txt:hover, .btn-link.primary-txt:focus {
  cursor: pointer;
  color: transparent;
}
.btn-link.primary-txt:hover .btn-txt, .btn-link.primary-txt:focus .btn-txt {
  color: transparent;
}
.btn-link.primary-txt:hover .btn-txt span + span, .btn-link.primary-txt:focus .btn-txt span + span {
  color: rgba(26, 26, 26, 0);
}
.btn-link.primary-txt:hover:after, .btn-link.primary-txt:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: transparent;
}
.btn-link.secondary {
  background-color: transparent;
  color: #EBF4F6;
}
.btn-link.secondary .btn-txt {
  color: #EBF4F6;
}
.btn-link.secondary .btn-txt span + span {
  color: white;
}
.btn-link.secondary .btn-txt + span {
  margin-left: auto;
}
.btn-link.secondary:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.secondary:hover, .btn-link.secondary:focus {
  cursor: pointer;
  color: #2b6e7d;
}
.btn-link.secondary:hover .btn-txt, .btn-link.secondary:focus .btn-txt {
  color: #2b6e7d;
}
.btn-link.secondary:hover .btn-txt span + span, .btn-link.secondary:focus .btn-txt span + span {
  color: #388fa3;
}
.btn-link.secondary:hover:after, .btn-link.secondary:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: #EBF4F6;
}
.btn-link.gray {
  background-color: transparent;
  color: #D0D5DD;
}
.btn-link.gray .btn-txt {
  color: #D0D5DD;
}
.btn-link.gray .btn-txt span + span {
  color: #eeeff2;
}
.btn-link.gray .btn-txt + span {
  margin-left: auto;
}
.btn-link.gray:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.gray:hover, .btn-link.gray:focus {
  cursor: pointer;
  color: #FCFCFD;
}
.btn-link.gray:hover .btn-txt, .btn-link.gray:focus .btn-txt {
  color: #FCFCFD;
}
.btn-link.gray:hover .btn-txt span + span, .btn-link.gray:focus .btn-txt span + span {
  color: white;
}
.btn-link.gray:hover:after, .btn-link.gray:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: #D0D5DD;
}
.btn-link.gray-outline, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link, .table--wrapper .pagination--wrapper ol li > a.btn-link, .table--wrapper .pagination--wrapper > a.btn-link {
  background-color: transparent;
  color: transparent;
}
.btn-link.gray-outline .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link .btn-txt, .table--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt, .table--wrapper .pagination--wrapper > a.btn-link .btn-txt {
  color: transparent;
}
.btn-link.gray-outline .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt span + span, .table--wrapper .pagination--wrapper > a.btn-link .btn-txt span + span {
  color: rgba(26, 26, 26, 0);
}
.btn-link.gray-outline .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link .btn-txt + span, .table--wrapper .pagination--wrapper ol li > a.btn-link .btn-txt + span, .table--wrapper .pagination--wrapper > a.btn-link .btn-txt + span {
  margin-left: auto;
}
.btn-link.gray-outline:after, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:after, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:after, .table--wrapper .pagination--wrapper ol li > a.btn-link:after, .table--wrapper .pagination--wrapper > a.btn-link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.gray-outline:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:hover, .table--wrapper .pagination--wrapper ol li > a.btn-link:hover, .table--wrapper .pagination--wrapper > a.btn-link:hover, .btn-link.gray-outline:focus, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:focus, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:focus, .table--wrapper .pagination--wrapper ol li > a.btn-link:focus, .table--wrapper .pagination--wrapper > a.btn-link:focus {
  cursor: pointer;
  color: #FCFCFD;
}
.btn-link.gray-outline:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:hover .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:hover .btn-txt, .table--wrapper .pagination--wrapper ol li > a.btn-link:hover .btn-txt, .table--wrapper .pagination--wrapper > a.btn-link:hover .btn-txt, .btn-link.gray-outline:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:focus .btn-txt, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:focus .btn-txt, .table--wrapper .pagination--wrapper ol li > a.btn-link:focus .btn-txt, .table--wrapper .pagination--wrapper > a.btn-link:focus .btn-txt {
  color: #FCFCFD;
}
.btn-link.gray-outline:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:hover .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:hover .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.btn-link:hover .btn-txt span + span, .table--wrapper .pagination--wrapper > a.btn-link:hover .btn-txt span + span, .btn-link.gray-outline:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:focus .btn-txt span + span, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:focus .btn-txt span + span, .table--wrapper .pagination--wrapper ol li > a.btn-link:focus .btn-txt span + span, .table--wrapper .pagination--wrapper > a.btn-link:focus .btn-txt span + span {
  color: white;
}
.btn-link.gray-outline:hover:after, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:hover:after, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:hover:after, .table--wrapper .pagination--wrapper ol li > a.btn-link:hover:after, .table--wrapper .pagination--wrapper > a.btn-link:hover:after, .btn-link.gray-outline:focus:after, .datatable--container .datatable--wrapper .pagination--wrapper ol li > a.btn-link:focus:after, .datatable--container .datatable--wrapper .pagination--wrapper > a.btn-link:focus:after, .table--wrapper .pagination--wrapper ol li > a.btn-link:focus:after, .table--wrapper .pagination--wrapper > a.btn-link:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: transparent;
}
.btn-link.white-outline, .country-choice > .content--country > .country--list > ul > li.btn-link {
  background-color: transparent;
  color: transparent;
}
.btn-link.white-outline .btn-txt, .country-choice > .content--country > .country--list > ul > li.btn-link .btn-txt {
  color: transparent;
}
.btn-link.white-outline .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.btn-link .btn-txt span + span {
  color: rgba(26, 26, 26, 0);
}
.btn-link.white-outline .btn-txt + span, .country-choice > .content--country > .country--list > ul > li.btn-link .btn-txt + span {
  margin-left: auto;
}
.btn-link.white-outline:after, .country-choice > .content--country > .country--list > ul > li.btn-link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.white-outline:hover, .country-choice > .content--country > .country--list > ul > li.btn-link:hover, .btn-link.white-outline:focus, .country-choice > .content--country > .country--list > ul > li.btn-link:focus {
  cursor: pointer;
  color: #FCFCFD;
}
.btn-link.white-outline:hover .btn-txt, .country-choice > .content--country > .country--list > ul > li.btn-link:hover .btn-txt, .btn-link.white-outline:focus .btn-txt, .country-choice > .content--country > .country--list > ul > li.btn-link:focus .btn-txt {
  color: #FCFCFD;
}
.btn-link.white-outline:hover .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.btn-link:hover .btn-txt span + span, .btn-link.white-outline:focus .btn-txt span + span, .country-choice > .content--country > .country--list > ul > li.btn-link:focus .btn-txt span + span {
  color: white;
}
.btn-link.white-outline:hover:after, .country-choice > .content--country > .country--list > ul > li.btn-link:hover:after, .btn-link.white-outline:focus:after, .country-choice > .content--country > .country--list > ul > li.btn-link:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: transparent;
}
.btn-link.white-bg-outline, .page-header .filter > a.btn-link, .page-header .filter > ul > li.btn-link, .header--filter > ul > li.btn-link {
  background-color: transparent;
  color: white;
}
.btn-link.white-bg-outline .btn-txt, .page-header .filter > a.btn-link .btn-txt, .page-header .filter > ul > li.btn-link .btn-txt, .header--filter > ul > li.btn-link .btn-txt {
  color: white;
}
.btn-link.white-bg-outline .btn-txt span + span, .page-header .filter > a.btn-link .btn-txt span + span, .page-header .filter > ul > li.btn-link .btn-txt span + span, .header--filter > ul > li.btn-link .btn-txt span + span {
  color: white;
}
.btn-link.white-bg-outline .btn-txt + span, .page-header .filter > a.btn-link .btn-txt + span, .page-header .filter > ul > li.btn-link .btn-txt + span, .header--filter > ul > li.btn-link .btn-txt + span {
  margin-left: auto;
}
.btn-link.white-bg-outline:after, .page-header .filter > a.btn-link:after, .page-header .filter > ul > li.btn-link:after, .header--filter > ul > li.btn-link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.white-bg-outline:hover, .page-header .filter > a.btn-link:hover, .page-header .filter > ul > li.btn-link:hover, .header--filter > ul > li.btn-link:hover, .btn-link.white-bg-outline:focus, .page-header .filter > a.btn-link:focus, .page-header .filter > ul > li.btn-link:focus, .header--filter > ul > li.btn-link:focus {
  cursor: pointer;
  color: #FCFCFD;
}
.btn-link.white-bg-outline:hover .btn-txt, .page-header .filter > a.btn-link:hover .btn-txt, .page-header .filter > ul > li.btn-link:hover .btn-txt, .header--filter > ul > li.btn-link:hover .btn-txt, .btn-link.white-bg-outline:focus .btn-txt, .page-header .filter > a.btn-link:focus .btn-txt, .page-header .filter > ul > li.btn-link:focus .btn-txt, .header--filter > ul > li.btn-link:focus .btn-txt {
  color: #FCFCFD;
}
.btn-link.white-bg-outline:hover .btn-txt span + span, .page-header .filter > a.btn-link:hover .btn-txt span + span, .page-header .filter > ul > li.btn-link:hover .btn-txt span + span, .header--filter > ul > li.btn-link:hover .btn-txt span + span, .btn-link.white-bg-outline:focus .btn-txt span + span, .page-header .filter > a.btn-link:focus .btn-txt span + span, .page-header .filter > ul > li.btn-link:focus .btn-txt span + span, .header--filter > ul > li.btn-link:focus .btn-txt span + span {
  color: white;
}
.btn-link.white-bg-outline:hover:after, .page-header .filter > a.btn-link:hover:after, .page-header .filter > ul > li.btn-link:hover:after, .header--filter > ul > li.btn-link:hover:after, .btn-link.white-bg-outline:focus:after, .page-header .filter > a.btn-link:focus:after, .page-header .filter > ul > li.btn-link:focus:after, .header--filter > ul > li.btn-link:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: white;
}
.btn-link.error {
  background-color: transparent;
  color: #D92D20;
}
.btn-link.error .btn-txt {
  color: #D92D20;
}
.btn-link.error .btn-txt span + span {
  color: #e45348;
}
.btn-link.error .btn-txt + span {
  margin-left: auto;
}
.btn-link.error:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.error:hover, .btn-link.error:focus {
  cursor: pointer;
  color: #B42318;
}
.btn-link.error:hover .btn-txt, .btn-link.error:focus .btn-txt {
  color: #B42318;
}
.btn-link.error:hover .btn-txt span + span, .btn-link.error:focus .btn-txt span + span {
  color: #e12c1e;
}
.btn-link.error:hover:after, .btn-link.error:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: #D92D20;
}
.btn-link.yellow {
  background-color: transparent;
  color: #FEDF89;
}
.btn-link.yellow .btn-txt {
  color: #FEDF89;
}
.btn-link.yellow .btn-txt span + span {
  color: #feedbc;
}
.btn-link.yellow .btn-txt + span {
  margin-left: auto;
}
.btn-link.yellow:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: transparent;
  display: block;
  margin-top: 2px;
  transition: all 150ms ease-in-out;
}
.btn-link.yellow:hover, .btn-link.yellow:focus {
  cursor: pointer;
  color: #B42318;
}
.btn-link.yellow:hover .btn-txt, .btn-link.yellow:focus .btn-txt {
  color: #B42318;
}
.btn-link.yellow:hover .btn-txt span + span, .btn-link.yellow:focus .btn-txt span + span {
  color: #e12c1e;
}
.btn-link.yellow:hover:after, .btn-link.yellow:focus:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 2px;
  background-color: #FEDF89;
}

.button-group {
  display: flex;
}
.button-group button {
  height: 40px;
  width: 40px;
  padding: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
  border-right: 0;
  font-size: var(--font-size-largest);
}
.button-group button:last-child {
  border-right: 1px solid #ffffff;
}
.button-group button:hover {
  background-color: #388FA3;
}
.button-group button:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
  cursor: not-allowed !important;
}
.button-group.outline button {
  background-color: #ffffff;
  color: #344054;
  border: 1px solid #344054;
  margin: 0;
  border-right: 0;
}
.button-group.outline button:last-child {
  border-right: 1px solid #344054;
}
.button-group.outline button:hover {
  background-color: #C3DDE3;
}

/* Badge */
.list-badge {
  display: flex;
  overflow: hidden;
}

.badge {
  white-space: nowrap;
  font-size: 11px;
  line-height: 12px;
  padding: 2px 8px;
  border-radius: 16px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.badge.lg {
  padding: 4px 12px;
}
.badge.xl {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 16px;
}
.badge.square {
  border-radius: 4px !important;
}
.badge.tb {
  font-size: 12px !important;
}
.badge.gray {
  background-color: #F2F4F7 !important;
  color: #344054 !important;
}
.badge.soft-gray {
  background-color: #F2F4F7 !important;
  color: #98A2B3 !important;
}
.badge.primary {
  background-color: #C1DCE3 !important;
  color: #09758E !important;
}
.badge.warning {
  background-color: #FFFAEB !important;
  color: #FDB022 !important;
}
.badge.warning2 {
  background-color: #fce7c1 !important;
  color: #edb143 !important;
}
.badge.warning3 {
  background-color: #FEF0C7 !important;
  color: #B54708 !important;
}
.badge.info {
  background-color: #EFF8FF !important;
  color: #175CD3 !important;
}
.badge.error {
  background-color: #FEF3F2 !important;
  color: #B42318 !important;
}
.badge.pink {
  background-color: white !important;
  color: #F97066 !important;
}
.badge.pink2 {
  background-color: #fecdd6 !important;
  color: #E31B54 !important;
}
.badge.rosa {
  background-color: #a65251 !important;
  color: #efd7d6 !important;
}
.badge.yellow {
  background-color: #09758E !important;
  color: #FEC84B !important;
}
.badge.orange {
  background-color: #FFE6D5 !important;
  color: #FF4405 !important;
}
.badge.success {
  background-color: #ECFDF3 !important;
  color: #027A48 !important;
}
.badge.indigo {
  background-color: #F9F5FF !important;
  color: #6941C6 !important;
}
.badge.darkgrey {
  background-color: #344054 !important;
  color: #ffffff !important;
}
.badge.outlined.gray {
  background-color: #344054 !important;
  color: #F2F4F7 !important;
}
.badge.outlined.soft-gray {
  background-color: #98A2B3 !important;
  color: #F2F4F7 !important;
}
.badge.outlined.primary {
  background-color: #09758E !important;
  color: #C1DCE3 !important;
}
.badge.outlined.warning {
  background-color: #FDB022 !important;
  color: #FFFAEB !important;
}
.badge.outlined.warning2 {
  background-color: #edb143 !important;
  color: #fce7c1 !important;
}
.badge.outlined.warning3 {
  background-color: #B54708 !important;
  color: #FEF0C7 !important;
}
.badge.outlined.info {
  background-color: #175CD3 !important;
  color: #EFF8FF !important;
}
.badge.outlined.error {
  background-color: #B42318 !important;
  color: #FEF3F2 !important;
}
.badge.outlined.pink {
  background-color: #F97066 !important;
  color: white !important;
}
.badge.outlined.pink2 {
  background-color: #E31B54 !important;
  color: #fecdd6 !important;
}
.badge.outlined.rosa {
  background-color: #efd7d6 !important;
  color: #a65251 !important;
}
.badge.outlined.yellow {
  background-color: #FEC84B !important;
  color: #09758E !important;
}
.badge.outlined.orange {
  background-color: #FF4405 !important;
  color: #FFE6D5 !important;
}
.badge.outlined.success {
  background-color: #027A48 !important;
  color: #ECFDF3 !important;
}
.badge.outlined.indigo {
  background-color: #6941C6 !important;
  color: #F9F5FF !important;
}
.badge.outlined.darkgrey {
  background-color: #ffffff !important;
  color: #344054 !important;
}
.badge.circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.badge.circle.large {
  width: 64px;
  height: 64px;
  border-radius: 24px;
}
.badge > .dot {
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.badge > .dot.gray {
  background-color: #344054 !important;
}
.badge > .dot.soft-gray {
  background-color: #98A2B3 !important;
}
.badge > .dot.primary {
  background-color: #09758E !important;
}
.badge > .dot.warning {
  background-color: #FDB022 !important;
}
.badge > .dot.warning2 {
  background-color: #edb143 !important;
}
.badge > .dot.warning3 {
  background-color: #B54708 !important;
}
.badge > .dot.info {
  background-color: #175CD3 !important;
}
.badge > .dot.error {
  background-color: #B42318 !important;
}
.badge > .dot.pink {
  background-color: #F97066 !important;
}
.badge > .dot.pink2 {
  background-color: #E31B54 !important;
}
.badge > .dot.rosa {
  background-color: #efd7d6 !important;
}
.badge > .dot.yellow {
  background-color: #FEC84B !important;
}
.badge > .dot.orange {
  background-color: #FF4405 !important;
}
.badge > .dot.success {
  background-color: #027A48 !important;
}
.badge > .dot.indigo {
  background-color: #6941C6 !important;
}
.badge > .dot.darkgrey {
  background-color: #ffffff !important;
}

.badge:has(.dot) {
  padding-left: 6px;
}

.avatar {
  font-size: 14px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: pink;
  color: #f3002a;
  overflow: hidden;
}

/* Cards : components/_cards */
.card {
  background-color: #ffffff;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.card.small-txt {
  font-size: 14px;
}
.card.gray {
  background-color: #F9FAFB;
  border: 1px solid #D0D5DD;
}
.card--badges {
  padding: var(--spacing-medium) var(--spacing-largest) 0px var(--spacing-largest);
  width: 100%;
  display: flex;
  flex-grow: 2;
  flex-direction: row;
  justify-content: space-between;
}
.card--header {
  padding: 24px 24px;
  display: flex;
  justify-content: space-between;
}
.card--header--titlewrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card--header--titlewrapper .suptitle {
  color: #667085;
  font-size: 14px;
}
.card--header--titlewrapper .title {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}
.card--header--titlewrapper .subtitle {
  color: #667085;
  font-size: 14px;
}
.card--header--actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.card--header + .card--content {
  padding: 0px 24px 12px !important;
}
.card--content {
  padding: 12px 24px 12px;
}
.card--content--mini {
  padding: 12px 12px 12px;
}
.card--footer {
  border-top: 1px solid #EAECF0;
  padding: 12px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.card--footer.scrollable {
  overflow-x: auto;
}
.card-progress--avancement {
  margin-top: var(--spacing-medium);
  color: #667085;
  font-size: var(--setting-smaller);
  display: flex;
  justify-content: space-between;
}
.card .subtitle {
  font-weight: bold;
  line-height: 2;
}
.card.delete {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 15px 4px -8px rgba(16, 24, 40, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
}
.card.delete > .card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 24px 24px 0px 24px;
}
.card.delete > .card-header .title {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.card.delete > .card-header .text {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.card.delete > .card-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 32px 24px 24px 24px;
  gap: 60px;
}
.card.delete > .card-actions a {
  flex: 2;
}
.card.delete > .card-actions a + a {
  flex: 3;
  text-align: center;
}

.bg-abscr {
  background: url(../img/ui/bg.svg), #09758E;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-light-gray {
  background-color: #F2F4F7;
}

.overlay {
  background: rgba(16, 24, 40, 0.6);
  backdrop-filter: blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 115;
  top: 0;
  left: 0;
}

.huge-overlay {
  background: rgba(16, 24, 40, 0.6);
  backdrop-filter: blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  left: 0;
}

.overlay-darken {
  background: rgba(16, 24, 40, 0.98);
  backdrop-filter: blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 115;
  top: 0;
  left: 0;
}

.panel-error {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
}
.panel-error .close-icon {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 50px;
}
.panel-error .close-icon:hover {
  cursor: pointer;
}
.panel-error img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.table--wrapper {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.table--wrapper.no--border {
  border: none !important;
}
.table--wrapper.no--border thead,
.table--wrapper.no--border tbody,
.table--wrapper.no--border tr,
.table--wrapper.no--border th,
.table--wrapper.no--border td {
  border: none;
  border-radius: 0 0 0 0 !important;
}
.table--wrapper table {
  width: 100%;
}
.table--wrapper table td:first-child,
.table--wrapper table th:first-child {
  position: sticky;
  background: #ffffff;
  border-top-left-radius: 8px;
}
.table--wrapper table td:last-child,
.table--wrapper table th:last-child {
  position: sticky;
  right: 1px;
  background: #ffffff;
  border-top-right-radius: 8px;
}
.table--wrapper table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #D0D5DD;
  align-items: center;
  text-align: start;
  vertical-align: middle;
  padding: 12px;
  padding-left: 16px;
  max-height: 58px;
  color: #101828;
  font-size: 12px;
  font-weight: 600;
}
.table--wrapper table > thead > tr > th.selector {
  width: 40px;
  max-width: 40px;
}
.table--wrapper table > thead > tr > th.ordered > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 12px;
}
.table--wrapper table > thead > tr > th.filtered {
  height: 100%;
  border: 1px solid #C3DDE3;
  border-top: none;
  border-radius: 8px 8px 0 0;
  background: #EBF4F6;
}
.table--wrapper table > thead > tr > th.filtered > div {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 12px;
  text-align: center;
  align-items: center;
  align-content: center;
}
.table--wrapper table > thead > tr > th:hover {
  cursor: pointer;
}
.table--wrapper table tbody {
  max-height: 70vh;
  overflow-y: auto;
  font-size: 14px;
}
.table--wrapper table > tbody > tr > td {
  height: 72px;
  padding: 16px;
  vertical-align: middle;
}
.table--wrapper table > tbody > tr > td.td-center {
  display: flex;
  justify-content: center;
}
.table--wrapper table > tbody > tr > td.entite {
  font-weight: 600;
}
.table--wrapper table > tbody > tr > td .row--avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.table--wrapper table > tbody > tr > td .row--avatar img {
  width: 60px;
  height: 30px;
}
.table--wrapper table > tbody > tr > td .row--avatar .no-logo {
  background-color: white;
  width: 60px;
  height: 30px;
  object-fit: cover;
}
.table--wrapper table > tbody > tr > td.row--filter {
  border-left: 1px solid #C3DDE3;
  border-right: 1px solid #C3DDE3;
}
.table--wrapper table > tbody > tr > td.compte-tiers {
  min-width: 300px !important;
}
.table--wrapper table > tbody > tr > td.actions > .disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.table--wrapper table > tbody > tr > td.actions-batch {
  min-width: 50px;
}
.table--wrapper table > tbody > tr > td > input {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.table--wrapper table > tbody > tr > td:last-child {
  text-align: end;
}
.table--wrapper table > tbody > tr.expanded td {
  width: 1%;
  background: #ffffff;
  text-align: start !important;
  white-space: wrap;
  border-top: 1px dashed lightgrey;
  border-bottom: 1px dashed lightgrey;
  padding: 6px;
}
.table--wrapper table > tbody > tr.expanded td div.expand-content {
  padding: 0px 16px;
  max-height: 100px;
  position: relative;
  overflow-y: auto;
}
.table--wrapper table > tbody > tr.expanded td div.expand-content > span {
  max-width: 90%;
}
.table--wrapper table > tbody > tr.expanded td div.expand-content > a.btn, .table--wrapper table > tbody > tr.expanded td .page-header div.filter.expand-content > a, .page-header .table--wrapper table > tbody > tr.expanded td div.filter.expand-content > a, .table--wrapper table > tbody > tr.expanded td div.pagination--wrapper.expand-content > a {
  max-width: 10%;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.table--wrapper table > tbody > tr[disabled] {
  user-select: none;
}
.table--wrapper table > tbody > tr[disabled] > td {
  background: white;
  opacity: 0.4;
}
.table--wrapper table > tbody > tr[disabled] > td:last-child {
  opacity: 1;
}
.table--wrapper table > tbody > tr[disabled] > td > div.label-strong {
  opacity: 1;
}
.table--wrapper table > tbody > tr[disabled]:hover td {
  background-color: #ffffff;
}
.table--wrapper table > tbody > tr:hover td {
  background-color: #FCFCFD;
}
.table--wrapper table tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.table--wrapper table td > div.multiple-line {
  display: flex;
  flex-flow: column wrap;
}
.table--wrapper table td > div.multiple-line span + span {
  color: #98A2B3;
  font-weight: 500;
  font-size: 13px;
}
.table--wrapper table td > div.label-strong {
  font-weight: 600 !important;
  opacity: 1 !important;
}
.table--wrapper table td.row--actions {
  text-align: end;
}
.table--wrapper table.indicateurs-table {
  table-layout: fixed;
}
.table--wrapper table.indicateurs-table th,
.table--wrapper table.indicateurs-table td {
  width: 1%;
}
.table--wrapper table.indicateurs-table th {
  font-size: 16px;
  color: #475467;
  font-weight: 700;
}
.table--wrapper table.indicateurs-table th .entite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.table--wrapper table.indicateurs-table td {
  text-align: center;
}
.table--wrapper table.indicateurs-table td.inError {
  background: #FEF3F2;
}
.table--wrapper table.indicateurs-table td.inError > div.icon {
  color: #F97066;
}
.table--wrapper table.indicateurs-table td > div.icon {
  font-size: 24px !important;
}
.table--wrapper .pagination {
  border-top: 1px solid #D0D5DD;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 12px 24px 16px 24px;
}
.table--wrapper .pagination > div > label {
  font-weight: 600;
  color: #344054;
  margin-right: 8px;
}
.table--wrapper .pagination--wrapper {
  display: flex;
}
.table--wrapper .pagination--wrapper > a {
  min-height: 40px;
  height: 40px;
}
.table--wrapper .pagination--wrapper > a:first-child {
  border-radius: 8px 0 0 8px;
}
.table--wrapper .pagination--wrapper > a:last-child {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid transparent;
}
.table--wrapper .pagination--wrapper > a:last-child:hover {
  border-left: 1px solid #98A2B3;
}
.table--wrapper .pagination--wrapper ol {
  display: flex;
}
.table--wrapper .pagination--wrapper ol li > a {
  border-left: 1px solid transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  margin: 0px !important;
  border-radius: 0px;
}
.table--wrapper .pagination--wrapper ol li > a:active,
.table--wrapper .pagination--wrapper ol li > a:focus {
  background: #D0D5DD;
}
.table--wrapper .pagination--wrapper ol .selected-page {
  background: #D0D5DD;
}

.overlay-loader {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.loading-wrapper {
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}
.loading-wrapper.gray50 {
  background-color: #F9FAFB;
}
.loading-wrapper.white {
  background-color: #ffffff;
}

.card.loader {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #F2F4F7;
  background: #ffffff;
  box-shadow: 0px 15px 4px -8px rgba(16, 24, 40, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
}
.card.loader .loading-wrapper {
  padding: 0px;
  height: auto;
  width: auto;
}
.card.loader .loader-text {
  color: #101828;
  font-size: 14px;
}
.card.loader .loader-text .title {
  font-weight: 600;
}
.card.loader .loader-text .text {
  font-weight: 400;
  max-width: 400px;
}

.loading-bar-spinner {
  z-index: 19 !important;
  animation: loading-bar-spinner 600ms linear infinite;
}
.loading-bar-spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 2px transparent;
  border-top-color: #09758E !important;
  border-left-color: #09758E !important;
  border-right-color: #09758E !important;
  border-radius: 50%;
}
.loading-bar-spinner .spinner-icon.small, .loading-bar-spinner .page-header .filter > a.spinner-icon, .page-header .loading-bar-spinner .filter > a.spinner-icon {
  width: 30px;
  height: 30px;
}
.loading-bar-spinner .spinner-icon.tiny {
  width: 20px;
  height: 20px;
}
.loading-bar-spinner .spinner-icon.large {
  width: 60px;
  height: 60px;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bell {
  position: relative;
  border-radius: 50%;
  margin: 0 1rem;
  height: 40px;
  width: 40px;
  border: none;
  background: #EAECF0;
}
.bell .bell-border,
.bell .icon,
.bell .datatable--container .datatable--wrapper .pagination--wrapper > a > span,
.datatable--container .datatable--wrapper .bell .pagination--wrapper > a > span,
.bell .table--wrapper .pagination--wrapper > a > span,
.table--wrapper .bell .pagination--wrapper > a > span {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bell .bell-border {
  height: 39px;
  width: 39px;
}
.bell .icon, .bell .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .bell .pagination--wrapper > a > span, .bell .table--wrapper .pagination--wrapper > a > span, .table--wrapper .bell .pagination--wrapper > a > span {
  color: #667085;
  font-size: 20px;
}
.bell.active {
  background: #09758E;
  box-shadow: -1px 2px 10px #999;
}
.bell.active .bell-border {
  animation-name: bord-pop;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
  border: 1px solid #09758E;
}
.bell.active .icon, .bell.active .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .bell.active .pagination--wrapper > a > span, .bell.active .table--wrapper .pagination--wrapper > a > span, .table--wrapper .bell.active .pagination--wrapper > a > span {
  color: #ffffff;
  animation-name: bell-ring;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.batch-notifications {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #EBF4F6;
  height: 38px;
}
.batch-notifications > .icon, .datatable--container .datatable--wrapper .pagination--wrapper > a.batch-notifications > span, .table--wrapper .pagination--wrapper > a.batch-notifications > span {
  font-size: 20px;
  color: #09758E;
}

@keyframes bord-pop {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}
@keyframes col {
  0% {
    transform: scale(1) translate(0, 0);
  }
  10% {
    transform: scale(1.1) translate(0, 0);
  }
  75% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes bell-ring {
  0% {
    transform: translate(-50%, -50%);
  }
  5%, 15% {
    transform: translate(-50%, -50%) rotate(25deg);
  }
  10%, 20% {
    transform: translate(-50%, -50%) rotate(-25deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.notification {
  top: 1rem;
  z-index: 1000;
  right: 1rem;
  position: absolute;
  max-width: 500px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.notification .alert .close {
  visibility: hidden;
  opacity: 0;
  transition: all 150ms ease-in-out;
  border: none;
  background: none;
  color: #101828;
  margin-left: auto;
  font-size: 1.2rem;
}
.notification .alert:hover .close, .notification .alert:focus .close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.datatable--container {
  overflow-y: auto;
  text-align: center;
}
.datatable--container .datatable--content {
  height: 100%;
}
.datatable--container .datatable--content .seach--row {
  background-color: #ffffff;
  position: sticky;
  top: 60px;
  z-index: 1;
}
.datatable--container .datatable--content .seach--row .search--cell {
  padding: 10px !important;
  border-bottom: 1px solid #D0D5DD;
}
.datatable--container .datatable--content .seach--row .search--cell .form-input {
  margin: 0px !important;
}
.datatable--container .datatable--wrapper {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  width: 100%;
  height: 100%;
  --datatable--wrapper-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.datatable--container .datatable--wrapper.no--border {
  border: none !important;
}
.datatable--container .datatable--wrapper.no--border thead,
.datatable--container .datatable--wrapper.no--border tbody,
.datatable--container .datatable--wrapper.no--border tr,
.datatable--container .datatable--wrapper.no--border th,
.datatable--container .datatable--wrapper.no--border td {
  border: none;
  border-radius: 0 0 0 0 !important;
}
.datatable--container .datatable--wrapper .header--table {
  height: 60px;
  max-height: 60px;
}
.datatable--container .datatable--wrapper table {
  width: 100%;
}
.datatable--container .datatable--wrapper table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #D0D5DD;
  align-items: center;
  text-align: start;
  vertical-align: middle;
  padding: 12px;
  padding-left: 16px;
  max-height: 58px;
  color: #101828;
  font-size: 12px;
  font-weight: 600;
  min-width: 150px;
}
.datatable--container .datatable--wrapper table > thead > tr > th.selector {
  width: 40px;
  max-width: 40px;
}
.datatable--container .datatable--wrapper table > thead > tr > th.ordered > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 12px;
}
.datatable--container .datatable--wrapper table > thead > tr > th.filtered {
  height: 100%;
  border: 1px solid #C3DDE3;
  border-top: none;
  border-radius: 8px 8px 0 0;
  background: #EBF4F6;
}
.datatable--container .datatable--wrapper table > thead > tr > th.filtered > div {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 12px;
  text-align: center;
  align-items: center;
  align-content: center;
}
.datatable--container .datatable--wrapper table > thead > tr > th:hover {
  cursor: pointer;
}
.datatable--container .datatable--wrapper table tbody {
  max-height: 70vh;
  overflow-y: auto;
  font-size: 14px;
}
.datatable--container .datatable--wrapper table > tbody > tr > td {
  height: 72px;
  padding: 16px;
  vertical-align: middle;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.td-center {
  display: flex;
  justify-content: center;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.entite {
  font-weight: 600;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.entite .row--avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.entite .row--avatar img {
  width: 60px;
  height: 30px;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.entite .row--avatar .no-logo {
  background-color: white;
  width: 60px;
  height: 30px;
  object-fit: cover;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.row--filter {
  border-left: 1px solid #C3DDE3;
  border-right: 1px solid #C3DDE3;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.compte-tiers {
  min-width: 300px !important;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.actions > .disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.datatable--container .datatable--wrapper table > tbody > tr > td.actions-batch {
  min-width: 50px;
}
.datatable--container .datatable--wrapper table > tbody > tr > td > input {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.datatable--container .datatable--wrapper table > tbody > tr > td:last-child {
  text-align: end;
}
.datatable--container .datatable--wrapper table > tbody > tr.expanded td {
  width: 1%;
  background: #ffffff;
  text-align: start !important;
  white-space: wrap;
  border-top: 1px dashed lightgrey;
  border-bottom: 1px dashed lightgrey;
  padding: 6px;
}
.datatable--container .datatable--wrapper table > tbody > tr.expanded td div.expand-content {
  padding: 0px 16px;
  max-height: 100px;
  position: relative;
  overflow-y: auto;
}
.datatable--container .datatable--wrapper table > tbody > tr.expanded td div.expand-content > span {
  max-width: 90%;
}
.datatable--container .datatable--wrapper table > tbody > tr.expanded td div.expand-content > a.btn, .datatable--container .datatable--wrapper table > tbody > tr.expanded td .page-header div.filter.expand-content > a, .page-header .datatable--container .datatable--wrapper table > tbody > tr.expanded td div.filter.expand-content > a, .datatable--container .datatable--wrapper table > tbody > tr.expanded td div.pagination--wrapper.expand-content > a {
  max-width: 10%;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.datatable--container .datatable--wrapper table > tbody > tr[disabled] {
  user-select: none;
}
.datatable--container .datatable--wrapper table > tbody > tr[disabled] > td {
  background: white;
  opacity: 0.4;
}
.datatable--container .datatable--wrapper table > tbody > tr[disabled] > td:last-child {
  opacity: 1;
}
.datatable--container .datatable--wrapper table > tbody > tr[disabled] > td > div.label-strong {
  opacity: 1;
}
.datatable--container .datatable--wrapper table > tbody > tr[disabled]:hover td {
  background-color: #ffffff;
}
.datatable--container .datatable--wrapper table > tbody > tr:hover td {
  background-color: #FCFCFD;
}
.datatable--container .datatable--wrapper table tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff;
}
.datatable--container .datatable--wrapper table td > div.multiple-line {
  display: flex;
  flex-flow: column wrap;
}
.datatable--container .datatable--wrapper table td > div.multiple-line span + span {
  color: #98A2B3;
  font-weight: 500;
  font-size: 13px;
}
.datatable--container .datatable--wrapper table td > div.label-strong {
  font-weight: 600 !important;
  opacity: 1 !important;
}
.datatable--container .datatable--wrapper table td.row--actions {
  text-align: end;
}
.datatable--container .datatable--wrapper table.indicateurs-table {
  table-layout: fixed;
}
.datatable--container .datatable--wrapper table.indicateurs-table th,
.datatable--container .datatable--wrapper table.indicateurs-table td {
  width: 1%;
}
.datatable--container .datatable--wrapper table.indicateurs-table th {
  font-size: 16px;
  color: #475467;
  font-weight: 700;
}
.datatable--container .datatable--wrapper table.indicateurs-table th .entite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.datatable--container .datatable--wrapper table.indicateurs-table td {
  text-align: center;
}
.datatable--container .datatable--wrapper table.indicateurs-table td.inError {
  background: #FEF3F2;
}
.datatable--container .datatable--wrapper table.indicateurs-table td.inError > div.icon {
  color: #F97066;
}
.datatable--container .datatable--wrapper table.indicateurs-table td > div.icon {
  font-size: 24px !important;
}
.datatable--container .datatable--wrapper .pagination {
  border-top: 1px solid #D0D5DD;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 12px 24px 16px 24px;
  background-color: #ffffff;
}
.datatable--container .datatable--wrapper .pagination > div > label {
  font-weight: 600;
  color: #344054;
  margin-right: 8px;
}
.datatable--container .datatable--wrapper .pagination--wrapper {
  display: flex;
}
.datatable--container .datatable--wrapper .pagination--wrapper > a {
  min-height: 40px;
  height: 40px;
}
.datatable--container .datatable--wrapper .pagination--wrapper > a:first-child {
  border-radius: 8px 0 0 8px;
}
.datatable--container .datatable--wrapper .pagination--wrapper > a:last-child {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid transparent;
}
.datatable--container .datatable--wrapper .pagination--wrapper > a:last-child:hover {
  border-left: 1px solid #98A2B3;
}
.datatable--container .datatable--wrapper .pagination--wrapper ol {
  display: flex;
}
.datatable--container .datatable--wrapper .pagination--wrapper ol li > a {
  border-left: 1px solid transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  margin: 0px !important;
  border-radius: 0px;
}
.datatable--container .datatable--wrapper .pagination--wrapper ol li > a:active,
.datatable--container .datatable--wrapper .pagination--wrapper ol li > a:focus {
  background: #D0D5DD;
}
.datatable--container .datatable--wrapper .pagination--wrapper ol .selected-page {
  background: #D0D5DD;
}

.logo-abcsr {
  background-image: url("../../img/reduced-abcsr.png");
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin-right: 5px;
  display: inline-flex;
}

.overlay_light {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 115;
  top: 0;
  left: 0;
}

.overlay-loader_light {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.loading-wrapper_light {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 0 !important;
}

.card-loader_light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.card-loader_light img {
  width: 80px;
  height: 80px;
}

.header--filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--filter > ul {
  display: flex;
  gap: 16px;
}
.header--filter > ul > li:active,
.header--filter > ul li:focus {
  background: #D0D5DD;
}
.header--filter_actions {
  display: flex;
  flex-direction: row;
  height: 35px;
  gap: 16px;
}

/* Sidebar : layout/_grid.scss */
.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* Navigation : layout/_navigation.scss */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--gap-small);
  overflow-y: auto;
}
.sidebar .btn-part-logo img {
  width: 60px;
  height: 30px;
}
.sidebar nav {
  color: #ffffff;
}
.sidebar nav h4 {
  text-transform: uppercase;
  font-size: calc(var(--font-size-small) * 1.5);
  font-style: normal;
  font-weight: 800;
}
.sidebar nav ul li a {
  display: flex;
  align-items: center;
  gap: var(--gap-medium);
  padding: var(--spacing-smallest) var(--spacing-smaller) var(--spacing-smallest) var(--spacing-smaller);
  font-size: calc(var(--font-size-small) * 1.5);
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  transition: all 150ms ease-in;
  margin-bottom: var(--spacing-extra-small);
}
.sidebar nav ul li a .badge {
  margin-left: auto;
}
.sidebar nav ul li a .icon, .sidebar nav ul li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .sidebar nav ul li .pagination--wrapper > a > span, .sidebar nav ul li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .sidebar nav ul li .pagination--wrapper > a > span {
  color: #ffffff;
}
.sidebar nav ul li a.active, .sidebar nav ul li a:hover, .sidebar nav ul li a:focus {
  background-color: #EBF4F6;
  color: #09758E;
}
.sidebar nav ul li a.active .icon, .sidebar nav ul li a.active .table--wrapper .pagination--wrapper > a > span, .table--wrapper .sidebar nav ul li a.active .pagination--wrapper > a > span, .sidebar nav ul li a.active .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .sidebar nav ul li a.active .pagination--wrapper > a > span, .sidebar nav ul li a:hover .icon, .sidebar nav ul li a:hover .table--wrapper .pagination--wrapper > a > span, .table--wrapper .sidebar nav ul li a:hover .pagination--wrapper > a > span, .sidebar nav ul li a:hover .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .sidebar nav ul li a:hover .pagination--wrapper > a > span, .sidebar nav ul li a:focus .icon, .sidebar nav ul li a:focus .table--wrapper .pagination--wrapper > a > span, .table--wrapper .sidebar nav ul li a:focus .pagination--wrapper > a > span, .sidebar nav ul li a:focus .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .sidebar nav ul li a:focus .pagination--wrapper > a > span {
  color: #388FA3;
}
.sidebar nav ul li ul {
  display: none;
}
.sidebar nav ul li ul.open {
  display: block;
}
.sidebar nav ul li ul li a:before {
  content: "\ea21";
  font-family: "abcsr";
  color: #D0D5DD;
  padding-left: var(--spacing-small);
}

/* Main structure */
body {
  font-family: "Inter";
  line-height: 1.4;
  color: #344054;
  background: url(../img/ui/bg.svg), #09758E;
  background-size: cover;
  background-repeat: no-repeat;
}

.app {
  min-height: 100lvh;
  overflow: hidden;
  overflow-y: auto;
}
.app.grid {
  display: grid;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .app.grid {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (min-width: 1441px) {
  .app.grid {
    grid-template-columns: 312px 1fr;
  }
}
.app.grid .sidebar {
  padding: var(--spacing-medium) var(--spacing-smaller) var(--spacing-medium) var(--spacing-smaller);
  background-color: transparent;
  height: 100lvh !important;
}
.app.grid main {
  height: 100lvh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow-y: auto;
}
@media only screen and (max-width: 1440px) {
  .app.grid main {
    width: calc(100lvw - 250px);
  }
}
@media only screen and (min-width: 1441px) {
  .app.grid main {
    width: calc(100lvw - 312px);
  }
}
.app.grid main > section.page-container {
  padding: var(--spacing-medium) var(--spacing-medium) var(--spacing-none) var(--spacing-smaller);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--gap-smallest);
}
@media (width < 1200px) {
  .app.grid main > section.page-container {
    padding: 16px;
  }
}

header {
  padding: var(--spacing-medium) var(--spacing-medium) var(--spacing-none) var(--spacing-smaller);
  position: sticky;
  top: calc(var(--spacing-medium) * -1);
  z-index: 110;
}
header .topbar {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  text-align: flex-start;
  background: #ffffff;
  padding: var(--spacing-small) var(--spacing-medium) var(--spacing-small) var(--spacing-medium);
  gap: var(--gap-smallest);
  border-bottom: 2px solid #EAECF0;
}
header .topbar--title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
header .topbar--title h1 {
  color: #09758E;
  font-size: calc(var(--font-size-largest) * 1.5);
  font-weight: normal;
}
header .topbar--actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--gap-smallest);
}
header .topbar--actions .form-input {
  margin-bottom: 0;
  flex: 1;
}

.panel-left {
  z-index: 50;
  position: fixed;
  width: 600px;
  top: 0;
  height: 100vh;
  left: 312px;
  background-color: #ffffff;
  padding: 32px;
  border-left: 1px solid #F2F4F7;
  overflow-y: hidden;
}
.panel-left .panel--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 16px;
}
.panel-left .panel--header--title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel-left .panel--header--title h2 {
  font-size: 24px;
  font-weight: 600;
}
.panel-left .panel--content {
  padding-top: 16px;
  overflow-y: auto;
  max-height: 90%;
}
.panel-left .panel--content .liste-structure a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #475467;
}
.panel-left .panel--content .liste-structure .has-child .open-caret {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/ui/caret.svg);
}
.panel-left .panel--content .liste-structure .has-child .close-caret {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/ui/caret-open.svg);
}
.panel-left .panel--content .liste-structure .entite--logo img {
  width: 60px;
  height: 30px;
}
.panel-left .panel--content .liste-structure li {
  padding-left: 0px;
}
.panel-left .panel--content .liste-structure li > ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure li ul > li {
  padding-left: 16px;
}
.panel-left .panel--content .liste-structure li ul > li ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure li ul > li ul > li {
  padding-left: 16px;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li {
  padding-left: 16px;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li ul > li {
  padding-left: 16px;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li ul > li ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li ul > li ul > li {
  padding-left: 16px;
}
.panel-left .panel--content .liste-structure li ul > li ul > li ul > li ul > li ul > li ul {
  background-image: url(../img/ui/trail.svg);
  background-repeat: repeat-y;
}
.panel-left .panel--content .liste-structure .tree_content {
  display: flex;
  align-items: center;
}
.panel-left .panel--content .liste-structure .tree_content > .avatar {
  margin-right: 10px;
}
.panel-left .panel--content .liste-result-entite {
  border: 1px solid #EAECF0;
}
.panel-left .panel--content .liste-result-entite > li {
  border-top: 1px solid #EAECF0;
}
.panel-left .panel--content .liste-result-entite > li:first-child {
  border-top: none;
}
.panel-left .panel--content .liste-result-entite > li a.entite {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  gap: 12px;
  color: #667085;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 150ms ease-in-out;
}
.panel-left .panel--content .liste-result-entite > li a.entite:hover {
  background-color: #EBF4F6;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--logo {
  display: flex;
  align-items: center;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--logo img {
  width: 60px;
  height: 30px;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--description h3 {
  font-size: 14px;
  font-weight: 600;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--description ul {
  display: flex;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--description ul li {
  font-size: 12px;
}
.panel-left .panel--content .liste-result-entite > li a.entite .entite--description ul li:not(:last-child):after {
  content: "/";
  margin: 0 3px;
}
.panel-left .panel--footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #EBF4F6;
}

.panel--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
}
.panel--header--title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel--header--title h2 {
  font-size: 24px;
  font-weight: 600;
}
.panel--header--action {
  display: flex;
}

.panel-right {
  z-index: 120;
  position: fixed;
  width: 600px;
  top: 0;
  height: 100vh;
  right: 0px;
  background-color: #F9FAFB;
  padding: 32px;
  overflow-y: scroll;
}
.panel-right .with-gap {
  margin-left: 4px;
}
.panel-right .panel--content {
  background: #ffffff;
}
.panel-right .panel--content .card.noradiusbottom {
  box-shadow: none;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-right .panel--content .card.noradiusbottom--content fieldset {
  padding: 0;
  border: 0;
  display: block;
}
.panel-right .panel--content .card.noradiusbottom--content fieldset legend {
  float: none;
  position: relative;
  color: #09758E;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
.panel-right .panel--content .panel--content--contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.panel-right .panel--content .card--content > .row {
  align-items: baseline;
}
.panel-right .panel--footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #EBF4F6;
}

.validation-message {
  color: red;
  padding: 8px 0;
  font-size: 14px;
}

.alert {
  display: flex;
  margin: 5px;
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.alert.positive {
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #6CE9A6;
  background: #F6FEF9;
}
.alert.positive > span:first-child {
  font-size: 20px;
  color: #039855;
}
.alert.positive > .alert--textwrapper {
  color: #039855;
  flex-direction: column;
  line-height: 20px;
  width: 100%;
}
.alert.positive > .alert--textwrapper > .alert--title {
  font-weight: 600;
}
.alert.positive > .alert--textwrapper > .alert--description {
  font-weight: 400;
}
.alert.positive .alert--count {
  background-color: #6CE9A6;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px;
}
.alert.error {
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #FDA29B;
  background: #FFFBFA;
}
.alert.error > span:first-child {
  font-size: 20px;
  color: #D92D20;
}
.alert.error > .alert--textwrapper {
  color: #D92D20;
  flex-direction: column;
  line-height: 20px;
  width: 100%;
}
.alert.error > .alert--textwrapper > .alert--title {
  font-weight: 600;
}
.alert.error > .alert--textwrapper > .alert--description {
  font-weight: 400;
}
.alert.error .alert--count {
  background-color: #FDA29B;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px;
}
.alert.warning {
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  border-color: #FEC84B;
  background: #FFFCF5;
}
.alert.warning > span:first-child {
  font-size: 20px;
  color: #DC6803;
}
.alert.warning > .alert--textwrapper {
  color: #DC6803;
  flex-direction: column;
  line-height: 20px;
  width: 100%;
}
.alert.warning > .alert--textwrapper > .alert--title {
  font-weight: 600;
}
.alert.warning > .alert--textwrapper > .alert--description {
  font-weight: 400;
}
.alert.warning .alert--count {
  background-color: #FEC84B;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px;
}

.breadcrumb {
  display: flex;
  list-style: none;
  width: 100%;
  padding: var(--spacing-smaller) var(--spacing-smaller) var(--spacing-smaller) var(--spacing-smaller);
  background: #EAECF0;
  border-radius: 8px 8px 0 0;
}
.breadcrumb > li {
  display: inline;
  margin: 0 5px;
  position: relative;
  /* Definition du séparateur entre les items du breadcrumb */
  /* On retire le "/" du premier élément uniquement */
  /* Définition du menu à ouvrir au hover de l'élément du breadcrumb */
  /* Menu s'ouvrant au hover de l'élément seulement si y'en à un */
}
.breadcrumb > li a {
  text-decoration: none;
  color: #1D2939;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  gap: var(--gap-smallest);
}
.breadcrumb > li a .icon, .breadcrumb > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .breadcrumb > li .pagination--wrapper > a > span, .breadcrumb > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .breadcrumb > li .pagination--wrapper > a > span {
  margin: auto;
}
.breadcrumb > li a .icon-down {
  display: block;
}
.breadcrumb > li a .icon-up {
  display: none;
}
.breadcrumb > li a:hover .icon-down {
  display: none;
}
.breadcrumb > li a:hover .icon-up {
  display: block;
}
.breadcrumb > li:last-child > a {
  font-weight: 600;
}
.breadcrumb > li::before {
  content: "/";
  margin-right: var(--spacing-small);
  margin-left: var(--spacing-medium);
  color: #D0D5DD;
}
.breadcrumb > li:first-child::before {
  content: "";
}
.breadcrumb > li > .breadcrumb-menu {
  font-size: calc(var(--font-size-smallest) * 1.5);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: var(--spacing-smaller) var(--spacing-smaller) var(--spacing-smaller) var(--spacing-smaller);
  width: 230px;
  height: auto;
  max-height: 320px;
  border: 1px solid #EAECF0;
  margin-left: var(--spacing-extra-large);
  border-radius: 8px;
  background: white;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  /* Overwrite du bouton pour qu'il prenne la totalité de la longueur */
}
.breadcrumb > li > .breadcrumb-menu a {
  padding: 8px 10px 8px 8px;
  width: 100%;
  justify-content: space-between;
  color: #101828 !important;
  /* Ajout d'un hover pour la selection d'un élément dans la liste */
}
.breadcrumb > li > .breadcrumb-menu a:hover {
  background: #F2F4F7;
  border-radius: 5px;
}
.breadcrumb > li:hover > .breadcrumb-menu {
  display: block;
}

.is-dropdown {
  position: relative;
}
.is-dropdown .dropdown {
  position: absolute;
  z-index: 100;
  border: 1px solid #EAECF0;
  min-width: 240px;
  background-color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  display: none;
  opacity: 0;
  border-radius: 8px;
  transition: all ease-in-out 150ms;
  transition: opacity 0.2s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.is-dropdown .dropdown.bottom {
  bottom: -10px;
}
.is-dropdown .dropdown.right {
  right: 0;
}
.is-dropdown .dropdown.left {
  left: 0;
}
.is-dropdown .dropdown.top {
  top: 100%;
}
.is-dropdown .dropdown nav ul {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.is-dropdown .dropdown nav ul li a {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
  color: #344054;
  border-radius: 6px;
}
.is-dropdown .dropdown nav ul li a:hover, .is-dropdown .dropdown nav ul li a:focus {
  background-color: #F2F4F7;
}
.is-dropdown.open .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
}

.chart-data {
  padding: 38px 0px 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 800px;
}
.chart-data tbody tr > td {
  padding: 0;
}
.chart-data tr,
.chart-data td {
  height: 40px;
}
.chart-data td:first-child {
  color: #475467;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 30%;
  padding-right: 20px;
}
.chart-data td:last-child {
  align-items: center;
  width: 70%;
  background-image: linear-gradient(to right, rgb(203, 213, 225) 1px, transparent 1px);
  background-size: 2%;
  background-position: center center;
}
.chart-data td:last-child.avancement_0 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_0 > div {
  width: 0%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_0::after {
  content: "0%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_1 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_1 > div {
  width: 1%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_1::after {
  content: "1%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_2 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_2 > div {
  width: 2%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_2::after {
  content: "2%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_3 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_3 > div {
  width: 3%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_3::after {
  content: "3%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_4 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_4 > div {
  width: 4%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_4::after {
  content: "4%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_5 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_5 > div {
  width: 5%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_5::after {
  content: "5%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_6 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_6 > div {
  width: 6%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_6::after {
  content: "6%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_7 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_7 > div {
  width: 7%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_7::after {
  content: "7%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_8 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_8 > div {
  width: 8%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_8::after {
  content: "8%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_9 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_9 > div {
  width: 9%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_9::after {
  content: "9%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_10 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_10 > div {
  width: 10%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_10::after {
  content: "10%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_11 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_11 > div {
  width: 11%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_11::after {
  content: "11%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_12 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_12 > div {
  width: 12%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_12::after {
  content: "12%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_13 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_13 > div {
  width: 13%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_13::after {
  content: "13%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_14 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_14 > div {
  width: 14%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_14::after {
  content: "14%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_15 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_15 > div {
  width: 15%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_15::after {
  content: "15%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_16 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_16 > div {
  width: 16%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_16::after {
  content: "16%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_17 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_17 > div {
  width: 17%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_17::after {
  content: "17%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_18 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_18 > div {
  width: 18%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_18::after {
  content: "18%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_19 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_19 > div {
  width: 19%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_19::after {
  content: "19%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_20 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_20 > div {
  width: 20%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_20::after {
  content: "20%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_21 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_21 > div {
  width: 21%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_21::after {
  content: "21%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_22 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_22 > div {
  width: 22%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_22::after {
  content: "22%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_23 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_23 > div {
  width: 23%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_23::after {
  content: "23%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_24 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_24 > div {
  width: 24%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_24::after {
  content: "24%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_25 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_25 > div {
  width: 25%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_25::after {
  content: "25%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_26 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_26 > div {
  width: 26%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_26::after {
  content: "26%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_27 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_27 > div {
  width: 27%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_27::after {
  content: "27%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_28 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_28 > div {
  width: 28%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_28::after {
  content: "28%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_29 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_29 > div {
  width: 29%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_29::after {
  content: "29%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_30 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_30 > div {
  width: 30%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_30::after {
  content: "30%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_31 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_31 > div {
  width: 31%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_31::after {
  content: "31%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_32 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_32 > div {
  width: 32%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_32::after {
  content: "32%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_33 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_33 > div {
  width: 33%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_33::after {
  content: "33%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_34 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_34 > div {
  width: 34%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_34::after {
  content: "34%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_35 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_35 > div {
  width: 35%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_35::after {
  content: "35%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_36 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_36 > div {
  width: 36%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_36::after {
  content: "36%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_37 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_37 > div {
  width: 37%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_37::after {
  content: "37%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_38 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_38 > div {
  width: 38%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_38::after {
  content: "38%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_39 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_39 > div {
  width: 39%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_39::after {
  content: "39%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_40 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_40 > div {
  width: 40%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_40::after {
  content: "40%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_41 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_41 > div {
  width: 41%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_41::after {
  content: "41%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_42 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_42 > div {
  width: 42%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_42::after {
  content: "42%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_43 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_43 > div {
  width: 43%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_43::after {
  content: "43%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_44 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_44 > div {
  width: 44%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_44::after {
  content: "44%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_45 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_45 > div {
  width: 45%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_45::after {
  content: "45%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_46 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_46 > div {
  width: 46%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_46::after {
  content: "46%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_47 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_47 > div {
  width: 47%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_47::after {
  content: "47%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_48 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_48 > div {
  width: 48%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_48::after {
  content: "48%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_49 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_49 > div {
  width: 49%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_49::after {
  content: "49%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_50 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_50 > div {
  width: 50%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_50::after {
  content: "50%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_51 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_51 > div {
  width: 51%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_51::after {
  content: "51%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_52 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_52 > div {
  width: 52%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_52::after {
  content: "52%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_53 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_53 > div {
  width: 53%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_53::after {
  content: "53%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_54 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_54 > div {
  width: 54%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_54::after {
  content: "54%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_55 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_55 > div {
  width: 55%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_55::after {
  content: "55%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_56 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_56 > div {
  width: 56%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_56::after {
  content: "56%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_57 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_57 > div {
  width: 57%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_57::after {
  content: "57%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_58 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_58 > div {
  width: 58%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_58::after {
  content: "58%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_59 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_59 > div {
  width: 59%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_59::after {
  content: "59%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_60 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_60 > div {
  width: 60%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_60::after {
  content: "60%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_61 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_61 > div {
  width: 61%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_61::after {
  content: "61%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_62 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_62 > div {
  width: 62%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_62::after {
  content: "62%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_63 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_63 > div {
  width: 63%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_63::after {
  content: "63%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_64 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_64 > div {
  width: 64%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_64::after {
  content: "64%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_65 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_65 > div {
  width: 65%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_65::after {
  content: "65%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_66 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_66 > div {
  width: 66%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_66::after {
  content: "66%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_67 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_67 > div {
  width: 67%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_67::after {
  content: "67%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_68 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_68 > div {
  width: 68%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_68::after {
  content: "68%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_69 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_69 > div {
  width: 69%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_69::after {
  content: "69%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_70 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_70 > div {
  width: 70%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_70::after {
  content: "70%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_71 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_71 > div {
  width: 71%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_71::after {
  content: "71%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_72 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_72 > div {
  width: 72%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_72::after {
  content: "72%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_73 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_73 > div {
  width: 73%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_73::after {
  content: "73%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_74 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_74 > div {
  width: 74%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_74::after {
  content: "74%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_75 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_75 > div {
  width: 75%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_75::after {
  content: "75%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_76 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_76 > div {
  width: 76%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_76::after {
  content: "76%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_77 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_77 > div {
  width: 77%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_77::after {
  content: "77%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_78 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_78 > div {
  width: 78%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_78::after {
  content: "78%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_79 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_79 > div {
  width: 79%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_79::after {
  content: "79%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_80 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_80 > div {
  width: 80%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_80::after {
  content: "80%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_81 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_81 > div {
  width: 81%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_81::after {
  content: "81%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_82 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_82 > div {
  width: 82%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_82::after {
  content: "82%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_83 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_83 > div {
  width: 83%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_83::after {
  content: "83%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_84 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_84 > div {
  width: 84%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_84::after {
  content: "84%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_85 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_85 > div {
  width: 85%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_85::after {
  content: "85%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_86 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_86 > div {
  width: 86%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_86::after {
  content: "86%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_87 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_87 > div {
  width: 87%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_87::after {
  content: "87%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_88 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_88 > div {
  width: 88%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_88::after {
  content: "88%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_89 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_89 > div {
  width: 89%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_89::after {
  content: "89%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_90 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_90 > div {
  width: 90%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_90::after {
  content: "90%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_91 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_91 > div {
  width: 91%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_91::after {
  content: "91%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_92 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_92 > div {
  width: 92%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_92::after {
  content: "92%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_93 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_93 > div {
  width: 93%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_93::after {
  content: "93%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_94 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_94 > div {
  width: 94%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_94::after {
  content: "94%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_95 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_95 > div {
  width: 95%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_95::after {
  content: "95%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_96 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_96 > div {
  width: 96%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_96::after {
  content: "96%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_97 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_97 > div {
  width: 97%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_97::after {
  content: "97%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_98 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_98 > div {
  width: 98%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_98::after {
  content: "98%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_99 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_99 > div {
  width: 99%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_99::after {
  content: "99%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.chart-data td:last-child.avancement_100 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-content: stretch;
  width: 100%;
  padding: 6px 0px !important;
}
.chart-data td:last-child.avancement_100 > div {
  width: 100%;
  height: 100%;
  background: #57A263;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chart-data td:last-child.avancement_100::after {
  content: "100%";
  color: #57A263;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.indicateurs-list.env {
  background: rgba(87, 162, 99, 0.2);
}
.indicateurs-list.env input:checked + label {
  border: 2px solid #57a263 !important;
  color: #57a263 !important;
}
.indicateurs-list.env input:checked + label .checked {
  border: 1px solid #57a263 !important;
  background: inherit;
}
.indicateurs-list.env input:checked + label .checked > .icon, .indicateurs-list.env input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.env input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.env input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.env input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.env {
  border-left: 4px solid #57a263 !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.env .title,
.panel-container.env .calcul {
  color: #57a263;
}
.panel-container.env .diagram .diagram-year .result-text {
  color: #57a263;
}
.panel-container.env .diagram .diagram-year .diagram-line {
  background-color: #57a263;
}
.panel-container.env .chart-data td:last-child::after {
  color: #57a263;
}
.panel-container.env .chart-data td:last-child > div {
  background: #57a263;
}
.panel-container.env .block > .header {
  background: rgba(87, 162, 99, 0.6);
}
.panel-container.env .block > .content {
  background: rgba(87, 162, 99, 0.4);
}

.module.env > .module-title {
  color: #57a263 !important;
}
.module.env .module-cards {
  background: rgba(87, 162, 99, 0.6);
}
.module.env .module-cards .note {
  color: #57a263;
}
.module.env .progress .progress-bar-0 {
  background: #57a263;
}
.module.env .progress .progress-bar-1 {
  background: #57a263;
}
.module.env .progress .progress-bar-2 {
  background: #57a263;
}
.module.env .progress .progress-bar-3 {
  background: #57a263;
}
.module.env .progress .progress-bar-4 {
  background: #57a263;
}
.module.env .progress .progress-bar-5 {
  background: #57a263;
}
.module.env .progress .progress-bar-6 {
  background: #57a263;
}
.module.env .progress .progress-bar-7 {
  background: #57a263;
}
.module.env .progress .progress-bar-8 {
  background: #57a263;
}
.module.env .progress .progress-bar-9 {
  background: #57a263;
}
.module.env .progress .progress-bar-10 {
  background: #57a263;
}
.module.env .progress .progress-bar-11 {
  background: #57a263;
}
.module.env .progress .progress-bar-12 {
  background: #57a263;
}
.module.env .progress .progress-bar-13 {
  background: #57a263;
}
.module.env .progress .progress-bar-14 {
  background: #57a263;
}
.module.env .progress .progress-bar-15 {
  background: #57a263;
}
.module.env .progress .progress-bar-16 {
  background: #57a263;
}
.module.env .progress .progress-bar-17 {
  background: #57a263;
}
.module.env .progress .progress-bar-18 {
  background: #57a263;
}
.module.env .progress .progress-bar-19 {
  background: #57a263;
}
.module.env .progress .progress-bar-20 {
  background: #57a263;
}
.module.env .progress .progress-bar-21 {
  background: #57a263;
}
.module.env .progress .progress-bar-22 {
  background: #57a263;
}
.module.env .progress .progress-bar-23 {
  background: #57a263;
}
.module.env .progress .progress-bar-24 {
  background: #57a263;
}
.module.env .progress .progress-bar-25 {
  background: #57a263;
}
.module.env .progress .progress-bar-26 {
  background: #57a263;
}
.module.env .progress .progress-bar-27 {
  background: #57a263;
}
.module.env .progress .progress-bar-28 {
  background: #57a263;
}
.module.env .progress .progress-bar-29 {
  background: #57a263;
}
.module.env .progress .progress-bar-30 {
  background: #57a263;
}
.module.env .progress .progress-bar-31 {
  background: #57a263;
}
.module.env .progress .progress-bar-32 {
  background: #57a263;
}
.module.env .progress .progress-bar-33 {
  background: #57a263;
}
.module.env .progress .progress-bar-34 {
  background: #57a263;
}
.module.env .progress .progress-bar-35 {
  background: #57a263;
}
.module.env .progress .progress-bar-36 {
  background: #57a263;
}
.module.env .progress .progress-bar-37 {
  background: #57a263;
}
.module.env .progress .progress-bar-38 {
  background: #57a263;
}
.module.env .progress .progress-bar-39 {
  background: #57a263;
}
.module.env .progress .progress-bar-40 {
  background: #57a263;
}
.module.env .progress .progress-bar-41 {
  background: #57a263;
}
.module.env .progress .progress-bar-42 {
  background: #57a263;
}
.module.env .progress .progress-bar-43 {
  background: #57a263;
}
.module.env .progress .progress-bar-44 {
  background: #57a263;
}
.module.env .progress .progress-bar-45 {
  background: #57a263;
}
.module.env .progress .progress-bar-46 {
  background: #57a263;
}
.module.env .progress .progress-bar-47 {
  background: #57a263;
}
.module.env .progress .progress-bar-48 {
  background: #57a263;
}
.module.env .progress .progress-bar-49 {
  background: #57a263;
}
.module.env .progress .progress-bar-50 {
  background: #57a263;
}
.module.env .progress .progress-bar-51 {
  background: #57a263;
}
.module.env .progress .progress-bar-52 {
  background: #57a263;
}
.module.env .progress .progress-bar-53 {
  background: #57a263;
}
.module.env .progress .progress-bar-54 {
  background: #57a263;
}
.module.env .progress .progress-bar-55 {
  background: #57a263;
}
.module.env .progress .progress-bar-56 {
  background: #57a263;
}
.module.env .progress .progress-bar-57 {
  background: #57a263;
}
.module.env .progress .progress-bar-58 {
  background: #57a263;
}
.module.env .progress .progress-bar-59 {
  background: #57a263;
}
.module.env .progress .progress-bar-60 {
  background: #57a263;
}
.module.env .progress .progress-bar-61 {
  background: #57a263;
}
.module.env .progress .progress-bar-62 {
  background: #57a263;
}
.module.env .progress .progress-bar-63 {
  background: #57a263;
}
.module.env .progress .progress-bar-64 {
  background: #57a263;
}
.module.env .progress .progress-bar-65 {
  background: #57a263;
}
.module.env .progress .progress-bar-66 {
  background: #57a263;
}
.module.env .progress .progress-bar-67 {
  background: #57a263;
}
.module.env .progress .progress-bar-68 {
  background: #57a263;
}
.module.env .progress .progress-bar-69 {
  background: #57a263;
}
.module.env .progress .progress-bar-70 {
  background: #57a263;
}
.module.env .progress .progress-bar-71 {
  background: #57a263;
}
.module.env .progress .progress-bar-72 {
  background: #57a263;
}
.module.env .progress .progress-bar-73 {
  background: #57a263;
}
.module.env .progress .progress-bar-74 {
  background: #57a263;
}
.module.env .progress .progress-bar-75 {
  background: #57a263;
}
.module.env .progress .progress-bar-76 {
  background: #57a263;
}
.module.env .progress .progress-bar-77 {
  background: #57a263;
}
.module.env .progress .progress-bar-78 {
  background: #57a263;
}
.module.env .progress .progress-bar-79 {
  background: #57a263;
}
.module.env .progress .progress-bar-80 {
  background: #57a263;
}
.module.env .progress .progress-bar-81 {
  background: #57a263;
}
.module.env .progress .progress-bar-82 {
  background: #57a263;
}
.module.env .progress .progress-bar-83 {
  background: #57a263;
}
.module.env .progress .progress-bar-84 {
  background: #57a263;
}
.module.env .progress .progress-bar-85 {
  background: #57a263;
}
.module.env .progress .progress-bar-86 {
  background: #57a263;
}
.module.env .progress .progress-bar-87 {
  background: #57a263;
}
.module.env .progress .progress-bar-88 {
  background: #57a263;
}
.module.env .progress .progress-bar-89 {
  background: #57a263;
}
.module.env .progress .progress-bar-90 {
  background: #57a263;
}
.module.env .progress .progress-bar-91 {
  background: #57a263;
}
.module.env .progress .progress-bar-92 {
  background: #57a263;
}
.module.env .progress .progress-bar-93 {
  background: #57a263;
}
.module.env .progress .progress-bar-94 {
  background: #57a263;
}
.module.env .progress .progress-bar-95 {
  background: #57a263;
}
.module.env .progress .progress-bar-96 {
  background: #57a263;
}
.module.env .progress .progress-bar-97 {
  background: #57a263;
}
.module.env .progress .progress-bar-98 {
  background: #57a263;
}
.module.env .progress .progress-bar-99 {
  background: #57a263;
}
.module.env .progress .progress-bar-100 {
  background: #57a263;
}

.cardUnit.env {
  color: #57a263 !important;
}

.odd-container dt.env {
  color: #57a263;
}
.odd-container dt.env + ul > li::marker {
  color: #57a263;
}

details.env:has(summary > div.dot) .dot {
  background: #57a263;
}

.dot.env {
  background: #57a263;
}

.badge.env {
  background: rgba(87, 162, 99, 0.2);
}

.progress-panel_header.env {
  color: #57a263 !important;
  background-color: #ffffff;
}
.progress-panel_header.env label {
  color: #ffffff !important;
  background-color: #57a263 !important;
}

.indicateurs-list.soc {
  background: rgba(105, 65, 198, 0.2);
}
.indicateurs-list.soc input:checked + label {
  border: 2px solid #6941c6 !important;
  color: #6941c6 !important;
}
.indicateurs-list.soc input:checked + label .checked {
  border: 1px solid #6941c6 !important;
  background: inherit;
}
.indicateurs-list.soc input:checked + label .checked > .icon, .indicateurs-list.soc input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.soc input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.soc input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.soc input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.soc {
  border-left: 4px solid #6941c6 !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.soc .title,
.panel-container.soc .calcul {
  color: #6941c6;
}
.panel-container.soc .diagram .diagram-year .result-text {
  color: #6941c6;
}
.panel-container.soc .diagram .diagram-year .diagram-line {
  background-color: #6941c6;
}
.panel-container.soc .chart-data td:last-child::after {
  color: #6941c6;
}
.panel-container.soc .chart-data td:last-child > div {
  background: #6941c6;
}
.panel-container.soc .block > .header {
  background: rgba(105, 65, 198, 0.6);
}
.panel-container.soc .block > .content {
  background: rgba(105, 65, 198, 0.4);
}

.module.soc > .module-title {
  color: #6941c6 !important;
}
.module.soc .module-cards {
  background: rgba(105, 65, 198, 0.6);
}
.module.soc .module-cards .note {
  color: #6941c6;
}
.module.soc .progress .progress-bar-0 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-1 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-2 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-3 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-4 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-5 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-6 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-7 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-8 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-9 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-10 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-11 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-12 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-13 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-14 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-15 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-16 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-17 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-18 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-19 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-20 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-21 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-22 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-23 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-24 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-25 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-26 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-27 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-28 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-29 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-30 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-31 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-32 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-33 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-34 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-35 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-36 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-37 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-38 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-39 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-40 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-41 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-42 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-43 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-44 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-45 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-46 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-47 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-48 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-49 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-50 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-51 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-52 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-53 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-54 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-55 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-56 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-57 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-58 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-59 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-60 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-61 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-62 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-63 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-64 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-65 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-66 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-67 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-68 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-69 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-70 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-71 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-72 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-73 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-74 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-75 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-76 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-77 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-78 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-79 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-80 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-81 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-82 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-83 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-84 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-85 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-86 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-87 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-88 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-89 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-90 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-91 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-92 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-93 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-94 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-95 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-96 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-97 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-98 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-99 {
  background: #6941c6;
}
.module.soc .progress .progress-bar-100 {
  background: #6941c6;
}

.cardUnit.soc {
  color: #6941c6 !important;
}

.odd-container dt.soc {
  color: #6941c6;
}
.odd-container dt.soc + ul > li::marker {
  color: #6941c6;
}

details.soc:has(summary > div.dot) .dot {
  background: #6941c6;
}

.dot.soc {
  background: #6941c6;
}

.badge.soc {
  background: rgba(105, 65, 198, 0.2);
}

.progress-panel_header.soc {
  color: #6941c6 !important;
  background-color: #ffffff;
}
.progress-panel_header.soc label {
  color: #ffffff !important;
  background-color: #6941c6 !important;
}

.indicateurs-list.lab {
  background: rgba(215, 78, 74, 0.2);
}
.indicateurs-list.lab input:checked + label {
  border: 2px solid #d74e4a !important;
  color: #d74e4a !important;
}
.indicateurs-list.lab input:checked + label .checked {
  border: 1px solid #d74e4a !important;
  background: inherit;
}
.indicateurs-list.lab input:checked + label .checked > .icon, .indicateurs-list.lab input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.lab input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.lab input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.lab input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.lab {
  border-left: 4px solid #d74e4a !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.lab .title,
.panel-container.lab .calcul {
  color: #d74e4a;
}
.panel-container.lab .diagram .diagram-year .result-text {
  color: #d74e4a;
}
.panel-container.lab .diagram .diagram-year .diagram-line {
  background-color: #d74e4a;
}
.panel-container.lab .chart-data td:last-child::after {
  color: #d74e4a;
}
.panel-container.lab .chart-data td:last-child > div {
  background: #d74e4a;
}
.panel-container.lab .block > .header {
  background: rgba(215, 78, 74, 0.6);
}
.panel-container.lab .block > .content {
  background: rgba(215, 78, 74, 0.4);
}

.module.lab > .module-title {
  color: #d74e4a !important;
}
.module.lab .module-cards {
  background: rgba(215, 78, 74, 0.6);
}
.module.lab .module-cards .note {
  color: #d74e4a;
}
.module.lab .progress .progress-bar-0 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-1 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-2 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-3 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-4 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-5 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-6 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-7 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-8 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-9 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-10 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-11 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-12 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-13 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-14 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-15 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-16 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-17 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-18 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-19 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-20 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-21 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-22 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-23 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-24 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-25 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-26 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-27 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-28 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-29 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-30 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-31 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-32 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-33 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-34 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-35 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-36 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-37 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-38 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-39 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-40 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-41 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-42 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-43 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-44 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-45 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-46 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-47 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-48 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-49 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-50 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-51 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-52 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-53 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-54 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-55 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-56 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-57 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-58 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-59 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-60 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-61 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-62 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-63 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-64 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-65 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-66 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-67 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-68 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-69 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-70 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-71 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-72 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-73 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-74 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-75 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-76 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-77 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-78 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-79 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-80 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-81 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-82 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-83 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-84 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-85 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-86 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-87 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-88 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-89 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-90 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-91 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-92 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-93 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-94 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-95 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-96 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-97 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-98 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-99 {
  background: #d74e4a;
}
.module.lab .progress .progress-bar-100 {
  background: #d74e4a;
}

.cardUnit.lab {
  color: #d74e4a !important;
}

.odd-container dt.lab {
  color: #d74e4a;
}
.odd-container dt.lab + ul > li::marker {
  color: #d74e4a;
}

details.lab:has(summary > div.dot) .dot {
  background: #d74e4a;
}

.dot.lab {
  background: #d74e4a;
}

.badge.lab {
  background: rgba(215, 78, 74, 0.2);
}

.progress-panel_header.lab {
  color: #d74e4a !important;
  background-color: #ffffff;
}
.progress-panel_header.lab label {
  color: #ffffff !important;
  background-color: #d74e4a !important;
}

.indicateurs-list.gov {
  background: rgba(210, 145, 144, 0.2);
}
.indicateurs-list.gov input:checked + label {
  border: 2px solid #d29190 !important;
  color: #d29190 !important;
}
.indicateurs-list.gov input:checked + label .checked {
  border: 1px solid #d29190 !important;
  background: inherit;
}
.indicateurs-list.gov input:checked + label .checked > .icon, .indicateurs-list.gov input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.gov input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.gov input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.gov input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.gov {
  border-left: 4px solid #d29190 !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.gov .title,
.panel-container.gov .calcul {
  color: #d29190;
}
.panel-container.gov .diagram .diagram-year .result-text {
  color: #d29190;
}
.panel-container.gov .diagram .diagram-year .diagram-line {
  background-color: #d29190;
}
.panel-container.gov .chart-data td:last-child::after {
  color: #d29190;
}
.panel-container.gov .chart-data td:last-child > div {
  background: #d29190;
}
.panel-container.gov .block > .header {
  background: rgba(210, 145, 144, 0.6);
}
.panel-container.gov .block > .content {
  background: rgba(210, 145, 144, 0.4);
}

.module.gov > .module-title {
  color: #d29190 !important;
}
.module.gov .module-cards {
  background: rgba(210, 145, 144, 0.6);
}
.module.gov .module-cards .note {
  color: #d29190;
}
.module.gov .progress .progress-bar-0 {
  background: #d29190;
}
.module.gov .progress .progress-bar-1 {
  background: #d29190;
}
.module.gov .progress .progress-bar-2 {
  background: #d29190;
}
.module.gov .progress .progress-bar-3 {
  background: #d29190;
}
.module.gov .progress .progress-bar-4 {
  background: #d29190;
}
.module.gov .progress .progress-bar-5 {
  background: #d29190;
}
.module.gov .progress .progress-bar-6 {
  background: #d29190;
}
.module.gov .progress .progress-bar-7 {
  background: #d29190;
}
.module.gov .progress .progress-bar-8 {
  background: #d29190;
}
.module.gov .progress .progress-bar-9 {
  background: #d29190;
}
.module.gov .progress .progress-bar-10 {
  background: #d29190;
}
.module.gov .progress .progress-bar-11 {
  background: #d29190;
}
.module.gov .progress .progress-bar-12 {
  background: #d29190;
}
.module.gov .progress .progress-bar-13 {
  background: #d29190;
}
.module.gov .progress .progress-bar-14 {
  background: #d29190;
}
.module.gov .progress .progress-bar-15 {
  background: #d29190;
}
.module.gov .progress .progress-bar-16 {
  background: #d29190;
}
.module.gov .progress .progress-bar-17 {
  background: #d29190;
}
.module.gov .progress .progress-bar-18 {
  background: #d29190;
}
.module.gov .progress .progress-bar-19 {
  background: #d29190;
}
.module.gov .progress .progress-bar-20 {
  background: #d29190;
}
.module.gov .progress .progress-bar-21 {
  background: #d29190;
}
.module.gov .progress .progress-bar-22 {
  background: #d29190;
}
.module.gov .progress .progress-bar-23 {
  background: #d29190;
}
.module.gov .progress .progress-bar-24 {
  background: #d29190;
}
.module.gov .progress .progress-bar-25 {
  background: #d29190;
}
.module.gov .progress .progress-bar-26 {
  background: #d29190;
}
.module.gov .progress .progress-bar-27 {
  background: #d29190;
}
.module.gov .progress .progress-bar-28 {
  background: #d29190;
}
.module.gov .progress .progress-bar-29 {
  background: #d29190;
}
.module.gov .progress .progress-bar-30 {
  background: #d29190;
}
.module.gov .progress .progress-bar-31 {
  background: #d29190;
}
.module.gov .progress .progress-bar-32 {
  background: #d29190;
}
.module.gov .progress .progress-bar-33 {
  background: #d29190;
}
.module.gov .progress .progress-bar-34 {
  background: #d29190;
}
.module.gov .progress .progress-bar-35 {
  background: #d29190;
}
.module.gov .progress .progress-bar-36 {
  background: #d29190;
}
.module.gov .progress .progress-bar-37 {
  background: #d29190;
}
.module.gov .progress .progress-bar-38 {
  background: #d29190;
}
.module.gov .progress .progress-bar-39 {
  background: #d29190;
}
.module.gov .progress .progress-bar-40 {
  background: #d29190;
}
.module.gov .progress .progress-bar-41 {
  background: #d29190;
}
.module.gov .progress .progress-bar-42 {
  background: #d29190;
}
.module.gov .progress .progress-bar-43 {
  background: #d29190;
}
.module.gov .progress .progress-bar-44 {
  background: #d29190;
}
.module.gov .progress .progress-bar-45 {
  background: #d29190;
}
.module.gov .progress .progress-bar-46 {
  background: #d29190;
}
.module.gov .progress .progress-bar-47 {
  background: #d29190;
}
.module.gov .progress .progress-bar-48 {
  background: #d29190;
}
.module.gov .progress .progress-bar-49 {
  background: #d29190;
}
.module.gov .progress .progress-bar-50 {
  background: #d29190;
}
.module.gov .progress .progress-bar-51 {
  background: #d29190;
}
.module.gov .progress .progress-bar-52 {
  background: #d29190;
}
.module.gov .progress .progress-bar-53 {
  background: #d29190;
}
.module.gov .progress .progress-bar-54 {
  background: #d29190;
}
.module.gov .progress .progress-bar-55 {
  background: #d29190;
}
.module.gov .progress .progress-bar-56 {
  background: #d29190;
}
.module.gov .progress .progress-bar-57 {
  background: #d29190;
}
.module.gov .progress .progress-bar-58 {
  background: #d29190;
}
.module.gov .progress .progress-bar-59 {
  background: #d29190;
}
.module.gov .progress .progress-bar-60 {
  background: #d29190;
}
.module.gov .progress .progress-bar-61 {
  background: #d29190;
}
.module.gov .progress .progress-bar-62 {
  background: #d29190;
}
.module.gov .progress .progress-bar-63 {
  background: #d29190;
}
.module.gov .progress .progress-bar-64 {
  background: #d29190;
}
.module.gov .progress .progress-bar-65 {
  background: #d29190;
}
.module.gov .progress .progress-bar-66 {
  background: #d29190;
}
.module.gov .progress .progress-bar-67 {
  background: #d29190;
}
.module.gov .progress .progress-bar-68 {
  background: #d29190;
}
.module.gov .progress .progress-bar-69 {
  background: #d29190;
}
.module.gov .progress .progress-bar-70 {
  background: #d29190;
}
.module.gov .progress .progress-bar-71 {
  background: #d29190;
}
.module.gov .progress .progress-bar-72 {
  background: #d29190;
}
.module.gov .progress .progress-bar-73 {
  background: #d29190;
}
.module.gov .progress .progress-bar-74 {
  background: #d29190;
}
.module.gov .progress .progress-bar-75 {
  background: #d29190;
}
.module.gov .progress .progress-bar-76 {
  background: #d29190;
}
.module.gov .progress .progress-bar-77 {
  background: #d29190;
}
.module.gov .progress .progress-bar-78 {
  background: #d29190;
}
.module.gov .progress .progress-bar-79 {
  background: #d29190;
}
.module.gov .progress .progress-bar-80 {
  background: #d29190;
}
.module.gov .progress .progress-bar-81 {
  background: #d29190;
}
.module.gov .progress .progress-bar-82 {
  background: #d29190;
}
.module.gov .progress .progress-bar-83 {
  background: #d29190;
}
.module.gov .progress .progress-bar-84 {
  background: #d29190;
}
.module.gov .progress .progress-bar-85 {
  background: #d29190;
}
.module.gov .progress .progress-bar-86 {
  background: #d29190;
}
.module.gov .progress .progress-bar-87 {
  background: #d29190;
}
.module.gov .progress .progress-bar-88 {
  background: #d29190;
}
.module.gov .progress .progress-bar-89 {
  background: #d29190;
}
.module.gov .progress .progress-bar-90 {
  background: #d29190;
}
.module.gov .progress .progress-bar-91 {
  background: #d29190;
}
.module.gov .progress .progress-bar-92 {
  background: #d29190;
}
.module.gov .progress .progress-bar-93 {
  background: #d29190;
}
.module.gov .progress .progress-bar-94 {
  background: #d29190;
}
.module.gov .progress .progress-bar-95 {
  background: #d29190;
}
.module.gov .progress .progress-bar-96 {
  background: #d29190;
}
.module.gov .progress .progress-bar-97 {
  background: #d29190;
}
.module.gov .progress .progress-bar-98 {
  background: #d29190;
}
.module.gov .progress .progress-bar-99 {
  background: #d29190;
}
.module.gov .progress .progress-bar-100 {
  background: #d29190;
}

.cardUnit.gov {
  color: #d29190 !important;
}

.odd-container dt.gov {
  color: #d29190;
}
.odd-container dt.gov + ul > li::marker {
  color: #d29190;
}

details.gov:has(summary > div.dot) .dot {
  background: #d29190;
}

.dot.gov {
  background: #d29190;
}

.badge.gov {
  background: rgba(210, 145, 144, 0.2);
}

.progress-panel_header.gov {
  color: #d29190 !important;
  background-color: #ffffff;
}
.progress-panel_header.gov label {
  color: #ffffff !important;
  background-color: #d29190 !important;
}

.indicateurs-list.fai {
  background: rgba(237, 177, 67, 0.2);
}
.indicateurs-list.fai input:checked + label {
  border: 2px solid #edb143 !important;
  color: #edb143 !important;
}
.indicateurs-list.fai input:checked + label .checked {
  border: 1px solid #edb143 !important;
  background: inherit;
}
.indicateurs-list.fai input:checked + label .checked > .icon, .indicateurs-list.fai input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.fai input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.fai input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.fai input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.fai {
  border-left: 4px solid #edb143 !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.fai .title,
.panel-container.fai .calcul {
  color: #edb143;
}
.panel-container.fai .diagram .diagram-year .result-text {
  color: #edb143;
}
.panel-container.fai .diagram .diagram-year .diagram-line {
  background-color: #edb143;
}
.panel-container.fai .chart-data td:last-child::after {
  color: #edb143;
}
.panel-container.fai .chart-data td:last-child > div {
  background: #edb143;
}
.panel-container.fai .block > .header {
  background: rgba(237, 177, 67, 0.6);
}
.panel-container.fai .block > .content {
  background: rgba(237, 177, 67, 0.4);
}

.module.fai > .module-title {
  color: #edb143 !important;
}
.module.fai .module-cards {
  background: rgba(237, 177, 67, 0.6);
}
.module.fai .module-cards .note {
  color: #edb143;
}
.module.fai .progress .progress-bar-0 {
  background: #edb143;
}
.module.fai .progress .progress-bar-1 {
  background: #edb143;
}
.module.fai .progress .progress-bar-2 {
  background: #edb143;
}
.module.fai .progress .progress-bar-3 {
  background: #edb143;
}
.module.fai .progress .progress-bar-4 {
  background: #edb143;
}
.module.fai .progress .progress-bar-5 {
  background: #edb143;
}
.module.fai .progress .progress-bar-6 {
  background: #edb143;
}
.module.fai .progress .progress-bar-7 {
  background: #edb143;
}
.module.fai .progress .progress-bar-8 {
  background: #edb143;
}
.module.fai .progress .progress-bar-9 {
  background: #edb143;
}
.module.fai .progress .progress-bar-10 {
  background: #edb143;
}
.module.fai .progress .progress-bar-11 {
  background: #edb143;
}
.module.fai .progress .progress-bar-12 {
  background: #edb143;
}
.module.fai .progress .progress-bar-13 {
  background: #edb143;
}
.module.fai .progress .progress-bar-14 {
  background: #edb143;
}
.module.fai .progress .progress-bar-15 {
  background: #edb143;
}
.module.fai .progress .progress-bar-16 {
  background: #edb143;
}
.module.fai .progress .progress-bar-17 {
  background: #edb143;
}
.module.fai .progress .progress-bar-18 {
  background: #edb143;
}
.module.fai .progress .progress-bar-19 {
  background: #edb143;
}
.module.fai .progress .progress-bar-20 {
  background: #edb143;
}
.module.fai .progress .progress-bar-21 {
  background: #edb143;
}
.module.fai .progress .progress-bar-22 {
  background: #edb143;
}
.module.fai .progress .progress-bar-23 {
  background: #edb143;
}
.module.fai .progress .progress-bar-24 {
  background: #edb143;
}
.module.fai .progress .progress-bar-25 {
  background: #edb143;
}
.module.fai .progress .progress-bar-26 {
  background: #edb143;
}
.module.fai .progress .progress-bar-27 {
  background: #edb143;
}
.module.fai .progress .progress-bar-28 {
  background: #edb143;
}
.module.fai .progress .progress-bar-29 {
  background: #edb143;
}
.module.fai .progress .progress-bar-30 {
  background: #edb143;
}
.module.fai .progress .progress-bar-31 {
  background: #edb143;
}
.module.fai .progress .progress-bar-32 {
  background: #edb143;
}
.module.fai .progress .progress-bar-33 {
  background: #edb143;
}
.module.fai .progress .progress-bar-34 {
  background: #edb143;
}
.module.fai .progress .progress-bar-35 {
  background: #edb143;
}
.module.fai .progress .progress-bar-36 {
  background: #edb143;
}
.module.fai .progress .progress-bar-37 {
  background: #edb143;
}
.module.fai .progress .progress-bar-38 {
  background: #edb143;
}
.module.fai .progress .progress-bar-39 {
  background: #edb143;
}
.module.fai .progress .progress-bar-40 {
  background: #edb143;
}
.module.fai .progress .progress-bar-41 {
  background: #edb143;
}
.module.fai .progress .progress-bar-42 {
  background: #edb143;
}
.module.fai .progress .progress-bar-43 {
  background: #edb143;
}
.module.fai .progress .progress-bar-44 {
  background: #edb143;
}
.module.fai .progress .progress-bar-45 {
  background: #edb143;
}
.module.fai .progress .progress-bar-46 {
  background: #edb143;
}
.module.fai .progress .progress-bar-47 {
  background: #edb143;
}
.module.fai .progress .progress-bar-48 {
  background: #edb143;
}
.module.fai .progress .progress-bar-49 {
  background: #edb143;
}
.module.fai .progress .progress-bar-50 {
  background: #edb143;
}
.module.fai .progress .progress-bar-51 {
  background: #edb143;
}
.module.fai .progress .progress-bar-52 {
  background: #edb143;
}
.module.fai .progress .progress-bar-53 {
  background: #edb143;
}
.module.fai .progress .progress-bar-54 {
  background: #edb143;
}
.module.fai .progress .progress-bar-55 {
  background: #edb143;
}
.module.fai .progress .progress-bar-56 {
  background: #edb143;
}
.module.fai .progress .progress-bar-57 {
  background: #edb143;
}
.module.fai .progress .progress-bar-58 {
  background: #edb143;
}
.module.fai .progress .progress-bar-59 {
  background: #edb143;
}
.module.fai .progress .progress-bar-60 {
  background: #edb143;
}
.module.fai .progress .progress-bar-61 {
  background: #edb143;
}
.module.fai .progress .progress-bar-62 {
  background: #edb143;
}
.module.fai .progress .progress-bar-63 {
  background: #edb143;
}
.module.fai .progress .progress-bar-64 {
  background: #edb143;
}
.module.fai .progress .progress-bar-65 {
  background: #edb143;
}
.module.fai .progress .progress-bar-66 {
  background: #edb143;
}
.module.fai .progress .progress-bar-67 {
  background: #edb143;
}
.module.fai .progress .progress-bar-68 {
  background: #edb143;
}
.module.fai .progress .progress-bar-69 {
  background: #edb143;
}
.module.fai .progress .progress-bar-70 {
  background: #edb143;
}
.module.fai .progress .progress-bar-71 {
  background: #edb143;
}
.module.fai .progress .progress-bar-72 {
  background: #edb143;
}
.module.fai .progress .progress-bar-73 {
  background: #edb143;
}
.module.fai .progress .progress-bar-74 {
  background: #edb143;
}
.module.fai .progress .progress-bar-75 {
  background: #edb143;
}
.module.fai .progress .progress-bar-76 {
  background: #edb143;
}
.module.fai .progress .progress-bar-77 {
  background: #edb143;
}
.module.fai .progress .progress-bar-78 {
  background: #edb143;
}
.module.fai .progress .progress-bar-79 {
  background: #edb143;
}
.module.fai .progress .progress-bar-80 {
  background: #edb143;
}
.module.fai .progress .progress-bar-81 {
  background: #edb143;
}
.module.fai .progress .progress-bar-82 {
  background: #edb143;
}
.module.fai .progress .progress-bar-83 {
  background: #edb143;
}
.module.fai .progress .progress-bar-84 {
  background: #edb143;
}
.module.fai .progress .progress-bar-85 {
  background: #edb143;
}
.module.fai .progress .progress-bar-86 {
  background: #edb143;
}
.module.fai .progress .progress-bar-87 {
  background: #edb143;
}
.module.fai .progress .progress-bar-88 {
  background: #edb143;
}
.module.fai .progress .progress-bar-89 {
  background: #edb143;
}
.module.fai .progress .progress-bar-90 {
  background: #edb143;
}
.module.fai .progress .progress-bar-91 {
  background: #edb143;
}
.module.fai .progress .progress-bar-92 {
  background: #edb143;
}
.module.fai .progress .progress-bar-93 {
  background: #edb143;
}
.module.fai .progress .progress-bar-94 {
  background: #edb143;
}
.module.fai .progress .progress-bar-95 {
  background: #edb143;
}
.module.fai .progress .progress-bar-96 {
  background: #edb143;
}
.module.fai .progress .progress-bar-97 {
  background: #edb143;
}
.module.fai .progress .progress-bar-98 {
  background: #edb143;
}
.module.fai .progress .progress-bar-99 {
  background: #edb143;
}
.module.fai .progress .progress-bar-100 {
  background: #edb143;
}

.cardUnit.fai {
  color: #edb143 !important;
}

.odd-container dt.fai {
  color: #edb143;
}
.odd-container dt.fai + ul > li::marker {
  color: #edb143;
}

details.fai:has(summary > div.dot) .dot {
  background: #edb143;
}

.dot.fai {
  background: #edb143;
}

.badge.fai {
  background: rgba(237, 177, 67, 0.2);
}

.progress-panel_header.fai {
  color: #edb143 !important;
  background-color: #ffffff;
}
.progress-panel_header.fai label {
  color: #ffffff !important;
  background-color: #edb143 !important;
}

.indicateurs-list.hum {
  background: rgba(49, 134, 127, 0.2);
}
.indicateurs-list.hum input:checked + label {
  border: 2px solid #31867f !important;
  color: #31867f !important;
}
.indicateurs-list.hum input:checked + label .checked {
  border: 1px solid #31867f !important;
  background: inherit;
}
.indicateurs-list.hum input:checked + label .checked > .icon, .indicateurs-list.hum input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.hum input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.hum input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.hum input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.hum {
  border-left: 4px solid #31867f !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.hum .title,
.panel-container.hum .calcul {
  color: #31867f;
}
.panel-container.hum .diagram .diagram-year .result-text {
  color: #31867f;
}
.panel-container.hum .diagram .diagram-year .diagram-line {
  background-color: #31867f;
}
.panel-container.hum .chart-data td:last-child::after {
  color: #31867f;
}
.panel-container.hum .chart-data td:last-child > div {
  background: #31867f;
}
.panel-container.hum .block > .header {
  background: rgba(49, 134, 127, 0.6);
}
.panel-container.hum .block > .content {
  background: rgba(49, 134, 127, 0.4);
}

.module.hum > .module-title {
  color: #31867f !important;
}
.module.hum .module-cards {
  background: rgba(49, 134, 127, 0.6);
}
.module.hum .module-cards .note {
  color: #31867f;
}
.module.hum .progress .progress-bar-0 {
  background: #31867f;
}
.module.hum .progress .progress-bar-1 {
  background: #31867f;
}
.module.hum .progress .progress-bar-2 {
  background: #31867f;
}
.module.hum .progress .progress-bar-3 {
  background: #31867f;
}
.module.hum .progress .progress-bar-4 {
  background: #31867f;
}
.module.hum .progress .progress-bar-5 {
  background: #31867f;
}
.module.hum .progress .progress-bar-6 {
  background: #31867f;
}
.module.hum .progress .progress-bar-7 {
  background: #31867f;
}
.module.hum .progress .progress-bar-8 {
  background: #31867f;
}
.module.hum .progress .progress-bar-9 {
  background: #31867f;
}
.module.hum .progress .progress-bar-10 {
  background: #31867f;
}
.module.hum .progress .progress-bar-11 {
  background: #31867f;
}
.module.hum .progress .progress-bar-12 {
  background: #31867f;
}
.module.hum .progress .progress-bar-13 {
  background: #31867f;
}
.module.hum .progress .progress-bar-14 {
  background: #31867f;
}
.module.hum .progress .progress-bar-15 {
  background: #31867f;
}
.module.hum .progress .progress-bar-16 {
  background: #31867f;
}
.module.hum .progress .progress-bar-17 {
  background: #31867f;
}
.module.hum .progress .progress-bar-18 {
  background: #31867f;
}
.module.hum .progress .progress-bar-19 {
  background: #31867f;
}
.module.hum .progress .progress-bar-20 {
  background: #31867f;
}
.module.hum .progress .progress-bar-21 {
  background: #31867f;
}
.module.hum .progress .progress-bar-22 {
  background: #31867f;
}
.module.hum .progress .progress-bar-23 {
  background: #31867f;
}
.module.hum .progress .progress-bar-24 {
  background: #31867f;
}
.module.hum .progress .progress-bar-25 {
  background: #31867f;
}
.module.hum .progress .progress-bar-26 {
  background: #31867f;
}
.module.hum .progress .progress-bar-27 {
  background: #31867f;
}
.module.hum .progress .progress-bar-28 {
  background: #31867f;
}
.module.hum .progress .progress-bar-29 {
  background: #31867f;
}
.module.hum .progress .progress-bar-30 {
  background: #31867f;
}
.module.hum .progress .progress-bar-31 {
  background: #31867f;
}
.module.hum .progress .progress-bar-32 {
  background: #31867f;
}
.module.hum .progress .progress-bar-33 {
  background: #31867f;
}
.module.hum .progress .progress-bar-34 {
  background: #31867f;
}
.module.hum .progress .progress-bar-35 {
  background: #31867f;
}
.module.hum .progress .progress-bar-36 {
  background: #31867f;
}
.module.hum .progress .progress-bar-37 {
  background: #31867f;
}
.module.hum .progress .progress-bar-38 {
  background: #31867f;
}
.module.hum .progress .progress-bar-39 {
  background: #31867f;
}
.module.hum .progress .progress-bar-40 {
  background: #31867f;
}
.module.hum .progress .progress-bar-41 {
  background: #31867f;
}
.module.hum .progress .progress-bar-42 {
  background: #31867f;
}
.module.hum .progress .progress-bar-43 {
  background: #31867f;
}
.module.hum .progress .progress-bar-44 {
  background: #31867f;
}
.module.hum .progress .progress-bar-45 {
  background: #31867f;
}
.module.hum .progress .progress-bar-46 {
  background: #31867f;
}
.module.hum .progress .progress-bar-47 {
  background: #31867f;
}
.module.hum .progress .progress-bar-48 {
  background: #31867f;
}
.module.hum .progress .progress-bar-49 {
  background: #31867f;
}
.module.hum .progress .progress-bar-50 {
  background: #31867f;
}
.module.hum .progress .progress-bar-51 {
  background: #31867f;
}
.module.hum .progress .progress-bar-52 {
  background: #31867f;
}
.module.hum .progress .progress-bar-53 {
  background: #31867f;
}
.module.hum .progress .progress-bar-54 {
  background: #31867f;
}
.module.hum .progress .progress-bar-55 {
  background: #31867f;
}
.module.hum .progress .progress-bar-56 {
  background: #31867f;
}
.module.hum .progress .progress-bar-57 {
  background: #31867f;
}
.module.hum .progress .progress-bar-58 {
  background: #31867f;
}
.module.hum .progress .progress-bar-59 {
  background: #31867f;
}
.module.hum .progress .progress-bar-60 {
  background: #31867f;
}
.module.hum .progress .progress-bar-61 {
  background: #31867f;
}
.module.hum .progress .progress-bar-62 {
  background: #31867f;
}
.module.hum .progress .progress-bar-63 {
  background: #31867f;
}
.module.hum .progress .progress-bar-64 {
  background: #31867f;
}
.module.hum .progress .progress-bar-65 {
  background: #31867f;
}
.module.hum .progress .progress-bar-66 {
  background: #31867f;
}
.module.hum .progress .progress-bar-67 {
  background: #31867f;
}
.module.hum .progress .progress-bar-68 {
  background: #31867f;
}
.module.hum .progress .progress-bar-69 {
  background: #31867f;
}
.module.hum .progress .progress-bar-70 {
  background: #31867f;
}
.module.hum .progress .progress-bar-71 {
  background: #31867f;
}
.module.hum .progress .progress-bar-72 {
  background: #31867f;
}
.module.hum .progress .progress-bar-73 {
  background: #31867f;
}
.module.hum .progress .progress-bar-74 {
  background: #31867f;
}
.module.hum .progress .progress-bar-75 {
  background: #31867f;
}
.module.hum .progress .progress-bar-76 {
  background: #31867f;
}
.module.hum .progress .progress-bar-77 {
  background: #31867f;
}
.module.hum .progress .progress-bar-78 {
  background: #31867f;
}
.module.hum .progress .progress-bar-79 {
  background: #31867f;
}
.module.hum .progress .progress-bar-80 {
  background: #31867f;
}
.module.hum .progress .progress-bar-81 {
  background: #31867f;
}
.module.hum .progress .progress-bar-82 {
  background: #31867f;
}
.module.hum .progress .progress-bar-83 {
  background: #31867f;
}
.module.hum .progress .progress-bar-84 {
  background: #31867f;
}
.module.hum .progress .progress-bar-85 {
  background: #31867f;
}
.module.hum .progress .progress-bar-86 {
  background: #31867f;
}
.module.hum .progress .progress-bar-87 {
  background: #31867f;
}
.module.hum .progress .progress-bar-88 {
  background: #31867f;
}
.module.hum .progress .progress-bar-89 {
  background: #31867f;
}
.module.hum .progress .progress-bar-90 {
  background: #31867f;
}
.module.hum .progress .progress-bar-91 {
  background: #31867f;
}
.module.hum .progress .progress-bar-92 {
  background: #31867f;
}
.module.hum .progress .progress-bar-93 {
  background: #31867f;
}
.module.hum .progress .progress-bar-94 {
  background: #31867f;
}
.module.hum .progress .progress-bar-95 {
  background: #31867f;
}
.module.hum .progress .progress-bar-96 {
  background: #31867f;
}
.module.hum .progress .progress-bar-97 {
  background: #31867f;
}
.module.hum .progress .progress-bar-98 {
  background: #31867f;
}
.module.hum .progress .progress-bar-99 {
  background: #31867f;
}
.module.hum .progress .progress-bar-100 {
  background: #31867f;
}

.cardUnit.hum {
  color: #31867f !important;
}

.odd-container dt.hum {
  color: #31867f;
}
.odd-container dt.hum + ul > li::marker {
  color: #31867f;
}

details.hum:has(summary > div.dot) .dot {
  background: #31867f;
}

.dot.hum {
  background: #31867f;
}

.badge.hum {
  background: rgba(49, 134, 127, 0.2);
}

.progress-panel_header.hum {
  color: #31867f !important;
  background-color: #ffffff;
}
.progress-panel_header.hum label {
  color: #ffffff !important;
  background-color: #31867f !important;
}

.indicateurs-list.cli {
  background: rgba(82, 200, 191, 0.2);
}
.indicateurs-list.cli input:checked + label {
  border: 2px solid #52c8bf !important;
  color: #52c8bf !important;
}
.indicateurs-list.cli input:checked + label .checked {
  border: 1px solid #52c8bf !important;
  background: inherit;
}
.indicateurs-list.cli input:checked + label .checked > .icon, .indicateurs-list.cli input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .indicateurs-list.cli input:checked + label .pagination--wrapper > a.checked > span, .indicateurs-list.cli input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .indicateurs-list.cli input:checked + label .pagination--wrapper > a.checked > span {
  color: inherit;
}

.table-left-border.cli {
  border-left: 4px solid #52c8bf !important;
  border-right: 1px solid #EAECF0 !important;
  border-radius: 0;
}

.panel-container.cli .title,
.panel-container.cli .calcul {
  color: #52c8bf;
}
.panel-container.cli .diagram .diagram-year .result-text {
  color: #52c8bf;
}
.panel-container.cli .diagram .diagram-year .diagram-line {
  background-color: #52c8bf;
}
.panel-container.cli .chart-data td:last-child::after {
  color: #52c8bf;
}
.panel-container.cli .chart-data td:last-child > div {
  background: #52c8bf;
}
.panel-container.cli .block > .header {
  background: rgba(82, 200, 191, 0.6);
}
.panel-container.cli .block > .content {
  background: rgba(82, 200, 191, 0.4);
}

.module.cli > .module-title {
  color: #52c8bf !important;
}
.module.cli .module-cards {
  background: rgba(82, 200, 191, 0.6);
}
.module.cli .module-cards .note {
  color: #52c8bf;
}
.module.cli .progress .progress-bar-0 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-1 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-2 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-3 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-4 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-5 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-6 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-7 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-8 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-9 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-10 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-11 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-12 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-13 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-14 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-15 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-16 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-17 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-18 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-19 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-20 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-21 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-22 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-23 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-24 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-25 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-26 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-27 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-28 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-29 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-30 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-31 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-32 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-33 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-34 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-35 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-36 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-37 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-38 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-39 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-40 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-41 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-42 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-43 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-44 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-45 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-46 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-47 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-48 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-49 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-50 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-51 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-52 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-53 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-54 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-55 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-56 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-57 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-58 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-59 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-60 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-61 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-62 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-63 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-64 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-65 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-66 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-67 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-68 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-69 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-70 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-71 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-72 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-73 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-74 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-75 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-76 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-77 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-78 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-79 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-80 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-81 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-82 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-83 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-84 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-85 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-86 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-87 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-88 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-89 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-90 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-91 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-92 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-93 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-94 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-95 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-96 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-97 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-98 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-99 {
  background: #52c8bf;
}
.module.cli .progress .progress-bar-100 {
  background: #52c8bf;
}

.cardUnit.cli {
  color: #52c8bf !important;
}

.odd-container dt.cli {
  color: #52c8bf;
}
.odd-container dt.cli + ul > li::marker {
  color: #52c8bf;
}

details.cli:has(summary > div.dot) .dot {
  background: #52c8bf;
}

.dot.cli {
  background: #52c8bf;
}

.badge.cli {
  background: rgba(82, 200, 191, 0.2);
}

.progress-panel_header.cli {
  color: #52c8bf !important;
  background-color: #ffffff;
}
.progress-panel_header.cli label {
  color: #ffffff !important;
  background-color: #52c8bf !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-left: 4px solid rgba(201, 6, 6, 0);
  background-clip: padding-box;
  border-top-right-radius: 8px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-left: 4px solid rgba(201, 6, 6, 0);
  background-clip: padding-box;
  background-color: #D0D5DD;
  border-top-right-radius: 8px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #667085;
  border-left: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  cursor: pointer;
}

.filter-toolbar {
  display: flex;
  margin: var(--spacing-medium) 0;
  justify-content: space-between;
}
.filter-toolbar .radiusTopHeader {
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
}
.filter-toolbar .topbar-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px 0px 6px 6px;
  text-align: flex-start;
  background: #ffffff;
  padding: var(--spacing-small) var(--spacing-medium) var(--spacing-small) var(--spacing-medium);
  gap: var(--gap-smallest);
  border-bottom: 2px solid #EAECF0;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
}
.filter-toolbar .radius-circle {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.filter-toolbar .radius-box {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.filter-toolbar .radius-box.pinkBorderBox {
  border: 3px #fecdd6 solid;
}
.filter-toolbar .radius-box.btn-avatar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 4rem;
  height: 2.5rem;
  margin: 0% 1% 0% 2%;
  color: #667085;
  border: 1px #EBF4F6 solid;
  background-color: white;
}
.filter-toolbar .radiusRight {
  border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -ms-border-radius: 0px 6px 6px 0px;
  -o-border-radius: 0px 6px 6px 0px;
}
.filter-toolbar .radiusRight.PauseBox {
  color: #B54708;
  background-color: #FFFAEB;
  width: 85%;
  margin-top: 5%;
  margin-left: -6%;
}
.filter-toolbar .radiusLeft {
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -ms-border-radius: 6px 0px 0px 6px;
  -o-border-radius: 6px 0px 0px 6px;
}
.filter-toolbar .toolbar-logo-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C3DDE3;
  width: 1.5rem;
  height: 1.5rem;
}
.filter-toolbar .btn-filterToolbar {
  display: flex;
}
.filter-toolbar .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.8px #D0D5DD solid;
  background-color: #ffffff;
  height: 2.2rem;
  justify-content: space-evenly;
}
.filter-toolbar .button.radiusLeft.filterCalendar {
  width: 15rem;
}
.filter-toolbar .button.radiusLeft.filter-list {
  width: 6rem;
}
.filter-toolbar .button.filter-inGame {
  width: 6rem;
}
.filter-toolbar .button.filter-axe {
  width: 16rem;
}
.filter-toolbar .button.filter-indicator {
  width: 8rem;
}
.filter-toolbar .button.radiusRight.filter-RSRSE {
  width: 6rem;
}
.filter-toolbar .button.radiusRight.filter-card {
  width: 6rem;
}
.filter-toolbar .button:hover {
  cursor: pointer;
}
.filter-toolbar .btn-create-indicator {
  margin: 0% 3% 0% 2%;
}
.filter-toolbar .btn-changeDisplay {
  display: flex;
  justify-content: flex-end;
  width: 70rem;
}

.app {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app .card {
  min-width: 360px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.app .card--header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-btn-full {
  display: inline-flex;
}

.add-btn-icon {
  display: none;
}

@media screen and (max-width: 1200px) {
  .add-btn-full {
    display: none;
  }
  .add-btn-icon {
    display: inline-flex;
  }
}
.exercice--card {
  background: #F9FAFB;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 14px;
}
@media (width < 1210px) {
  .exercice--card {
    gap: 10px;
    padding: 10px;
  }
}
.exercice--card > .title {
  color: #98A2B3;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1000px) {
  .exercice--card > .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.exercice--card > .content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
}
.exercice--card > .content > .card--subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
}
@media screen and (max-width: 1200px) {
  .exercice--card > .content > .card--subtitle {
    flex-direction: column;
  }
}
.exercice--card > .content > .card--subtitle > span.left {
  display: flex;
  flex-direction: column;
}
.exercice--card > .content > .card--subtitle > span.left > .duration {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 36px;
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  .exercice--card > .content > .card--subtitle > span.left > .duration {
    line-height: 24px;
  }
}
.exercice--card > .content > .card--subtitle > span.left > .duration > span:first-child {
  color: #344054;
  font-weight: 400;
}
.exercice--card > .content > .card--subtitle > span.left > .duration > span:first-child > strong {
  margin-left: 10px;
  font-weight: 700;
}
.exercice--card > .content > .card--subtitle > span.left > .duration > span:last-child {
  font-size: 16px;
}
.exercice--card > .content > .card--subtitle > span.left > .secondline {
  font-size: 14px;
  line-height: 20px;
  color: #667085;
}
.exercice--card > .content > .card--subtitle > span.right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.exercice--card > .content > .card--subtitle > span.right > .totalCost {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 24px;
  line-height: 36px;
}
.exercice--card > .content > .card--subtitle > span.right > .totalCost > strong {
  font-weight: 700;
}
.exercice--card > .content > .card--subtitle > span.right > .secondline {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
.exercice--card > .content > .card--cards {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  flex-flow: row wrap;
}
@media (width < 1400px) {
  .exercice--card > .content > .card--cards {
    gap: 10px;
  }
}
.exercice--card > .content > .card--cards > a {
  flex: 1 1 calc(25% - 40px);
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.exercice--card > .content > .card--cards > a[link] {
  pointer-events: all;
}
@media (width < 1305px) {
  .exercice--card > .content > .card--cards > a {
    flex: 1 1 calc(50% - 10px);
  }
}
.exercice--card > .content > .card--cards > a > div {
  display: flex;
  padding: 24px;
  height: 130px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  background: white;
}
@media (width < 1400px) {
  .exercice--card > .content > .card--cards > a > div {
    padding: 10px;
    height: 102px;
  }
}
.exercice--card > .content > .card--cards > a > div.completed {
  background: #D1FADF;
}
.exercice--card > .content > .card--cards > a > div.completed .icon--wrapper {
  color: #039855 !important;
  background: white !important;
}
.exercice--card > .content > .card--cards > a > div.warning .icon--wrapper {
  color: #F79009 !important;
  background: #FEF0C7 !important;
}
.exercice--card > .content > .card--cards > a > div.error {
  border-color: #F97066;
}
.exercice--card > .content > .card--cards > a > div.error .icon--wrapper {
  color: #D92D20 !important;
  background: #FEE4E2 !important;
}
.exercice--card > .content > .card--cards > a > div.error > .caption {
  color: #D92D20;
  font-size: 16px;
}
.exercice--card > .content > .card--cards > a > div > .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.exercice--card > .content > .card--cards > a > div > .title > .icon--wrapper {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #EBF4F6;
  color: #09758E;
  border-radius: 10px;
}
.exercice--card > .content > .card--cards > a > div > .title > span {
  color: #344054;
  font-family: Inter;
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.exercice--card > .content > .card--cards > a > div > .caption {
  color: #667085;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.exercice--card.completed {
  background-color: #F6FEF9;
}
.exercice--card.completed .title {
  color: #32D583;
}
.exercice--card.warning {
  background-color: #FFFAEB;
  border-color: #FEC84B;
}
.exercice--card.warning .title {
  color: #F79009;
}
.exercice--card.error {
  background-color: #FEF3F2;
  border-color: #FDA29B;
}
.exercice--card.error .title {
  color: #F97066;
}

.no--exercice--card {
  background: #ffffff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  margin-bottom: 14px;
  gap: 56px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .no--exercice--card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .no--exercice--card {
    gap: 5px;
  }
}
.no--exercice--card > div.no--exercice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .no--exercice--card > div.no--exercice img {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .no--exercice--card > div.no--exercice img {
    width: 20vw;
  }
}
.no--exercice--card > div.no--exercice_upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
@media screen and (max-width: 1000px) {
  .no--exercice--card > div.no--exercice_upload > img {
    display: none;
  }
  .no--exercice--card > div.no--exercice_upload span {
    line-height: 24px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .no--exercice--card > div.no--exercice_upload > img {
    right: 30% !important;
  }
}
.no--exercice--card > div.no--exercice_upload > img {
  position: absolute;
  right: 25%;
  top: 11%;
}
.no--exercice--card > div.no--exercice_upload span {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  background: #F2F4F7;
  border-radius: 8px;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader {
  min-height: 150px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed #98A2B3;
  background: #ffffff;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader > span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 6px solid #F9FAFB;
  background: #F2F4F7;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader > .uploader--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader > .uploader--text > span {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader > .uploader--text > span > div {
  padding-top: 3px;
}
.no--exercice--card > div.no--exercice_upload .uploader--wrapper .uploader > .uploader--text > span + span {
  font-size: 12px;
  align-self: center;
}
.no--exercice--card.light {
  flex-direction: row;
  align-items: center;
}
.no--exercice--card.light > div.no--exercice {
  flex: 1;
}
.no--exercice--card.light > div.no--exercice > img {
  display: none;
}
.no--exercice--card.light > div.no--exercice_upload {
  flex: 2;
  position: relative;
}
.no--exercice--card.light > div.no--exercice_upload .uploader--wrapper > .uploader {
  display: flex;
  flex-flow: row wrap;
  padding: 12px;
  gap: 6px;
  min-height: 70px;
}
.no--exercice--card.light > div.no--exercice_upload .uploader--wrapper > .uploader > span {
  flex: 0 0 auto;
}
.no--exercice--card.light > div.no--exercice_upload .uploader--wrapper > .uploader > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width < 1130px) {
  .no--exercice--card.light > div.no--exercice_upload .uploader--wrapper > .uploader {
    min-height: 100px;
  }
}

.fec-item {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
}
.fec-item .text {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex: 2;
  padding-left: 5px;
}
.fec-item .text > span + span {
  font-size: 12px;
  font-style: italic;
}

.no-social_container {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.no-social_container p {
  color: #344054;
  /* Text md/Bold */
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.no-social_container > .upload-file {
  width: 100%;
}

.donnee-sociale-item {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 4px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
}
.donnee-sociale-item .icon-wrap {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
}
.donnee-sociale-item .icon-wrap > div {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 28px;
  border: 4px solid #F9F5FF;
  background: #F4EBFF;
}
.donnee-sociale-item .text {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex: 2;
  padding-left: 5px;
}
.donnee-sociale-item .text > span + span {
  font-size: 12px;
  font-style: italic;
}
.donnee-sociale-item .icon:hover, .donnee-sociale-item .table--wrapper .pagination--wrapper > a > span:hover, .table--wrapper .donnee-sociale-item .pagination--wrapper > a > span:hover, .donnee-sociale-item .datatable--container .datatable--wrapper .pagination--wrapper > a > span:hover, .datatable--container .datatable--wrapper .donnee-sociale-item .pagination--wrapper > a > span:hover {
  cursor: pointer;
}
.donnee-sociale-item.missing {
  display: flex;
  height: 72px;
  padding: 16px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Gray-200, #eaecf0);
}

.journal-comptable-item {
  display: flex;
  height: 72px;
  padding: 16px 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border: 1px solid #D0D5DD;
  border-bottom: none;
}
.journal-comptable-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.journal-comptable-item:last-child {
  border-bottom: 1px solid #D0D5DD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.journal-comptable-item .checkbox {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--abCSR-800, #388fa3);
  background: var(--abCSR-25, #ebf4f6);
}

.btn-wrapper {
  display: flex;
  margin-top: 36px;
  justify-content: center;
}

.panel_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
  border-radius: 8px;
}
.panel_container .panel-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Base-White, #fff);
}
.panel_container .panel-card h1 {
  color: #344054;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.panel_container .panel-card .chiffre-card_container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #EAECF0;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card > .input-container .history-button {
  padding-top: 24px;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card > .input-container .form-input {
  margin-bottom: 0px !important;
  width: 100%;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card > .input-container .form-input > .switch-wrapper {
  display: flex;
  padding: 9px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card > .input-container .form-input > .modified {
  box-shadow: 0px 0px 0px 4px rgba(7, 136, 245, 0.12), 0px 1px 2px 0px rgba(21, 50, 110, 0.05);
}
.panel_container .panel-card .chiffre-card_container .chiffre-card:last-child {
  background: #E0F2FE;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card:last-child .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #0BA5EC;
}
.panel_container .panel-card .chiffre-card_container .chiffre-card .field {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.panel_container .panel-card .notation-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.panel_container .panel-card .notation-wrap > .note {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #6CE9A6;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.panel_container .panel-card .notation-wrap span {
  color: #475467;
}

.chiffre-cle-expand {
  display: flex;
  padding: 24px 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px !important;
  border: 0px solid var(--Gray-200, #eaecf0);
  background: var(--Base-White, #fff);
}
.chiffre-cle-expand .text {
  display: flex;
  gap: 12px;
}
.chiffre-cle-expand > .icon:hover, .table--wrapper .pagination--wrapper > a.chiffre-cle-expand > span:hover, .datatable--container .datatable--wrapper .pagination--wrapper > a.chiffre-cle-expand > span:hover {
  cursor: pointer;
}

/* Historique des chiffres cles */
.historique-chiffres {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 250px;
  bottom: 250px;
  left: 250px;
  right: 250px;
  background: #ffffff;
  z-index: 120;
  border-radius: 8px;
  padding: 48px;
  border: 1px solid #054F31;
}
.historique-chiffres > .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 40px;
}
.historique-chiffres > .icon-x-close:hover {
  cursor: pointer;
}
.historique-chiffres > .header--historique {
  width: 100%;
}
.historique-chiffres > .header--historique > div {
  color: #344054;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}
.historique-chiffres > .content--historique {
  width: 100%;
  overflow-y: auto;
}
.historique-chiffres > .content--historique > .historique--list > ul {
  list-style: inside;
}
.historique-chiffres > .content--historique > .historique--list > ul > li {
  padding: 16px;
}
.historique-chiffres > .content--historique > .historique--list > ul > li > i {
  font-style: italic;
}

/* Compte de tiers */
.country-choice {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  z-index: 1000;
  border-radius: 8px;
  padding: 48px;
}
.country-choice > .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 40px;
}
.country-choice > .icon-x-close:hover {
  cursor: pointer;
}
.country-choice > .header--country {
  width: 100%;
}
.country-choice > .header--country > div {
  color: #344054;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}
.country-choice > .header--country > .form-input {
  margin-bottom: 48px;
}
.country-choice > .content--country {
  width: 100%;
  overflow-y: auto;
}
.country-choice > .content--country > div.content--title {
  color: #667085;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.country-choice > .content--country > .country--list {
  display: flex;
}
.country-choice > .content--country > .country--list > ul {
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
.country-choice > .content--country > .country--list > ul > li {
  width: 24%;
  padding: 16px;
  margin: 5px;
}
.country-choice > .content--country > .country--list > ul > li :first-child {
  min-width: 30px;
}
.country-choice > .content--country > .country--list > ul > li span + span {
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.country-choice > .content--country > .country--list > ul > li.gray-outline {
  background: #F9FAFB;
  border: 1px solid #344054;
}

/* Page d'upload de fichiers */
.compte--tiers_container {
  display: flex;
  padding: 56px;
  align-items: center;
  gap: 54px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #ffffff;
}
.compte--tiers_container .compte-tiers_left {
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  flex: 1;
}
.compte--tiers_container .compte-tiers_left .carte {
  display: flex;
  padding: 24px;
  height: 120px;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.compte--tiers_container .compte-tiers_left .carte > .title {
  display: flex;
  flex-direction: row;
  height: 32px;
  padding: 2px 0px;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.compte--tiers_container .compte-tiers_left .carte > .title > .icon--wrapper {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #EBF4F6;
  color: #09758E;
}
.compte--tiers_container .compte-tiers_left .carte > .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.compte--tiers_container .compte-tiers_right {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: flex-end;
  justify-content: flex-end;
  flex: 1;
  padding: 32px;
  gap: 12px;
}
.compte--tiers_container .compte-tiers_right > span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #344054;
}
@media screen and (max-width: 1200px) {
  .compte--tiers_container .compte-tiers_right {
    display: none;
  }
  .compte--tiers_container .compte-tiers_right img {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .compte--tiers_container .compte-tiers_right img {
    width: 20vw;
  }
}
.compte--tiers_container.download {
  display: flex;
  padding: 56px;
  justify-content: center;
  align-items: flex-start;
  gap: 54px;
}
.compte--tiers_container.download > .compte-tiers_left {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 40px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > .card--text {
  display: flex;
  flex-direction: column;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > .card--text span {
  font-size: clamp(14px, 1vw, 20px);
  font-style: normal;
  font-weight: 700;
  color: #344054;
  line-height: 30px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > .card--text span + span {
  font-size: clamp(8px, 1vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > span {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > span > img {
  width: 64px;
  height: 64px;
  padding: 4px 0px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1 > .card--content > span > a {
  max-height: 48px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--1::before {
  content: "1";
  color: var(--gray-400, #98a2b3);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 {
  display: flex;
  height: 234px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .card--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .card--content > .card--text {
  display: flex;
  flex-direction: column;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .card--content > .card--text span {
  font-size: clamp(14px, 1vw, 20px);
  font-style: normal;
  font-weight: 700;
  color: #344054;
  line-height: 30px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .card--content > .card--text span + span {
  font-size: clamp(8px, 1vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2::before {
  content: "2";
  color: var(--gray-400, #98a2b3);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader {
  min-height: 150px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed #98A2B3;
  background: #ffffff;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader > span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 6px solid #F9FAFB;
  background: #F2F4F7;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader > .uploader--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader > .uploader--text > span {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader > .uploader--text > span > div {
  padding-top: 3px;
}
.compte--tiers_container.download > .compte-tiers_left > .card--2 .uploader--wrapper .uploader > .uploader--text > span + span {
  font-size: 12px;
  align-self: center;
}

.compte-libelles {
  padding-left: 10px;
}
.compte-libelles span {
  font-weight: 600;
}
.compte-libelles span + span {
  color: #98A2B3;
  font-weight: 500;
}

.rubriqueABCSR {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
}
.rubriqueABCSR .icon, .rubriqueABCSR .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rubriqueABCSR .pagination--wrapper > a > span, .rubriqueABCSR .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rubriqueABCSR .pagination--wrapper > a > span {
  color: #ffffff !important;
}

.exercice-success {
  color: #12B76A !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.no-compte-wrapper {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.no-compte-wrapper .icons {
  display: flex;
  align-self: stretch;
  flex-direction: row;
  justify-content: space-around;
}
.no-compte-wrapper .arrow-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  margin-top: -80px;
  margin-left: -120px;
  left: 20vw;
  transform: rotate(-8deg);
}
.no-compte-wrapper .arrow-wrap img {
  max-width: 120px;
}
.no-compte-wrapper .arrow-wrap span {
  text-align: center;
  width: 250px;
  color: #344054;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.no-compte-wrapper > span {
  color: #344054;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.header_users {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
.header_users div {
  display: flex;
}
.header_users .with-gap {
  margin-left: 4px;
}
.header_users button {
  height: 20px;
}

.winfeczip--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  overflow: hidden;
  overflow-y: auto;
  vertical-align: top;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #ffffff;
  gap: 108px;
  padding: 64px;
}
@media (width < 1350px) {
  .winfeczip--container {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
}
.winfeczip--container .discover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.winfeczip--container .discover--p1 {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background: #F2F4F7;
  color: #1D2939;
}
.winfeczip--container .discover--p1_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.winfeczip--container .discover--p1_text > p {
  font-weight: 500;
  font-size: 17px;
}
.winfeczip--container .discover--p1_text > p:not(:last-child) {
  margin-bottom: 24px;
}
.winfeczip--container .discover--p2 {
  align-self: stretch;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #D1FADF;
}
.winfeczip--container .discover--p2_title {
  color: #344054;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.winfeczip--container .discover--p2_text {
  color: #1D2939;
  font-size: 17px;
  font-style: normal;
}
.winfeczip--container .download {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
  flex: 1 0 0;
}
.winfeczip--container .download > img {
  max-width: 100%;
}

.generator--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #ffffff;
  padding: 16px 32px 72px 32px;
}
@media (width < 1350px) {
  .generator--container {
    padding: 24px;
    gap: 24px;
  }
}
.generator--container .generator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.generator--container .generator_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
}
.generator--container .generator_title_icon {
  font-size: 28px;
  color: #F79009;
  padding-bottom: 8px;
}
.generator--container .generator--form {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.generator--container .generator--form .form-input {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.generator--container .generator--form .form-input .horizontal {
  display: flex;
  width: 100%;
}
.generator--container .generator--form .form-input .horizontal > input {
  margin-right: 8px;
}
.generator--container .generator--form > .btn, .generator--container .page-header .filter.generator--form > a, .page-header .generator--container .filter.generator--form > a, .generator--container .page-header .filter > ul.generator--form > li, .page-header .generator--container .filter > ul.generator--form > li, .generator--container .table--wrapper .pagination--wrapper.generator--form > a, .table--wrapper .generator--container .pagination--wrapper.generator--form > a, .generator--container .table--wrapper .pagination--wrapper ol li.generator--form > a, .table--wrapper .pagination--wrapper ol .generator--container li.generator--form > a, .generator--container .datatable--container .datatable--wrapper .pagination--wrapper.generator--form > a, .datatable--container .datatable--wrapper .generator--container .pagination--wrapper.generator--form > a, .generator--container .datatable--container .datatable--wrapper .pagination--wrapper ol li.generator--form > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .generator--container li.generator--form > a, .generator--container .header--filter > ul.generator--form > li, .generator--container .country-choice > .content--country > .country--list > ul.generator--form > li {
  margin-bottom: 8px;
  padding: 0 2em;
}

.fec-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  padding: 16px;
  gap: 32px;
}
.fec-container.uploader {
  border-radius: 16px;
  background: #ffffff;
}
@media (width < 1200px) {
  .fec-container.uploader {
    flex-direction: column;
  }
}
.fec-container.uploader .subcontainer {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 8px;
  background: #F9FAFB;
}
.fec-container.uploader .subcontainer.left {
  text-align: center;
  gap: 24px;
  align-self: stretch;
}
.fec-container.uploader .subcontainer.left > .title {
  text-align: center;
  align-self: center;
  color: #344054;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.fec-container.uploader .subcontainer.left > .subtitle {
  text-align: center;
  align-self: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.fec-container.uploader .subcontainer.left > .uploader_zone {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed #EAECF0;
  background: #ffffff;
  max-height: 400px;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader {
  min-height: 150px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader > span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 6px solid #F9FAFB;
  background: #F2F4F7;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader > .uploader--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader > .uploader--text > span {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader > .uploader--text > span > div {
  padding-top: 3px;
}
.fec-container.uploader .subcontainer.left > .uploader_zone .uploader--wrapper .uploader > .uploader--text > span + span {
  font-size: 12px;
  align-self: center;
}
@media (width < 1200px) {
  .fec-container.uploader .subcontainer.right {
    width: 100%;
  }
}
.fec-container.uploader .subcontainer.right .dsn--list {
  width: 100%;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--separator {
  border-bottom: 1px solid #D0D5DD;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item {
  width: auto;
  display: flex;
  align-self: stretch;
  flex-direction: row;
  padding: 15px;
  gap: 24px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid transparent;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .content--wrapper {
  display: flex;
  gap: 24px;
  flex: 1 0 0;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .content--wrapper > .text {
  display: flex;
  flex-direction: column;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .content--wrapper > .text > .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .content--wrapper > .text > .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .content--wrapper > .text > .caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item > .dsn--delete {
  display: none;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover {
  border: 1px solid #98A2B3;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > .dsn--delete {
  display: block;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > .dsn--delete > .btn, .fec-container.uploader .subcontainer.right .page-header .dsn--list > .dsn--item:hover > .filter.dsn--delete > a, .page-header .fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > .filter.dsn--delete > a, .fec-container.uploader .subcontainer.right .page-header .dsn--list > .filter.dsn--item:hover > ul.dsn--delete > li, .page-header .fec-container.uploader .subcontainer.right .dsn--list > .filter.dsn--item:hover > ul.dsn--delete > li, .fec-container.uploader .subcontainer.right .table--wrapper .dsn--list > .dsn--item:hover > .pagination--wrapper.dsn--delete > a, .table--wrapper .fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > .pagination--wrapper.dsn--delete > a, .fec-container.uploader .subcontainer.right .table--wrapper .pagination--wrapper ol .dsn--list > .dsn--item:hover > li.dsn--delete > a, .table--wrapper .pagination--wrapper ol .fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > li.dsn--delete > a, .fec-container.uploader .subcontainer.right .datatable--container .datatable--wrapper .dsn--list > .dsn--item:hover > .pagination--wrapper.dsn--delete > a, .datatable--container .datatable--wrapper .fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > .pagination--wrapper.dsn--delete > a, .fec-container.uploader .subcontainer.right .datatable--container .datatable--wrapper .pagination--wrapper ol .dsn--list > .dsn--item:hover > li.dsn--delete > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .fec-container.uploader .subcontainer.right .dsn--list > .dsn--item:hover > li.dsn--delete > a, .fec-container.uploader .subcontainer.right .dsn--list > .header--filter.dsn--item:hover > ul.dsn--delete > li, .fec-container.uploader .subcontainer.right .country-choice > .content--country.dsn--list > .country--list.dsn--item:hover > ul.dsn--delete > li {
  background-color: #F04438;
  color: #ffffff;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item.deleting {
  background-color: #F04438;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item.deleting .title {
  font-size: 20px !important;
  line-height: 66px !important;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item.deleted {
  display: flex;
  border: 1px solid #98A2B3;
  background: #F2F4F7;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item.deleted > .content--wrapper {
  justify-content: center;
}
.fec-container.uploader .subcontainer.right .dsn--list > .dsn--item.deleted > .content--wrapper .title {
  font-size: 20px !important;
  line-height: 66px !important;
}
.fec-container.uploader .subcontainer.no--fec-files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  background: #ffffff;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.fec-container.uploader .subcontainer.no--fec-files > img {
  width: 80%;
}
.fec-container.gestion {
  flex-direction: column;
}
.fec-container.gestion > .fec-section {
  align-self: stretch;
  border-radius: 8px;
}
.fec-container.gestion > .fec-section:first-child {
  background: #ffffff;
}
.fec-container.gestion > .fec-section .uploader_zone {
  display: flex;
  height: 170px;
  padding: 24px;
  background: #ffffff;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
}
.fec-container.gestion > .fec-section .uploader_zone > .wrapper {
  height: 100%;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px dashed #98A2B3;
  background: #F9FAFB;
}
.fec-container.gestion > .fec-section .uploader_zone .uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fec-container.gestion > .fec-section .uploader_zone .uploader > span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 6px solid #F9FAFB;
  background: #F2F4F7;
}
.fec-container.gestion > .fec-section .uploader_zone .uploader > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fec-container.gestion > .fec-section .exercice {
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: flex-start;
  gap: 56px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.fec-container.gestion > .fec-section .exercice > .title {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.fec-container.gestion > .fec-section .exercice > .title span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.fec-container.gestion > .fec-section .exercice > .title span > span.icon {
  width: 20px !important;
  line-height: 20px;
  font-size: 12px;
}
.fec-container.gestion > .fec-section .exercice > .title span:first-child {
  width: 60px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.fec-container.gestion > .fec-section .exercice > .content {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-flow: row wrap;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card {
  display: flex;
  width: 15%;
  height: auto;
  gap: 8px;
  padding: 13px;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
@media (width < 1100px) {
  .fec-container.gestion > .fec-section .exercice > .content .month--card {
    width: 45%;
  }
}
@media (width > 1100px) and (width < 1400px) {
  .fec-container.gestion > .fec-section .exercice > .content .month--card {
    width: 30%;
  }
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .icon--wrapper {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #EBF4F6;
  color: #09758E;
  border-radius: 10px;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .icon--wrapper:hover {
  background: #09758E;
  color: #EBF4F6;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .icon--wrapper.item-descrition {
  cursor: help;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .text--wrapper {
  display: flex;
  flex-direction: column;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .text--wrapper span {
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .title > .text--wrapper span + span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card > .caption {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card.missing {
  background: #FEE4E2;
  border: 1px solid #F97066;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card.missing > .title > .icon--wrapper {
  background: #ffffff;
  color: #D92D20;
}
.fec-container.gestion > .fec-section .exercice > .content .month--card.missing > .title > .text--wrapper span:first-child {
  color: #D92D20;
}

.rse-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: var(--gap-large);
}
.rse-container.details {
  gap: 24px;
}
@media (width < 1199px) {
  .rse-container.details .rapport-rse_content {
    flex-direction: column;
    justify-content: center;
  }
  .rse-container.details .rapport-rse_content .note {
    width: 100% !important;
    order: 1;
  }
  .rse-container.details .tableau {
    min-height: 310px;
  }
  .rse-container.details .table--row {
    height: 200px !important;
    max-height: 200px;
    min-height: 100px;
  }
}
.rse-container > .rapport-rse {
  display: flex;
  padding: var(--spacing-large) var(--spacing-large) var(--spacing-large) var(--spacing-large);
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-smallest);
  align-self: stretch;
  border-radius: 8px;
  border: 0px solid #A6F4C5;
  background: #ffffff;
}
.rse-container > .rapport-rse > .rapport-rse_header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
  gap: var(--gap-smallest);
}
.rse-container > .rapport-rse > .rapport-rse_header > .title {
  display: flex;
  height: 46px;
  padding: 4px 0px;
  align-items: center;
  gap: 16px;
}
.rse-container > .rapport-rse > .rapport-rse_header > .title > span {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 38px;
}
.rse-container > .rapport-rse > .rapport-rse_header > .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (width < 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_header > .actions {
    position: relative;
  }
}
.rse-container > .rapport-rse > .rapport-rse_header > .actions > .actions-wrapper {
  display: flex;
  align-self: center;
}
@media (width > 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_header > .actions > .actions-wrapper {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
}
.rse-container > .rapport-rse > .rapport-rse_header > .actions > .actions-wrapper > .action {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.rse-container > .rapport-rse > .rapport-rse_header > .actions > .actions-wrapper > .btn:hover, .page-header .rse-container > .rapport-rse > .rapport-rse_header > .actions > .filter.actions-wrapper > a:hover, .page-header .rse-container > .rapport-rse > .rapport-rse_header > .filter.actions > ul.actions-wrapper > li:hover, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_header > .actions > .pagination--wrapper.actions-wrapper > a:hover, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_header > .actions > li.actions-wrapper > a:hover, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_header > .actions > .pagination--wrapper.actions-wrapper > a:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_header > .actions > li.actions-wrapper > a:hover, .rse-container > .rapport-rse > .rapport-rse_header > .header--filter.actions > ul.actions-wrapper > li:hover, .rse-container > .country-choice.rapport-rse > .content--country.rapport-rse_header > .country--list.actions > ul.actions-wrapper > li:hover {
  border: 1px solid #667085;
}
.rse-container > .rapport-rse > .rapport-rse_header > .actions > .actions-wrapper > .btn:hover span, .page-header .rse-container > .rapport-rse > .rapport-rse_header > .actions > .filter.actions-wrapper > a:hover span, .page-header .rse-container > .rapport-rse > .rapport-rse_header > .filter.actions > ul.actions-wrapper > li:hover span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_header > .actions > .pagination--wrapper.actions-wrapper > a:hover span, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_header > .actions > li.actions-wrapper > a:hover span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_header > .actions > .pagination--wrapper.actions-wrapper > a:hover span, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_header > .actions > li.actions-wrapper > a:hover span, .rse-container > .rapport-rse > .rapport-rse_header > .header--filter.actions > ul.actions-wrapper > li:hover span, .rse-container > .country-choice.rapport-rse > .content--country.rapport-rse_header > .country--list.actions > ul.actions-wrapper > li:hover span {
  color: #667085;
}
@media (width < 1200px) {
  .rse-container > .rapport-rse > .rapport-rse_header {
    gap: 10px;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 10px;
}
.rse-container > .rapport-rse > .rapport-rse_content .note {
  order: 1;
  display: flex;
  width: 20%;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
@media (width < 1200px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note {
    height: 45%;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
  display: flex;
  transform: rotate(-45deg);
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background-color: #F04438;
  position: relative;
  left: -40%;
  top: -10px;
  padding: 10px 150px;
}
@media (width < 1400px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
    left: -60px;
    top: -10px;
  }
}
@media (width < 1300px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
    left: -50px;
    top: -10px;
  }
}
@media (width < 1200px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
    left: -130px;
    top: -10px;
  }
}
@media (width < 1100px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
    left: -100px;
    top: -10px;
  }
}
@media (width < 1000px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note .bandeau-cloture {
    left: -130px;
    top: -10px;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .note-lib {
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  letter-spacing: -1.6px;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-percent {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-not-generated {
  text-align: center;
  font-size: calc(var(--font-size-largest) * 1.5);
  font-style: normal;
  font-weight: 900;
  color: #09758E;
  margin-bottom: 10px;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-desc {
  text-align: center;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-style: normal;
  font-weight: 500;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-pending-desc {
  text-align: center;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-style: normal;
  font-weight: 700;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-pending-notify {
  text-align: center;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-style: normal;
  font-weight: 400;
}
.rse-container > .rapport-rse > .rapport-rse_content .note-separator {
  margin: 10px;
  width: 20%;
  height: 2px;
  border: none;
  background: #D0D5DD;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-A {
  background: #6CE9A6;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-B {
  background: #A6F4C5;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-C {
  background: #FEDF89;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-D {
  background: #FDB022;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-E {
  background: #F97066;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-NN {
  background: #EBF4F6;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-pending {
  background: #F2F4F7;
  padding-top: 0;
  align-self: flex-start !important;
  align-content: flex-start !important;
  justify-self: flex-start !important;
  justify-items: flex-start !important;
  top: 0;
}
.rse-container > .rapport-rse > .rapport-rse_content .note.n-pending > .loading-bar-spinner {
  margin: 20px 0;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau {
  order: 2;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  border-collapse: unset;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex: 1 0 0;
  border-top: 1px solid #EAECF0;
  background: #ffffff;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div {
  border-left: 1px solid #EAECF0;
  padding: var(--spacing-smallest) var(--spacing-smallest) var(--spacing-smallest) var(--spacing-smallest);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 25%;
  align-self: stretch;
  box-shadow: none;
  gap: var(--gap-smallest);
}
@media (width < 1800px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div {
    padding: 8px;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.cell-double {
  flex: 1 0 50%;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.cell-triple {
  flex: 1 0 75%;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.cell-full {
  flex: 1 0 100%;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div:hover {
  z-index: 1;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.contain-actions {
  cursor: default;
  box-shadow: none;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div:is([disabled]) {
  pointer-events: none;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div span {
  color: #344054;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 400;
  line-height: 18px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div span + span {
  overflow: hidden;
  color: #344054;
  text-overflow: ellipsis;
  width: 100%;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
  line-height: 24px;
  align-self: stretch;
  max-height: 24px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div span + span.comment {
  font-size: calc(var(--font-size-medium) * 1.5);
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div.badges {
  gap: 5px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe {
  display: flex;
  padding-right: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 5px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-A {
  border: 1px solid #6CE9A6;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-A > .annexe-note {
  background: #6CE9A6;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-B {
  border: 1px solid #A6F4C5;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-B > .annexe-note {
  background: #A6F4C5;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-C {
  border: 1px solid #FEDF89;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-C > .annexe-note {
  background: #FEDF89;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-D {
  border: 1px solid #FDB022;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-D > .annexe-note {
  background: #FDB022;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-E {
  border: 1px solid #F97066;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-E > .annexe-note {
  background: #F97066;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-NUL {
  border: 1px solid #D0D5DD;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe.n-NUL > .annexe-note {
  background: #D0D5DD;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe > .annexe-note {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe > .annexe-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe > .annexe-text > span {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div > div > .rapport-annexe > .annexe-text > span + span {
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
  line-height: 20px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured {
  display: flex;
  flex-direction: row;
  background: #FEE4E2;
  justify-content: flex-start;
}
@media (width < 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured {
    position: relative;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper {
  display: flex;
  align-self: center;
}
@media (width > 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .cloture {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li {
  min-width: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #FDA29B;
  background: #FEE4E2;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a span, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a span, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li span {
  color: #F04438;
}
@media (width < 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    padding: 0px !important;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a .icon, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li .icon, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a .icon, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a .icon, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a .icon, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.clotured > li.clotured-wrapper > a .icon, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > li.clotured-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn .table--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a .table--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a .table--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li .table--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a .pagination--wrapper > a > span, .page-header .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .page-header .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .clotured-wrapper > .btn .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.clotured > .filter.clotured-wrapper > a .pagination--wrapper > a > span, .page-header .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .filter.clotured-wrapper > a .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .page-header .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.clotured > .pagination--wrapper.clotured-wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.clotured > ul.clotured-wrapper > li .pagination--wrapper > a > span {
    font-size: calc(var(--font-size-medium) * 1.5);
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (width < 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count {
    position: relative;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper {
  display: flex;
  align-self: center;
}
@media (width > 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .calcul {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.valid, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.valid, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li.valid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li.valid {
  min-width: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  background: #D1FADF;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.valid span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.valid span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid span, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid span, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li.valid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li.valid span {
  color: #12B76A;
  font-size: 20px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.invalid, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.invalid, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li.invalid, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li.invalid {
  min-width: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  background: #FEE4E2;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.invalid span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.invalid span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid span, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid span, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li.invalid span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li.invalid span {
  color: #F04438;
  font-size: 20px;
}
@media (width < 1600px) {
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    padding: 0px !important;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .icon, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .icon, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a .icon, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a .icon, .table--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a .icon, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .pagination--wrapper ol .table--row > div.calcul_count > li.calcul_count-wrapper > a .icon, .datatable--container .datatable--wrapper .pagination--wrapper ol .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > li.calcul_count-wrapper > a .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li .icon, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn .table--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .table--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .table--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .table--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .pagination--wrapper > a > span, .page-header .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .page-header .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li .table--wrapper .pagination--wrapper > a > span, .table--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .page-header .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .calcul_count-wrapper > .btn .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .pagination--wrapper > a > span, .page-header .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .filter.calcul_count-wrapper > a .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .page-header .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .page-header .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .datatable--container .datatable--wrapper .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.calcul_count > .pagination--wrapper.calcul_count-wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div.header--filter.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span, .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .rse-container > .rapport-rse > .rapport-rse_content .tableau .country-choice > .content--country.table--row > div.country--list.calcul_count > ul.calcul_count-wrapper > li .pagination--wrapper > a > span {
    font-size: calc(var(--font-size-medium) * 1.5);
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row > div:first-child {
  border-left: none;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rse-container > .rapport-rse > .rapport-rse_content .tableau .table--row:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper {
  order: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 0 0;
  align-self: stretch;
  gap: 24px;
}
@media (width < 1250px) {
  .rse-container > .rapport-rse > .rapport-rse_content .details-wrapper {
    width: 100%;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau {
  order: 1;
  height: auto;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau > .table--row > div {
  padding: 8px 24px;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau > .table--row > div.partage {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-between;
}
@media (width < 1250px) {
  .rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau > .table--row > div.partage {
    flex-direction: column;
  }
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau > .table--row > div.partage > .text {
  display: flex;
  flex-direction: column;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .tableau > .table--row > div.partage > .btns {
  display: flex;
  flex-direction: row;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .notations {
  border: 1px solid #EAECF0;
  order: 2;
  background: #ffffff;
  display: flex;
  padding: 16px 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .notations .notation--card {
  padding: 8px 12px;
  min-width: 25%;
  width: 25%;
  max-width: 25%;
  flex-direction: column;
  align-items: flex-start;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .notations .notation--card > .textAndNote {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .notations .notation--card > .textAndNote span {
  font-size: calc(var(--font-size-medium) * 1.5);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rse-container > .rapport-rse > .rapport-rse_content .details-wrapper > .notations .notation--card > .textAndNote .note {
  display: flex;
  padding: 4px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #c87776;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 36px;
  max-width: 36px;
  height: 32px;
  max-height: 32px;
}
.rse-container > .rapport-rse > .rapport-rse_content .arrow {
  order: 3;
  display: flex;
  width: 132px;
  min-height: 300px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #F2F4F7;
}
.rse-container > .rapport-rse > .rapport-rse_content .arrow:hover {
  cursor: pointer;
}
@media (width < 1450px) {
  .rse-container > .rapport-rse > .rapport-rse_content {
    gap: 20px;
  }
}
@media (width < 1375px) {
  .rse-container > .rapport-rse > .rapport-rse_content {
    gap: var(--gap-smallest);
    justify-content: center;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .tableau > .table--row > div {
    padding: var(--spacing-smallest) var(--spacing-smaller) var(--spacing-smallest) var(--spacing-smaller);
  }
}
@media (width < 1200px) {
  .rse-container > .rapport-rse > .rapport-rse_content {
    gap: 10px;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .note {
    order: 1;
    width: 50%;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .tableau > .table--row > div {
    padding: var(--spacing-smallest) var(--spacing-smaller) var(--spacing-smallest) var(--spacing-smaller);
  }
  .rse-container > .rapport-rse > .rapport-rse_content .arrow {
    order: 2;
    width: 10%;
  }
}
@media (width < 950px) {
  .rse-container > .rapport-rse > .rapport-rse_content .note {
    order: 2;
    width: 60%;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .tableau {
    order: 1;
  }
  .rse-container > .rapport-rse > .rapport-rse_content .arrow {
    order: 3;
    width: 20%;
  }
}
.rse-container > .rapport-rse .actions--list {
  display: flex;
  justify-content: flex-end;
}
.rse-container > .rapport-rse .actions--list > li > a {
  border-radius: 0;
  width: 40px;
  justify-content: center;
}
.rse-container > .rapport-rse .actions--list > li:first-child > a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rse-container > .rapport-rse .actions--list > li:first-child > a:hover {
  border-color: #98A2B3;
}
.rse-container > .rapport-rse .actions--list > li:not(:first-child) > a {
  border-left: 1px solid transparent;
}
.rse-container > .rapport-rse .actions--list > li:not(:first-child) > a:hover {
  border-color: #98A2B3;
}
.rse-container > .rapport-rse .actions--list > li:last-child > a {
  border-top-right-radius: 8px;
  border-left: 1px solid transparent;
  border-bottom-right-radius: 8px;
}
.rse-container > .rapport-rse .actions--list > li:last-child > a:hover {
  border-color: #98A2B3;
}
.rse-container > .rse-title,
.rse-container > .rse-modules {
  padding: 24px 0px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
}
.rse-container > .rse-title {
  display: flex;
  align-self: stretch;
}
.rse-container > .rse-title > span {
  padding-left: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.rse-container > .rse-modules {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100% !important;
  align-self: stretch;
}
.rse-container > .rse-modules .module {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}
.rse-container > .rse-modules .module-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.rse-container > .rse-modules .module-title > img {
  height: 64px;
  width: 64px;
}
.rse-container > .rse-modules .module-title.env {
  color: #57a263;
}
.rse-container > .rse-modules .module-title.soc {
  color: #6941c6;
}
.rse-container > .rse-modules .module-title.lab {
  color: #d74e4a;
}
.rse-container > .rse-modules .module-title.gov {
  color: #d29190;
}
.rse-container > .rse-modules .module-title.fai {
  color: #edb143;
}
.rse-container > .rse-modules .module-title.hum {
  color: #31867f;
}
.rse-container > .rse-modules .module-title.cli {
  color: #52c8bf;
}
.rse-container > .rse-modules .module-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-self: stretch;
  border-radius: 8px;
  padding: 32px;
  gap: 24px;
}
.rse-container > .rse-modules .module-cards.env {
  background: rgba(87, 162, 99, 0.2);
}
.rse-container > .rse-modules .module-cards.env .note {
  color: #57a263;
}
.rse-container > .rse-modules .module-cards.soc {
  background: rgba(105, 65, 198, 0.2);
}
.rse-container > .rse-modules .module-cards.soc .note {
  color: #6941c6;
}
.rse-container > .rse-modules .module-cards.lab {
  background: rgba(215, 78, 74, 0.2);
}
.rse-container > .rse-modules .module-cards.lab .note {
  color: #d74e4a;
}
.rse-container > .rse-modules .module-cards.gov {
  background: rgba(210, 145, 144, 0.2);
}
.rse-container > .rse-modules .module-cards.gov .note {
  color: #d29190;
}
.rse-container > .rse-modules .module-cards.fai {
  background: rgba(237, 177, 67, 0.2);
}
.rse-container > .rse-modules .module-cards.fai .note {
  color: #edb143;
}
.rse-container > .rse-modules .module-cards.hum {
  background: rgba(49, 134, 127, 0.2);
}
.rse-container > .rse-modules .module-cards.hum .note {
  color: #31867f;
}
.rse-container > .rse-modules .module-cards.cli {
  background: rgba(82, 200, 191, 0.2);
}
.rse-container > .rse-modules .module-cards.cli .note {
  color: #52c8bf;
}
.rse-container > .rse-modules .module-card {
  display: flex;
  min-height: 86px;
  width: 23%;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  border-radius: 4px;
  border: 1px solid #eaecf0;
  background: var(--Base-White, #fff);
  cursor: pointer;
}
.rse-container > .rse-modules .module-card:hover {
  box-shadow: 3px 6px 16px #bbb;
}
@media (width < 1350px) {
  .rse-container > .rse-modules .module-card {
    width: 30%;
  }
}
@media (width < 1100px) {
  .rse-container > .rse-modules .module-card {
    width: 45%;
  }
}
.rse-container > .rse-modules .module-card .noteAndText {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.rse-container > .rse-modules .module-card .noteAndText .note {
  display: flex;
  width: 50px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.rse-container > .rse-modules .module-card .noteAndText > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Style des progress bars */
.progress {
  margin-top: 10px;
  background-color: rgb(229, 233, 235);
  height: 5px;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.progress .progress-bar-0 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 0%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-0 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-0 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-0 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-0 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-0 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-0.gov {
  background: #c87776;
}
.progress .progress-bar-0.fai {
  background: #edb143;
}
.progress .progress-bar-0.hum {
  background: #31867f;
}
.progress .progress-bar-0.soc {
  background: #b692f6;
}
.progress .progress-bar-0.env {
  background: #a3ceaa;
}
.progress .progress-bar-0.lab {
  background: #ea726e;
}
.progress .progress-bar-0.cli {
  background: #52c8bf;
}
@keyframes cssload-width-0 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
.progress .progress-bar-1 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 1%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-1 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-1 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-1 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-1 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-1 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-1.gov {
  background: #c87776;
}
.progress .progress-bar-1.fai {
  background: #edb143;
}
.progress .progress-bar-1.hum {
  background: #31867f;
}
.progress .progress-bar-1.soc {
  background: #b692f6;
}
.progress .progress-bar-1.env {
  background: #a3ceaa;
}
.progress .progress-bar-1.lab {
  background: #ea726e;
}
.progress .progress-bar-1.cli {
  background: #52c8bf;
}
@keyframes cssload-width-1 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 1%;
  }
}
.progress .progress-bar-2 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 2%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-2 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-2 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-2 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-2 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-2 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-2.gov {
  background: #c87776;
}
.progress .progress-bar-2.fai {
  background: #edb143;
}
.progress .progress-bar-2.hum {
  background: #31867f;
}
.progress .progress-bar-2.soc {
  background: #b692f6;
}
.progress .progress-bar-2.env {
  background: #a3ceaa;
}
.progress .progress-bar-2.lab {
  background: #ea726e;
}
.progress .progress-bar-2.cli {
  background: #52c8bf;
}
@keyframes cssload-width-2 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 2%;
  }
}
.progress .progress-bar-3 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 3%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-3 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-3 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-3 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-3 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-3 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-3.gov {
  background: #c87776;
}
.progress .progress-bar-3.fai {
  background: #edb143;
}
.progress .progress-bar-3.hum {
  background: #31867f;
}
.progress .progress-bar-3.soc {
  background: #b692f6;
}
.progress .progress-bar-3.env {
  background: #a3ceaa;
}
.progress .progress-bar-3.lab {
  background: #ea726e;
}
.progress .progress-bar-3.cli {
  background: #52c8bf;
}
@keyframes cssload-width-3 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 3%;
  }
}
.progress .progress-bar-4 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 4%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-4 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-4 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-4 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-4 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-4 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-4.gov {
  background: #c87776;
}
.progress .progress-bar-4.fai {
  background: #edb143;
}
.progress .progress-bar-4.hum {
  background: #31867f;
}
.progress .progress-bar-4.soc {
  background: #b692f6;
}
.progress .progress-bar-4.env {
  background: #a3ceaa;
}
.progress .progress-bar-4.lab {
  background: #ea726e;
}
.progress .progress-bar-4.cli {
  background: #52c8bf;
}
@keyframes cssload-width-4 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 4%;
  }
}
.progress .progress-bar-5 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 5%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-5 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-5 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-5 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-5 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-5 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-5.gov {
  background: #c87776;
}
.progress .progress-bar-5.fai {
  background: #edb143;
}
.progress .progress-bar-5.hum {
  background: #31867f;
}
.progress .progress-bar-5.soc {
  background: #b692f6;
}
.progress .progress-bar-5.env {
  background: #a3ceaa;
}
.progress .progress-bar-5.lab {
  background: #ea726e;
}
.progress .progress-bar-5.cli {
  background: #52c8bf;
}
@keyframes cssload-width-5 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}
.progress .progress-bar-6 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 6%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-6 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-6 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-6 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-6 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-6 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-6.gov {
  background: #c87776;
}
.progress .progress-bar-6.fai {
  background: #edb143;
}
.progress .progress-bar-6.hum {
  background: #31867f;
}
.progress .progress-bar-6.soc {
  background: #b692f6;
}
.progress .progress-bar-6.env {
  background: #a3ceaa;
}
.progress .progress-bar-6.lab {
  background: #ea726e;
}
.progress .progress-bar-6.cli {
  background: #52c8bf;
}
@keyframes cssload-width-6 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 6%;
  }
}
.progress .progress-bar-7 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 7%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-7 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-7 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-7 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-7 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-7 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-7.gov {
  background: #c87776;
}
.progress .progress-bar-7.fai {
  background: #edb143;
}
.progress .progress-bar-7.hum {
  background: #31867f;
}
.progress .progress-bar-7.soc {
  background: #b692f6;
}
.progress .progress-bar-7.env {
  background: #a3ceaa;
}
.progress .progress-bar-7.lab {
  background: #ea726e;
}
.progress .progress-bar-7.cli {
  background: #52c8bf;
}
@keyframes cssload-width-7 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 7%;
  }
}
.progress .progress-bar-8 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 8%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-8 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-8 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-8 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-8 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-8 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-8.gov {
  background: #c87776;
}
.progress .progress-bar-8.fai {
  background: #edb143;
}
.progress .progress-bar-8.hum {
  background: #31867f;
}
.progress .progress-bar-8.soc {
  background: #b692f6;
}
.progress .progress-bar-8.env {
  background: #a3ceaa;
}
.progress .progress-bar-8.lab {
  background: #ea726e;
}
.progress .progress-bar-8.cli {
  background: #52c8bf;
}
@keyframes cssload-width-8 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 8%;
  }
}
.progress .progress-bar-9 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 9%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-9 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-9 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-9 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-9 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-9 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-9.gov {
  background: #c87776;
}
.progress .progress-bar-9.fai {
  background: #edb143;
}
.progress .progress-bar-9.hum {
  background: #31867f;
}
.progress .progress-bar-9.soc {
  background: #b692f6;
}
.progress .progress-bar-9.env {
  background: #a3ceaa;
}
.progress .progress-bar-9.lab {
  background: #ea726e;
}
.progress .progress-bar-9.cli {
  background: #52c8bf;
}
@keyframes cssload-width-9 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 9%;
  }
}
.progress .progress-bar-10 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 10%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-10 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-10 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-10 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-10 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-10 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-10.gov {
  background: #c87776;
}
.progress .progress-bar-10.fai {
  background: #edb143;
}
.progress .progress-bar-10.hum {
  background: #31867f;
}
.progress .progress-bar-10.soc {
  background: #b692f6;
}
.progress .progress-bar-10.env {
  background: #a3ceaa;
}
.progress .progress-bar-10.lab {
  background: #ea726e;
}
.progress .progress-bar-10.cli {
  background: #52c8bf;
}
@keyframes cssload-width-10 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}
.progress .progress-bar-11 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 11%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-11 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-11 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-11 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-11 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-11 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-11.gov {
  background: #c87776;
}
.progress .progress-bar-11.fai {
  background: #edb143;
}
.progress .progress-bar-11.hum {
  background: #31867f;
}
.progress .progress-bar-11.soc {
  background: #b692f6;
}
.progress .progress-bar-11.env {
  background: #a3ceaa;
}
.progress .progress-bar-11.lab {
  background: #ea726e;
}
.progress .progress-bar-11.cli {
  background: #52c8bf;
}
@keyframes cssload-width-11 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 11%;
  }
}
.progress .progress-bar-12 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 12%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-12 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-12 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-12 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-12 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-12 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-12.gov {
  background: #c87776;
}
.progress .progress-bar-12.fai {
  background: #edb143;
}
.progress .progress-bar-12.hum {
  background: #31867f;
}
.progress .progress-bar-12.soc {
  background: #b692f6;
}
.progress .progress-bar-12.env {
  background: #a3ceaa;
}
.progress .progress-bar-12.lab {
  background: #ea726e;
}
.progress .progress-bar-12.cli {
  background: #52c8bf;
}
@keyframes cssload-width-12 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 12%;
  }
}
.progress .progress-bar-13 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 13%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-13 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-13 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-13 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-13 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-13 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-13.gov {
  background: #c87776;
}
.progress .progress-bar-13.fai {
  background: #edb143;
}
.progress .progress-bar-13.hum {
  background: #31867f;
}
.progress .progress-bar-13.soc {
  background: #b692f6;
}
.progress .progress-bar-13.env {
  background: #a3ceaa;
}
.progress .progress-bar-13.lab {
  background: #ea726e;
}
.progress .progress-bar-13.cli {
  background: #52c8bf;
}
@keyframes cssload-width-13 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 13%;
  }
}
.progress .progress-bar-14 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 14%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-14 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-14 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-14 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-14 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-14 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-14.gov {
  background: #c87776;
}
.progress .progress-bar-14.fai {
  background: #edb143;
}
.progress .progress-bar-14.hum {
  background: #31867f;
}
.progress .progress-bar-14.soc {
  background: #b692f6;
}
.progress .progress-bar-14.env {
  background: #a3ceaa;
}
.progress .progress-bar-14.lab {
  background: #ea726e;
}
.progress .progress-bar-14.cli {
  background: #52c8bf;
}
@keyframes cssload-width-14 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 14%;
  }
}
.progress .progress-bar-15 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 15%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-15 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-15 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-15 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-15 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-15 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-15.gov {
  background: #c87776;
}
.progress .progress-bar-15.fai {
  background: #edb143;
}
.progress .progress-bar-15.hum {
  background: #31867f;
}
.progress .progress-bar-15.soc {
  background: #b692f6;
}
.progress .progress-bar-15.env {
  background: #a3ceaa;
}
.progress .progress-bar-15.lab {
  background: #ea726e;
}
.progress .progress-bar-15.cli {
  background: #52c8bf;
}
@keyframes cssload-width-15 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
.progress .progress-bar-16 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 16%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-16 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-16 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-16 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-16 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-16 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-16.gov {
  background: #c87776;
}
.progress .progress-bar-16.fai {
  background: #edb143;
}
.progress .progress-bar-16.hum {
  background: #31867f;
}
.progress .progress-bar-16.soc {
  background: #b692f6;
}
.progress .progress-bar-16.env {
  background: #a3ceaa;
}
.progress .progress-bar-16.lab {
  background: #ea726e;
}
.progress .progress-bar-16.cli {
  background: #52c8bf;
}
@keyframes cssload-width-16 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 16%;
  }
}
.progress .progress-bar-17 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 17%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-17 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-17 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-17 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-17 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-17 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-17.gov {
  background: #c87776;
}
.progress .progress-bar-17.fai {
  background: #edb143;
}
.progress .progress-bar-17.hum {
  background: #31867f;
}
.progress .progress-bar-17.soc {
  background: #b692f6;
}
.progress .progress-bar-17.env {
  background: #a3ceaa;
}
.progress .progress-bar-17.lab {
  background: #ea726e;
}
.progress .progress-bar-17.cli {
  background: #52c8bf;
}
@keyframes cssload-width-17 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 17%;
  }
}
.progress .progress-bar-18 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 18%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-18 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-18 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-18 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-18 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-18 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-18.gov {
  background: #c87776;
}
.progress .progress-bar-18.fai {
  background: #edb143;
}
.progress .progress-bar-18.hum {
  background: #31867f;
}
.progress .progress-bar-18.soc {
  background: #b692f6;
}
.progress .progress-bar-18.env {
  background: #a3ceaa;
}
.progress .progress-bar-18.lab {
  background: #ea726e;
}
.progress .progress-bar-18.cli {
  background: #52c8bf;
}
@keyframes cssload-width-18 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 18%;
  }
}
.progress .progress-bar-19 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 19%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-19 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-19 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-19 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-19 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-19 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-19.gov {
  background: #c87776;
}
.progress .progress-bar-19.fai {
  background: #edb143;
}
.progress .progress-bar-19.hum {
  background: #31867f;
}
.progress .progress-bar-19.soc {
  background: #b692f6;
}
.progress .progress-bar-19.env {
  background: #a3ceaa;
}
.progress .progress-bar-19.lab {
  background: #ea726e;
}
.progress .progress-bar-19.cli {
  background: #52c8bf;
}
@keyframes cssload-width-19 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 19%;
  }
}
.progress .progress-bar-20 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 20%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-20 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-20 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-20 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-20 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-20 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-20.gov {
  background: #c87776;
}
.progress .progress-bar-20.fai {
  background: #edb143;
}
.progress .progress-bar-20.hum {
  background: #31867f;
}
.progress .progress-bar-20.soc {
  background: #b692f6;
}
.progress .progress-bar-20.env {
  background: #a3ceaa;
}
.progress .progress-bar-20.lab {
  background: #ea726e;
}
.progress .progress-bar-20.cli {
  background: #52c8bf;
}
@keyframes cssload-width-20 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}
.progress .progress-bar-21 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 21%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-21 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-21 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-21 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-21 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-21 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-21.gov {
  background: #c87776;
}
.progress .progress-bar-21.fai {
  background: #edb143;
}
.progress .progress-bar-21.hum {
  background: #31867f;
}
.progress .progress-bar-21.soc {
  background: #b692f6;
}
.progress .progress-bar-21.env {
  background: #a3ceaa;
}
.progress .progress-bar-21.lab {
  background: #ea726e;
}
.progress .progress-bar-21.cli {
  background: #52c8bf;
}
@keyframes cssload-width-21 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 21%;
  }
}
.progress .progress-bar-22 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 22%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-22 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-22 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-22 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-22 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-22 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-22.gov {
  background: #c87776;
}
.progress .progress-bar-22.fai {
  background: #edb143;
}
.progress .progress-bar-22.hum {
  background: #31867f;
}
.progress .progress-bar-22.soc {
  background: #b692f6;
}
.progress .progress-bar-22.env {
  background: #a3ceaa;
}
.progress .progress-bar-22.lab {
  background: #ea726e;
}
.progress .progress-bar-22.cli {
  background: #52c8bf;
}
@keyframes cssload-width-22 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 22%;
  }
}
.progress .progress-bar-23 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 23%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-23 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-23 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-23 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-23 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-23 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-23.gov {
  background: #c87776;
}
.progress .progress-bar-23.fai {
  background: #edb143;
}
.progress .progress-bar-23.hum {
  background: #31867f;
}
.progress .progress-bar-23.soc {
  background: #b692f6;
}
.progress .progress-bar-23.env {
  background: #a3ceaa;
}
.progress .progress-bar-23.lab {
  background: #ea726e;
}
.progress .progress-bar-23.cli {
  background: #52c8bf;
}
@keyframes cssload-width-23 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 23%;
  }
}
.progress .progress-bar-24 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 24%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-24 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-24 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-24 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-24 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-24 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-24.gov {
  background: #c87776;
}
.progress .progress-bar-24.fai {
  background: #edb143;
}
.progress .progress-bar-24.hum {
  background: #31867f;
}
.progress .progress-bar-24.soc {
  background: #b692f6;
}
.progress .progress-bar-24.env {
  background: #a3ceaa;
}
.progress .progress-bar-24.lab {
  background: #ea726e;
}
.progress .progress-bar-24.cli {
  background: #52c8bf;
}
@keyframes cssload-width-24 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 24%;
  }
}
.progress .progress-bar-25 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 25%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-25 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-25 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-25 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-25 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-25 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-25.gov {
  background: #c87776;
}
.progress .progress-bar-25.fai {
  background: #edb143;
}
.progress .progress-bar-25.hum {
  background: #31867f;
}
.progress .progress-bar-25.soc {
  background: #b692f6;
}
.progress .progress-bar-25.env {
  background: #a3ceaa;
}
.progress .progress-bar-25.lab {
  background: #ea726e;
}
.progress .progress-bar-25.cli {
  background: #52c8bf;
}
@keyframes cssload-width-25 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 25%;
  }
}
.progress .progress-bar-26 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 26%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-26 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-26 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-26 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-26 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-26 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-26.gov {
  background: #c87776;
}
.progress .progress-bar-26.fai {
  background: #edb143;
}
.progress .progress-bar-26.hum {
  background: #31867f;
}
.progress .progress-bar-26.soc {
  background: #b692f6;
}
.progress .progress-bar-26.env {
  background: #a3ceaa;
}
.progress .progress-bar-26.lab {
  background: #ea726e;
}
.progress .progress-bar-26.cli {
  background: #52c8bf;
}
@keyframes cssload-width-26 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 26%;
  }
}
.progress .progress-bar-27 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 27%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-27 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-27 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-27 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-27 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-27 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-27.gov {
  background: #c87776;
}
.progress .progress-bar-27.fai {
  background: #edb143;
}
.progress .progress-bar-27.hum {
  background: #31867f;
}
.progress .progress-bar-27.soc {
  background: #b692f6;
}
.progress .progress-bar-27.env {
  background: #a3ceaa;
}
.progress .progress-bar-27.lab {
  background: #ea726e;
}
.progress .progress-bar-27.cli {
  background: #52c8bf;
}
@keyframes cssload-width-27 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 27%;
  }
}
.progress .progress-bar-28 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 28%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-28 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-28 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-28 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-28 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-28 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-28.gov {
  background: #c87776;
}
.progress .progress-bar-28.fai {
  background: #edb143;
}
.progress .progress-bar-28.hum {
  background: #31867f;
}
.progress .progress-bar-28.soc {
  background: #b692f6;
}
.progress .progress-bar-28.env {
  background: #a3ceaa;
}
.progress .progress-bar-28.lab {
  background: #ea726e;
}
.progress .progress-bar-28.cli {
  background: #52c8bf;
}
@keyframes cssload-width-28 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 28%;
  }
}
.progress .progress-bar-29 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 29%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-29 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-29 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-29 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-29 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-29 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-29.gov {
  background: #c87776;
}
.progress .progress-bar-29.fai {
  background: #edb143;
}
.progress .progress-bar-29.hum {
  background: #31867f;
}
.progress .progress-bar-29.soc {
  background: #b692f6;
}
.progress .progress-bar-29.env {
  background: #a3ceaa;
}
.progress .progress-bar-29.lab {
  background: #ea726e;
}
.progress .progress-bar-29.cli {
  background: #52c8bf;
}
@keyframes cssload-width-29 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 29%;
  }
}
.progress .progress-bar-30 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 30%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-30 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-30 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-30 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-30 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-30 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-30.gov {
  background: #c87776;
}
.progress .progress-bar-30.fai {
  background: #edb143;
}
.progress .progress-bar-30.hum {
  background: #31867f;
}
.progress .progress-bar-30.soc {
  background: #b692f6;
}
.progress .progress-bar-30.env {
  background: #a3ceaa;
}
.progress .progress-bar-30.lab {
  background: #ea726e;
}
.progress .progress-bar-30.cli {
  background: #52c8bf;
}
@keyframes cssload-width-30 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
.progress .progress-bar-31 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 31%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-31 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-31 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-31 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-31 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-31 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-31.gov {
  background: #c87776;
}
.progress .progress-bar-31.fai {
  background: #edb143;
}
.progress .progress-bar-31.hum {
  background: #31867f;
}
.progress .progress-bar-31.soc {
  background: #b692f6;
}
.progress .progress-bar-31.env {
  background: #a3ceaa;
}
.progress .progress-bar-31.lab {
  background: #ea726e;
}
.progress .progress-bar-31.cli {
  background: #52c8bf;
}
@keyframes cssload-width-31 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 31%;
  }
}
.progress .progress-bar-32 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 32%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-32 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-32 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-32 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-32 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-32 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-32.gov {
  background: #c87776;
}
.progress .progress-bar-32.fai {
  background: #edb143;
}
.progress .progress-bar-32.hum {
  background: #31867f;
}
.progress .progress-bar-32.soc {
  background: #b692f6;
}
.progress .progress-bar-32.env {
  background: #a3ceaa;
}
.progress .progress-bar-32.lab {
  background: #ea726e;
}
.progress .progress-bar-32.cli {
  background: #52c8bf;
}
@keyframes cssload-width-32 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 32%;
  }
}
.progress .progress-bar-33 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 33%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-33 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-33 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-33 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-33 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-33 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-33.gov {
  background: #c87776;
}
.progress .progress-bar-33.fai {
  background: #edb143;
}
.progress .progress-bar-33.hum {
  background: #31867f;
}
.progress .progress-bar-33.soc {
  background: #b692f6;
}
.progress .progress-bar-33.env {
  background: #a3ceaa;
}
.progress .progress-bar-33.lab {
  background: #ea726e;
}
.progress .progress-bar-33.cli {
  background: #52c8bf;
}
@keyframes cssload-width-33 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 33%;
  }
}
.progress .progress-bar-34 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 34%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-34 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-34 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-34 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-34 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-34 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-34.gov {
  background: #c87776;
}
.progress .progress-bar-34.fai {
  background: #edb143;
}
.progress .progress-bar-34.hum {
  background: #31867f;
}
.progress .progress-bar-34.soc {
  background: #b692f6;
}
.progress .progress-bar-34.env {
  background: #a3ceaa;
}
.progress .progress-bar-34.lab {
  background: #ea726e;
}
.progress .progress-bar-34.cli {
  background: #52c8bf;
}
@keyframes cssload-width-34 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 34%;
  }
}
.progress .progress-bar-35 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 35%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-35 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-35 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-35 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-35 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-35 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-35.gov {
  background: #c87776;
}
.progress .progress-bar-35.fai {
  background: #edb143;
}
.progress .progress-bar-35.hum {
  background: #31867f;
}
.progress .progress-bar-35.soc {
  background: #b692f6;
}
.progress .progress-bar-35.env {
  background: #a3ceaa;
}
.progress .progress-bar-35.lab {
  background: #ea726e;
}
.progress .progress-bar-35.cli {
  background: #52c8bf;
}
@keyframes cssload-width-35 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 35%;
  }
}
.progress .progress-bar-36 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 36%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-36 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-36 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-36 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-36 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-36 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-36.gov {
  background: #c87776;
}
.progress .progress-bar-36.fai {
  background: #edb143;
}
.progress .progress-bar-36.hum {
  background: #31867f;
}
.progress .progress-bar-36.soc {
  background: #b692f6;
}
.progress .progress-bar-36.env {
  background: #a3ceaa;
}
.progress .progress-bar-36.lab {
  background: #ea726e;
}
.progress .progress-bar-36.cli {
  background: #52c8bf;
}
@keyframes cssload-width-36 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 36%;
  }
}
.progress .progress-bar-37 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 37%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-37 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-37 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-37 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-37 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-37 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-37.gov {
  background: #c87776;
}
.progress .progress-bar-37.fai {
  background: #edb143;
}
.progress .progress-bar-37.hum {
  background: #31867f;
}
.progress .progress-bar-37.soc {
  background: #b692f6;
}
.progress .progress-bar-37.env {
  background: #a3ceaa;
}
.progress .progress-bar-37.lab {
  background: #ea726e;
}
.progress .progress-bar-37.cli {
  background: #52c8bf;
}
@keyframes cssload-width-37 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 37%;
  }
}
.progress .progress-bar-38 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 38%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-38 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-38 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-38 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-38 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-38 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-38.gov {
  background: #c87776;
}
.progress .progress-bar-38.fai {
  background: #edb143;
}
.progress .progress-bar-38.hum {
  background: #31867f;
}
.progress .progress-bar-38.soc {
  background: #b692f6;
}
.progress .progress-bar-38.env {
  background: #a3ceaa;
}
.progress .progress-bar-38.lab {
  background: #ea726e;
}
.progress .progress-bar-38.cli {
  background: #52c8bf;
}
@keyframes cssload-width-38 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 38%;
  }
}
.progress .progress-bar-39 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 39%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-39 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-39 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-39 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-39 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-39 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-39.gov {
  background: #c87776;
}
.progress .progress-bar-39.fai {
  background: #edb143;
}
.progress .progress-bar-39.hum {
  background: #31867f;
}
.progress .progress-bar-39.soc {
  background: #b692f6;
}
.progress .progress-bar-39.env {
  background: #a3ceaa;
}
.progress .progress-bar-39.lab {
  background: #ea726e;
}
.progress .progress-bar-39.cli {
  background: #52c8bf;
}
@keyframes cssload-width-39 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 39%;
  }
}
.progress .progress-bar-40 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 40%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-40 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-40 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-40 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-40 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-40 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-40.gov {
  background: #c87776;
}
.progress .progress-bar-40.fai {
  background: #edb143;
}
.progress .progress-bar-40.hum {
  background: #31867f;
}
.progress .progress-bar-40.soc {
  background: #b692f6;
}
.progress .progress-bar-40.env {
  background: #a3ceaa;
}
.progress .progress-bar-40.lab {
  background: #ea726e;
}
.progress .progress-bar-40.cli {
  background: #52c8bf;
}
@keyframes cssload-width-40 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
.progress .progress-bar-41 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 41%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-41 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-41 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-41 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-41 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-41 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-41.gov {
  background: #c87776;
}
.progress .progress-bar-41.fai {
  background: #edb143;
}
.progress .progress-bar-41.hum {
  background: #31867f;
}
.progress .progress-bar-41.soc {
  background: #b692f6;
}
.progress .progress-bar-41.env {
  background: #a3ceaa;
}
.progress .progress-bar-41.lab {
  background: #ea726e;
}
.progress .progress-bar-41.cli {
  background: #52c8bf;
}
@keyframes cssload-width-41 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 41%;
  }
}
.progress .progress-bar-42 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 42%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-42 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-42 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-42 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-42 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-42 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-42.gov {
  background: #c87776;
}
.progress .progress-bar-42.fai {
  background: #edb143;
}
.progress .progress-bar-42.hum {
  background: #31867f;
}
.progress .progress-bar-42.soc {
  background: #b692f6;
}
.progress .progress-bar-42.env {
  background: #a3ceaa;
}
.progress .progress-bar-42.lab {
  background: #ea726e;
}
.progress .progress-bar-42.cli {
  background: #52c8bf;
}
@keyframes cssload-width-42 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 42%;
  }
}
.progress .progress-bar-43 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 43%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-43 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-43 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-43 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-43 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-43 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-43.gov {
  background: #c87776;
}
.progress .progress-bar-43.fai {
  background: #edb143;
}
.progress .progress-bar-43.hum {
  background: #31867f;
}
.progress .progress-bar-43.soc {
  background: #b692f6;
}
.progress .progress-bar-43.env {
  background: #a3ceaa;
}
.progress .progress-bar-43.lab {
  background: #ea726e;
}
.progress .progress-bar-43.cli {
  background: #52c8bf;
}
@keyframes cssload-width-43 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 43%;
  }
}
.progress .progress-bar-44 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 44%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-44 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-44 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-44 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-44 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-44 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-44.gov {
  background: #c87776;
}
.progress .progress-bar-44.fai {
  background: #edb143;
}
.progress .progress-bar-44.hum {
  background: #31867f;
}
.progress .progress-bar-44.soc {
  background: #b692f6;
}
.progress .progress-bar-44.env {
  background: #a3ceaa;
}
.progress .progress-bar-44.lab {
  background: #ea726e;
}
.progress .progress-bar-44.cli {
  background: #52c8bf;
}
@keyframes cssload-width-44 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 44%;
  }
}
.progress .progress-bar-45 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 45%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-45 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-45 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-45 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-45 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-45 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-45.gov {
  background: #c87776;
}
.progress .progress-bar-45.fai {
  background: #edb143;
}
.progress .progress-bar-45.hum {
  background: #31867f;
}
.progress .progress-bar-45.soc {
  background: #b692f6;
}
.progress .progress-bar-45.env {
  background: #a3ceaa;
}
.progress .progress-bar-45.lab {
  background: #ea726e;
}
.progress .progress-bar-45.cli {
  background: #52c8bf;
}
@keyframes cssload-width-45 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 45%;
  }
}
.progress .progress-bar-46 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 46%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-46 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-46 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-46 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-46 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-46 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-46.gov {
  background: #c87776;
}
.progress .progress-bar-46.fai {
  background: #edb143;
}
.progress .progress-bar-46.hum {
  background: #31867f;
}
.progress .progress-bar-46.soc {
  background: #b692f6;
}
.progress .progress-bar-46.env {
  background: #a3ceaa;
}
.progress .progress-bar-46.lab {
  background: #ea726e;
}
.progress .progress-bar-46.cli {
  background: #52c8bf;
}
@keyframes cssload-width-46 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 46%;
  }
}
.progress .progress-bar-47 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 47%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-47 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-47 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-47 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-47 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-47 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-47.gov {
  background: #c87776;
}
.progress .progress-bar-47.fai {
  background: #edb143;
}
.progress .progress-bar-47.hum {
  background: #31867f;
}
.progress .progress-bar-47.soc {
  background: #b692f6;
}
.progress .progress-bar-47.env {
  background: #a3ceaa;
}
.progress .progress-bar-47.lab {
  background: #ea726e;
}
.progress .progress-bar-47.cli {
  background: #52c8bf;
}
@keyframes cssload-width-47 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 47%;
  }
}
.progress .progress-bar-48 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 48%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-48 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-48 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-48 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-48 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-48 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-48.gov {
  background: #c87776;
}
.progress .progress-bar-48.fai {
  background: #edb143;
}
.progress .progress-bar-48.hum {
  background: #31867f;
}
.progress .progress-bar-48.soc {
  background: #b692f6;
}
.progress .progress-bar-48.env {
  background: #a3ceaa;
}
.progress .progress-bar-48.lab {
  background: #ea726e;
}
.progress .progress-bar-48.cli {
  background: #52c8bf;
}
@keyframes cssload-width-48 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 48%;
  }
}
.progress .progress-bar-49 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 49%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-49 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-49 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-49 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-49 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-49 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-49.gov {
  background: #c87776;
}
.progress .progress-bar-49.fai {
  background: #edb143;
}
.progress .progress-bar-49.hum {
  background: #31867f;
}
.progress .progress-bar-49.soc {
  background: #b692f6;
}
.progress .progress-bar-49.env {
  background: #a3ceaa;
}
.progress .progress-bar-49.lab {
  background: #ea726e;
}
.progress .progress-bar-49.cli {
  background: #52c8bf;
}
@keyframes cssload-width-49 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 49%;
  }
}
.progress .progress-bar-50 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 50%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-50 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-50 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-50 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-50 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-50 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-50.gov {
  background: #c87776;
}
.progress .progress-bar-50.fai {
  background: #edb143;
}
.progress .progress-bar-50.hum {
  background: #31867f;
}
.progress .progress-bar-50.soc {
  background: #b692f6;
}
.progress .progress-bar-50.env {
  background: #a3ceaa;
}
.progress .progress-bar-50.lab {
  background: #ea726e;
}
.progress .progress-bar-50.cli {
  background: #52c8bf;
}
@keyframes cssload-width-50 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.progress .progress-bar-51 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 51%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-51 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-51 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-51 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-51 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-51 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-51.gov {
  background: #c87776;
}
.progress .progress-bar-51.fai {
  background: #edb143;
}
.progress .progress-bar-51.hum {
  background: #31867f;
}
.progress .progress-bar-51.soc {
  background: #b692f6;
}
.progress .progress-bar-51.env {
  background: #a3ceaa;
}
.progress .progress-bar-51.lab {
  background: #ea726e;
}
.progress .progress-bar-51.cli {
  background: #52c8bf;
}
@keyframes cssload-width-51 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 51%;
  }
}
.progress .progress-bar-52 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 52%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-52 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-52 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-52 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-52 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-52 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-52.gov {
  background: #c87776;
}
.progress .progress-bar-52.fai {
  background: #edb143;
}
.progress .progress-bar-52.hum {
  background: #31867f;
}
.progress .progress-bar-52.soc {
  background: #b692f6;
}
.progress .progress-bar-52.env {
  background: #a3ceaa;
}
.progress .progress-bar-52.lab {
  background: #ea726e;
}
.progress .progress-bar-52.cli {
  background: #52c8bf;
}
@keyframes cssload-width-52 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 52%;
  }
}
.progress .progress-bar-53 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 53%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-53 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-53 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-53 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-53 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-53 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-53.gov {
  background: #c87776;
}
.progress .progress-bar-53.fai {
  background: #edb143;
}
.progress .progress-bar-53.hum {
  background: #31867f;
}
.progress .progress-bar-53.soc {
  background: #b692f6;
}
.progress .progress-bar-53.env {
  background: #a3ceaa;
}
.progress .progress-bar-53.lab {
  background: #ea726e;
}
.progress .progress-bar-53.cli {
  background: #52c8bf;
}
@keyframes cssload-width-53 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 53%;
  }
}
.progress .progress-bar-54 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 54%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-54 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-54 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-54 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-54 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-54 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-54.gov {
  background: #c87776;
}
.progress .progress-bar-54.fai {
  background: #edb143;
}
.progress .progress-bar-54.hum {
  background: #31867f;
}
.progress .progress-bar-54.soc {
  background: #b692f6;
}
.progress .progress-bar-54.env {
  background: #a3ceaa;
}
.progress .progress-bar-54.lab {
  background: #ea726e;
}
.progress .progress-bar-54.cli {
  background: #52c8bf;
}
@keyframes cssload-width-54 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 54%;
  }
}
.progress .progress-bar-55 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 55%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-55 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-55 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-55 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-55 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-55 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-55.gov {
  background: #c87776;
}
.progress .progress-bar-55.fai {
  background: #edb143;
}
.progress .progress-bar-55.hum {
  background: #31867f;
}
.progress .progress-bar-55.soc {
  background: #b692f6;
}
.progress .progress-bar-55.env {
  background: #a3ceaa;
}
.progress .progress-bar-55.lab {
  background: #ea726e;
}
.progress .progress-bar-55.cli {
  background: #52c8bf;
}
@keyframes cssload-width-55 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.progress .progress-bar-56 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 56%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-56 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-56 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-56 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-56 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-56 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-56.gov {
  background: #c87776;
}
.progress .progress-bar-56.fai {
  background: #edb143;
}
.progress .progress-bar-56.hum {
  background: #31867f;
}
.progress .progress-bar-56.soc {
  background: #b692f6;
}
.progress .progress-bar-56.env {
  background: #a3ceaa;
}
.progress .progress-bar-56.lab {
  background: #ea726e;
}
.progress .progress-bar-56.cli {
  background: #52c8bf;
}
@keyframes cssload-width-56 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 56%;
  }
}
.progress .progress-bar-57 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 57%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-57 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-57 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-57 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-57 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-57 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-57.gov {
  background: #c87776;
}
.progress .progress-bar-57.fai {
  background: #edb143;
}
.progress .progress-bar-57.hum {
  background: #31867f;
}
.progress .progress-bar-57.soc {
  background: #b692f6;
}
.progress .progress-bar-57.env {
  background: #a3ceaa;
}
.progress .progress-bar-57.lab {
  background: #ea726e;
}
.progress .progress-bar-57.cli {
  background: #52c8bf;
}
@keyframes cssload-width-57 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 57%;
  }
}
.progress .progress-bar-58 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 58%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-58 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-58 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-58 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-58 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-58 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-58.gov {
  background: #c87776;
}
.progress .progress-bar-58.fai {
  background: #edb143;
}
.progress .progress-bar-58.hum {
  background: #31867f;
}
.progress .progress-bar-58.soc {
  background: #b692f6;
}
.progress .progress-bar-58.env {
  background: #a3ceaa;
}
.progress .progress-bar-58.lab {
  background: #ea726e;
}
.progress .progress-bar-58.cli {
  background: #52c8bf;
}
@keyframes cssload-width-58 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 58%;
  }
}
.progress .progress-bar-59 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 59%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-59 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-59 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-59 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-59 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-59 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-59.gov {
  background: #c87776;
}
.progress .progress-bar-59.fai {
  background: #edb143;
}
.progress .progress-bar-59.hum {
  background: #31867f;
}
.progress .progress-bar-59.soc {
  background: #b692f6;
}
.progress .progress-bar-59.env {
  background: #a3ceaa;
}
.progress .progress-bar-59.lab {
  background: #ea726e;
}
.progress .progress-bar-59.cli {
  background: #52c8bf;
}
@keyframes cssload-width-59 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 59%;
  }
}
.progress .progress-bar-60 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 60%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-60 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-60 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-60 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-60 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-60 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-60.gov {
  background: #c87776;
}
.progress .progress-bar-60.fai {
  background: #edb143;
}
.progress .progress-bar-60.hum {
  background: #31867f;
}
.progress .progress-bar-60.soc {
  background: #b692f6;
}
.progress .progress-bar-60.env {
  background: #a3ceaa;
}
.progress .progress-bar-60.lab {
  background: #ea726e;
}
.progress .progress-bar-60.cli {
  background: #52c8bf;
}
@keyframes cssload-width-60 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.progress .progress-bar-61 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 61%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-61 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-61 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-61 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-61 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-61 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-61.gov {
  background: #c87776;
}
.progress .progress-bar-61.fai {
  background: #edb143;
}
.progress .progress-bar-61.hum {
  background: #31867f;
}
.progress .progress-bar-61.soc {
  background: #b692f6;
}
.progress .progress-bar-61.env {
  background: #a3ceaa;
}
.progress .progress-bar-61.lab {
  background: #ea726e;
}
.progress .progress-bar-61.cli {
  background: #52c8bf;
}
@keyframes cssload-width-61 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 61%;
  }
}
.progress .progress-bar-62 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 62%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-62 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-62 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-62 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-62 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-62 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-62.gov {
  background: #c87776;
}
.progress .progress-bar-62.fai {
  background: #edb143;
}
.progress .progress-bar-62.hum {
  background: #31867f;
}
.progress .progress-bar-62.soc {
  background: #b692f6;
}
.progress .progress-bar-62.env {
  background: #a3ceaa;
}
.progress .progress-bar-62.lab {
  background: #ea726e;
}
.progress .progress-bar-62.cli {
  background: #52c8bf;
}
@keyframes cssload-width-62 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 62%;
  }
}
.progress .progress-bar-63 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 63%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-63 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-63 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-63 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-63 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-63 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-63.gov {
  background: #c87776;
}
.progress .progress-bar-63.fai {
  background: #edb143;
}
.progress .progress-bar-63.hum {
  background: #31867f;
}
.progress .progress-bar-63.soc {
  background: #b692f6;
}
.progress .progress-bar-63.env {
  background: #a3ceaa;
}
.progress .progress-bar-63.lab {
  background: #ea726e;
}
.progress .progress-bar-63.cli {
  background: #52c8bf;
}
@keyframes cssload-width-63 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 63%;
  }
}
.progress .progress-bar-64 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 64%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-64 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-64 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-64 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-64 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-64 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-64.gov {
  background: #c87776;
}
.progress .progress-bar-64.fai {
  background: #edb143;
}
.progress .progress-bar-64.hum {
  background: #31867f;
}
.progress .progress-bar-64.soc {
  background: #b692f6;
}
.progress .progress-bar-64.env {
  background: #a3ceaa;
}
.progress .progress-bar-64.lab {
  background: #ea726e;
}
.progress .progress-bar-64.cli {
  background: #52c8bf;
}
@keyframes cssload-width-64 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 64%;
  }
}
.progress .progress-bar-65 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 65%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-65 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-65 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-65 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-65 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-65 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-65.gov {
  background: #c87776;
}
.progress .progress-bar-65.fai {
  background: #edb143;
}
.progress .progress-bar-65.hum {
  background: #31867f;
}
.progress .progress-bar-65.soc {
  background: #b692f6;
}
.progress .progress-bar-65.env {
  background: #a3ceaa;
}
.progress .progress-bar-65.lab {
  background: #ea726e;
}
.progress .progress-bar-65.cli {
  background: #52c8bf;
}
@keyframes cssload-width-65 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
.progress .progress-bar-66 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 66%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-66 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-66 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-66 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-66 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-66 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-66.gov {
  background: #c87776;
}
.progress .progress-bar-66.fai {
  background: #edb143;
}
.progress .progress-bar-66.hum {
  background: #31867f;
}
.progress .progress-bar-66.soc {
  background: #b692f6;
}
.progress .progress-bar-66.env {
  background: #a3ceaa;
}
.progress .progress-bar-66.lab {
  background: #ea726e;
}
.progress .progress-bar-66.cli {
  background: #52c8bf;
}
@keyframes cssload-width-66 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 66%;
  }
}
.progress .progress-bar-67 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 67%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-67 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-67 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-67 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-67 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-67 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-67.gov {
  background: #c87776;
}
.progress .progress-bar-67.fai {
  background: #edb143;
}
.progress .progress-bar-67.hum {
  background: #31867f;
}
.progress .progress-bar-67.soc {
  background: #b692f6;
}
.progress .progress-bar-67.env {
  background: #a3ceaa;
}
.progress .progress-bar-67.lab {
  background: #ea726e;
}
.progress .progress-bar-67.cli {
  background: #52c8bf;
}
@keyframes cssload-width-67 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 67%;
  }
}
.progress .progress-bar-68 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 68%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-68 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-68 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-68 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-68 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-68 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-68.gov {
  background: #c87776;
}
.progress .progress-bar-68.fai {
  background: #edb143;
}
.progress .progress-bar-68.hum {
  background: #31867f;
}
.progress .progress-bar-68.soc {
  background: #b692f6;
}
.progress .progress-bar-68.env {
  background: #a3ceaa;
}
.progress .progress-bar-68.lab {
  background: #ea726e;
}
.progress .progress-bar-68.cli {
  background: #52c8bf;
}
@keyframes cssload-width-68 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}
.progress .progress-bar-69 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 69%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-69 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-69 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-69 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-69 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-69 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-69.gov {
  background: #c87776;
}
.progress .progress-bar-69.fai {
  background: #edb143;
}
.progress .progress-bar-69.hum {
  background: #31867f;
}
.progress .progress-bar-69.soc {
  background: #b692f6;
}
.progress .progress-bar-69.env {
  background: #a3ceaa;
}
.progress .progress-bar-69.lab {
  background: #ea726e;
}
.progress .progress-bar-69.cli {
  background: #52c8bf;
}
@keyframes cssload-width-69 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 69%;
  }
}
.progress .progress-bar-70 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 70%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-70 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-70 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-70 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-70 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-70 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-70.gov {
  background: #c87776;
}
.progress .progress-bar-70.fai {
  background: #edb143;
}
.progress .progress-bar-70.hum {
  background: #31867f;
}
.progress .progress-bar-70.soc {
  background: #b692f6;
}
.progress .progress-bar-70.env {
  background: #a3ceaa;
}
.progress .progress-bar-70.lab {
  background: #ea726e;
}
.progress .progress-bar-70.cli {
  background: #52c8bf;
}
@keyframes cssload-width-70 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
.progress .progress-bar-71 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 71%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-71 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-71 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-71 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-71 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-71 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-71.gov {
  background: #c87776;
}
.progress .progress-bar-71.fai {
  background: #edb143;
}
.progress .progress-bar-71.hum {
  background: #31867f;
}
.progress .progress-bar-71.soc {
  background: #b692f6;
}
.progress .progress-bar-71.env {
  background: #a3ceaa;
}
.progress .progress-bar-71.lab {
  background: #ea726e;
}
.progress .progress-bar-71.cli {
  background: #52c8bf;
}
@keyframes cssload-width-71 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 71%;
  }
}
.progress .progress-bar-72 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 72%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-72 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-72 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-72 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-72 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-72 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-72.gov {
  background: #c87776;
}
.progress .progress-bar-72.fai {
  background: #edb143;
}
.progress .progress-bar-72.hum {
  background: #31867f;
}
.progress .progress-bar-72.soc {
  background: #b692f6;
}
.progress .progress-bar-72.env {
  background: #a3ceaa;
}
.progress .progress-bar-72.lab {
  background: #ea726e;
}
.progress .progress-bar-72.cli {
  background: #52c8bf;
}
@keyframes cssload-width-72 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 72%;
  }
}
.progress .progress-bar-73 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 73%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-73 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-73 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-73 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-73 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-73 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-73.gov {
  background: #c87776;
}
.progress .progress-bar-73.fai {
  background: #edb143;
}
.progress .progress-bar-73.hum {
  background: #31867f;
}
.progress .progress-bar-73.soc {
  background: #b692f6;
}
.progress .progress-bar-73.env {
  background: #a3ceaa;
}
.progress .progress-bar-73.lab {
  background: #ea726e;
}
.progress .progress-bar-73.cli {
  background: #52c8bf;
}
@keyframes cssload-width-73 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 73%;
  }
}
.progress .progress-bar-74 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 74%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-74 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-74 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-74 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-74 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-74 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-74.gov {
  background: #c87776;
}
.progress .progress-bar-74.fai {
  background: #edb143;
}
.progress .progress-bar-74.hum {
  background: #31867f;
}
.progress .progress-bar-74.soc {
  background: #b692f6;
}
.progress .progress-bar-74.env {
  background: #a3ceaa;
}
.progress .progress-bar-74.lab {
  background: #ea726e;
}
.progress .progress-bar-74.cli {
  background: #52c8bf;
}
@keyframes cssload-width-74 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 74%;
  }
}
.progress .progress-bar-75 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 75%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-75 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-75 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-75 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-75 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-75 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-75.gov {
  background: #c87776;
}
.progress .progress-bar-75.fai {
  background: #edb143;
}
.progress .progress-bar-75.hum {
  background: #31867f;
}
.progress .progress-bar-75.soc {
  background: #b692f6;
}
.progress .progress-bar-75.env {
  background: #a3ceaa;
}
.progress .progress-bar-75.lab {
  background: #ea726e;
}
.progress .progress-bar-75.cli {
  background: #52c8bf;
}
@keyframes cssload-width-75 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.progress .progress-bar-76 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 76%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-76 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-76 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-76 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-76 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-76 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-76.gov {
  background: #c87776;
}
.progress .progress-bar-76.fai {
  background: #edb143;
}
.progress .progress-bar-76.hum {
  background: #31867f;
}
.progress .progress-bar-76.soc {
  background: #b692f6;
}
.progress .progress-bar-76.env {
  background: #a3ceaa;
}
.progress .progress-bar-76.lab {
  background: #ea726e;
}
.progress .progress-bar-76.cli {
  background: #52c8bf;
}
@keyframes cssload-width-76 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
.progress .progress-bar-77 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 77%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-77 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-77 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-77 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-77 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-77 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-77.gov {
  background: #c87776;
}
.progress .progress-bar-77.fai {
  background: #edb143;
}
.progress .progress-bar-77.hum {
  background: #31867f;
}
.progress .progress-bar-77.soc {
  background: #b692f6;
}
.progress .progress-bar-77.env {
  background: #a3ceaa;
}
.progress .progress-bar-77.lab {
  background: #ea726e;
}
.progress .progress-bar-77.cli {
  background: #52c8bf;
}
@keyframes cssload-width-77 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 77%;
  }
}
.progress .progress-bar-78 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 78%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-78 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-78 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-78 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-78 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-78 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-78.gov {
  background: #c87776;
}
.progress .progress-bar-78.fai {
  background: #edb143;
}
.progress .progress-bar-78.hum {
  background: #31867f;
}
.progress .progress-bar-78.soc {
  background: #b692f6;
}
.progress .progress-bar-78.env {
  background: #a3ceaa;
}
.progress .progress-bar-78.lab {
  background: #ea726e;
}
.progress .progress-bar-78.cli {
  background: #52c8bf;
}
@keyframes cssload-width-78 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 78%;
  }
}
.progress .progress-bar-79 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 79%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-79 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-79 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-79 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-79 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-79 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-79.gov {
  background: #c87776;
}
.progress .progress-bar-79.fai {
  background: #edb143;
}
.progress .progress-bar-79.hum {
  background: #31867f;
}
.progress .progress-bar-79.soc {
  background: #b692f6;
}
.progress .progress-bar-79.env {
  background: #a3ceaa;
}
.progress .progress-bar-79.lab {
  background: #ea726e;
}
.progress .progress-bar-79.cli {
  background: #52c8bf;
}
@keyframes cssload-width-79 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 79%;
  }
}
.progress .progress-bar-80 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 80%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-80 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-80 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-80 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-80 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-80 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-80.gov {
  background: #c87776;
}
.progress .progress-bar-80.fai {
  background: #edb143;
}
.progress .progress-bar-80.hum {
  background: #31867f;
}
.progress .progress-bar-80.soc {
  background: #b692f6;
}
.progress .progress-bar-80.env {
  background: #a3ceaa;
}
.progress .progress-bar-80.lab {
  background: #ea726e;
}
.progress .progress-bar-80.cli {
  background: #52c8bf;
}
@keyframes cssload-width-80 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.progress .progress-bar-81 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 81%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-81 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-81 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-81 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-81 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-81 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-81.gov {
  background: #c87776;
}
.progress .progress-bar-81.fai {
  background: #edb143;
}
.progress .progress-bar-81.hum {
  background: #31867f;
}
.progress .progress-bar-81.soc {
  background: #b692f6;
}
.progress .progress-bar-81.env {
  background: #a3ceaa;
}
.progress .progress-bar-81.lab {
  background: #ea726e;
}
.progress .progress-bar-81.cli {
  background: #52c8bf;
}
@keyframes cssload-width-81 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 81%;
  }
}
.progress .progress-bar-82 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 82%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-82 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-82 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-82 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-82 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-82 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-82.gov {
  background: #c87776;
}
.progress .progress-bar-82.fai {
  background: #edb143;
}
.progress .progress-bar-82.hum {
  background: #31867f;
}
.progress .progress-bar-82.soc {
  background: #b692f6;
}
.progress .progress-bar-82.env {
  background: #a3ceaa;
}
.progress .progress-bar-82.lab {
  background: #ea726e;
}
.progress .progress-bar-82.cli {
  background: #52c8bf;
}
@keyframes cssload-width-82 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 82%;
  }
}
.progress .progress-bar-83 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 83%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-83 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-83 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-83 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-83 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-83 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-83.gov {
  background: #c87776;
}
.progress .progress-bar-83.fai {
  background: #edb143;
}
.progress .progress-bar-83.hum {
  background: #31867f;
}
.progress .progress-bar-83.soc {
  background: #b692f6;
}
.progress .progress-bar-83.env {
  background: #a3ceaa;
}
.progress .progress-bar-83.lab {
  background: #ea726e;
}
.progress .progress-bar-83.cli {
  background: #52c8bf;
}
@keyframes cssload-width-83 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 83%;
  }
}
.progress .progress-bar-84 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 84%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-84 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-84 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-84 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-84 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-84 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-84.gov {
  background: #c87776;
}
.progress .progress-bar-84.fai {
  background: #edb143;
}
.progress .progress-bar-84.hum {
  background: #31867f;
}
.progress .progress-bar-84.soc {
  background: #b692f6;
}
.progress .progress-bar-84.env {
  background: #a3ceaa;
}
.progress .progress-bar-84.lab {
  background: #ea726e;
}
.progress .progress-bar-84.cli {
  background: #52c8bf;
}
@keyframes cssload-width-84 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 84%;
  }
}
.progress .progress-bar-85 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 85%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-85 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-85 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-85 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-85 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-85 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-85.gov {
  background: #c87776;
}
.progress .progress-bar-85.fai {
  background: #edb143;
}
.progress .progress-bar-85.hum {
  background: #31867f;
}
.progress .progress-bar-85.soc {
  background: #b692f6;
}
.progress .progress-bar-85.env {
  background: #a3ceaa;
}
.progress .progress-bar-85.lab {
  background: #ea726e;
}
.progress .progress-bar-85.cli {
  background: #52c8bf;
}
@keyframes cssload-width-85 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
.progress .progress-bar-86 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 86%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-86 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-86 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-86 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-86 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-86 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-86.gov {
  background: #c87776;
}
.progress .progress-bar-86.fai {
  background: #edb143;
}
.progress .progress-bar-86.hum {
  background: #31867f;
}
.progress .progress-bar-86.soc {
  background: #b692f6;
}
.progress .progress-bar-86.env {
  background: #a3ceaa;
}
.progress .progress-bar-86.lab {
  background: #ea726e;
}
.progress .progress-bar-86.cli {
  background: #52c8bf;
}
@keyframes cssload-width-86 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 86%;
  }
}
.progress .progress-bar-87 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 87%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-87 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-87 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-87 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-87 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-87 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-87.gov {
  background: #c87776;
}
.progress .progress-bar-87.fai {
  background: #edb143;
}
.progress .progress-bar-87.hum {
  background: #31867f;
}
.progress .progress-bar-87.soc {
  background: #b692f6;
}
.progress .progress-bar-87.env {
  background: #a3ceaa;
}
.progress .progress-bar-87.lab {
  background: #ea726e;
}
.progress .progress-bar-87.cli {
  background: #52c8bf;
}
@keyframes cssload-width-87 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 87%;
  }
}
.progress .progress-bar-88 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 88%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-88 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-88 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-88 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-88 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-88 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-88.gov {
  background: #c87776;
}
.progress .progress-bar-88.fai {
  background: #edb143;
}
.progress .progress-bar-88.hum {
  background: #31867f;
}
.progress .progress-bar-88.soc {
  background: #b692f6;
}
.progress .progress-bar-88.env {
  background: #a3ceaa;
}
.progress .progress-bar-88.lab {
  background: #ea726e;
}
.progress .progress-bar-88.cli {
  background: #52c8bf;
}
@keyframes cssload-width-88 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 88%;
  }
}
.progress .progress-bar-89 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 89%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-89 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-89 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-89 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-89 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-89 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-89.gov {
  background: #c87776;
}
.progress .progress-bar-89.fai {
  background: #edb143;
}
.progress .progress-bar-89.hum {
  background: #31867f;
}
.progress .progress-bar-89.soc {
  background: #b692f6;
}
.progress .progress-bar-89.env {
  background: #a3ceaa;
}
.progress .progress-bar-89.lab {
  background: #ea726e;
}
.progress .progress-bar-89.cli {
  background: #52c8bf;
}
@keyframes cssload-width-89 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 89%;
  }
}
.progress .progress-bar-90 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 90%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-90 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-90 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-90 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-90 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-90 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-90.gov {
  background: #c87776;
}
.progress .progress-bar-90.fai {
  background: #edb143;
}
.progress .progress-bar-90.hum {
  background: #31867f;
}
.progress .progress-bar-90.soc {
  background: #b692f6;
}
.progress .progress-bar-90.env {
  background: #a3ceaa;
}
.progress .progress-bar-90.lab {
  background: #ea726e;
}
.progress .progress-bar-90.cli {
  background: #52c8bf;
}
@keyframes cssload-width-90 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
.progress .progress-bar-91 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 91%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-91 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-91 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-91 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-91 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-91 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-91.gov {
  background: #c87776;
}
.progress .progress-bar-91.fai {
  background: #edb143;
}
.progress .progress-bar-91.hum {
  background: #31867f;
}
.progress .progress-bar-91.soc {
  background: #b692f6;
}
.progress .progress-bar-91.env {
  background: #a3ceaa;
}
.progress .progress-bar-91.lab {
  background: #ea726e;
}
.progress .progress-bar-91.cli {
  background: #52c8bf;
}
@keyframes cssload-width-91 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 91%;
  }
}
.progress .progress-bar-92 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 92%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-92 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-92 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-92 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-92 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-92 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-92.gov {
  background: #c87776;
}
.progress .progress-bar-92.fai {
  background: #edb143;
}
.progress .progress-bar-92.hum {
  background: #31867f;
}
.progress .progress-bar-92.soc {
  background: #b692f6;
}
.progress .progress-bar-92.env {
  background: #a3ceaa;
}
.progress .progress-bar-92.lab {
  background: #ea726e;
}
.progress .progress-bar-92.cli {
  background: #52c8bf;
}
@keyframes cssload-width-92 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 92%;
  }
}
.progress .progress-bar-93 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 93%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-93 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-93 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-93 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-93 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-93 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-93.gov {
  background: #c87776;
}
.progress .progress-bar-93.fai {
  background: #edb143;
}
.progress .progress-bar-93.hum {
  background: #31867f;
}
.progress .progress-bar-93.soc {
  background: #b692f6;
}
.progress .progress-bar-93.env {
  background: #a3ceaa;
}
.progress .progress-bar-93.lab {
  background: #ea726e;
}
.progress .progress-bar-93.cli {
  background: #52c8bf;
}
@keyframes cssload-width-93 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 93%;
  }
}
.progress .progress-bar-94 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 94%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-94 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-94 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-94 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-94 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-94 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-94.gov {
  background: #c87776;
}
.progress .progress-bar-94.fai {
  background: #edb143;
}
.progress .progress-bar-94.hum {
  background: #31867f;
}
.progress .progress-bar-94.soc {
  background: #b692f6;
}
.progress .progress-bar-94.env {
  background: #a3ceaa;
}
.progress .progress-bar-94.lab {
  background: #ea726e;
}
.progress .progress-bar-94.cli {
  background: #52c8bf;
}
@keyframes cssload-width-94 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 94%;
  }
}
.progress .progress-bar-95 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 95%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-95 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-95 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-95 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-95 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-95 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-95.gov {
  background: #c87776;
}
.progress .progress-bar-95.fai {
  background: #edb143;
}
.progress .progress-bar-95.hum {
  background: #31867f;
}
.progress .progress-bar-95.soc {
  background: #b692f6;
}
.progress .progress-bar-95.env {
  background: #a3ceaa;
}
.progress .progress-bar-95.lab {
  background: #ea726e;
}
.progress .progress-bar-95.cli {
  background: #52c8bf;
}
@keyframes cssload-width-95 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
.progress .progress-bar-96 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 96%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-96 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-96 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-96 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-96 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-96 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-96.gov {
  background: #c87776;
}
.progress .progress-bar-96.fai {
  background: #edb143;
}
.progress .progress-bar-96.hum {
  background: #31867f;
}
.progress .progress-bar-96.soc {
  background: #b692f6;
}
.progress .progress-bar-96.env {
  background: #a3ceaa;
}
.progress .progress-bar-96.lab {
  background: #ea726e;
}
.progress .progress-bar-96.cli {
  background: #52c8bf;
}
@keyframes cssload-width-96 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 96%;
  }
}
.progress .progress-bar-97 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 97%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-97 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-97 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-97 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-97 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-97 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-97.gov {
  background: #c87776;
}
.progress .progress-bar-97.fai {
  background: #edb143;
}
.progress .progress-bar-97.hum {
  background: #31867f;
}
.progress .progress-bar-97.soc {
  background: #b692f6;
}
.progress .progress-bar-97.env {
  background: #a3ceaa;
}
.progress .progress-bar-97.lab {
  background: #ea726e;
}
.progress .progress-bar-97.cli {
  background: #52c8bf;
}
@keyframes cssload-width-97 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 97%;
  }
}
.progress .progress-bar-98 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 98%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-98 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-98 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-98 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-98 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-98 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-98.gov {
  background: #c87776;
}
.progress .progress-bar-98.fai {
  background: #edb143;
}
.progress .progress-bar-98.hum {
  background: #31867f;
}
.progress .progress-bar-98.soc {
  background: #b692f6;
}
.progress .progress-bar-98.env {
  background: #a3ceaa;
}
.progress .progress-bar-98.lab {
  background: #ea726e;
}
.progress .progress-bar-98.cli {
  background: #52c8bf;
}
@keyframes cssload-width-98 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}
.progress .progress-bar-99 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 99%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-99 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-99 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-99 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-99 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-99 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-99.gov {
  background: #c87776;
}
.progress .progress-bar-99.fai {
  background: #edb143;
}
.progress .progress-bar-99.hum {
  background: #31867f;
}
.progress .progress-bar-99.soc {
  background: #b692f6;
}
.progress .progress-bar-99.env {
  background: #a3ceaa;
}
.progress .progress-bar-99.lab {
  background: #ea726e;
}
.progress .progress-bar-99.cli {
  background: #52c8bf;
}
@keyframes cssload-width-99 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 99%;
  }
}
.progress .progress-bar-100 {
  background-size: 23em 0.25em;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-color: #e04542;
  animation: cssload-width-100 2s cubic-bezier(0.45, 0, 1, 1);
  -o-animation: cssload-width-100 2s cubic-bezier(0.45, 0, 1, 1);
  -ms-animation: cssload-width-100 2s cubic-bezier(0.45, 0, 1, 1);
  -webkit-animation: cssload-width-100 2s cubic-bezier(0.45, 0, 1, 1);
  -moz-animation: cssload-width-100 2s cubic-bezier(0.45, 0, 1, 1);
}
.progress .progress-bar-100.gov {
  background: #c87776;
}
.progress .progress-bar-100.fai {
  background: #edb143;
}
.progress .progress-bar-100.hum {
  background: #31867f;
}
.progress .progress-bar-100.soc {
  background: #b692f6;
}
.progress .progress-bar-100.env {
  background: #a3ceaa;
}
.progress .progress-bar-100.lab {
  background: #ea726e;
}
.progress .progress-bar-100.cli {
  background: #52c8bf;
}
@keyframes cssload-width-100 {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.note.gov {
  background: #c87776 !important;
}
.note.fai {
  background: #edb143 !important;
}
.note.hum {
  background: #31867f !important;
}
.note.soc {
  background: #b692f6 !important;
}
.note.env {
  background: #a3ceaa !important;
}
.note.lab {
  background: #ea726e !important;
}
.note.cli {
  background: #52c8bf !important;
}

.no-margin {
  margin: 0 !important;
}

.rse-panel_overlay {
  background: rgba(16, 24, 40, 0.4) !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 24px;
  display: flex;
  flex-direction: row;
  z-index: 120;
  backdrop-filter: blur(4px);
}
.rse-panel_overlay .panel-container {
  flex: 6;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
}
.rse-panel_overlay .panel-container > .rse-panel_header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 30px;
  border-bottom: 1px solid #D0D5DD;
}
.rse-panel_overlay .panel-container > .rse-panel_header > .title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.rse-panel_overlay .panel-container > .rse-panel_header > .title > span {
  font-size: calc(var(--font-size-large) * 1.5);
  line-height: 20px;
}
.rse-panel_overlay .panel-container > .rse-panel_header > .title > span + span {
  font-size: calc(var(--font-size-largest) * 1.5);
  line-height: 33px;
  letter-spacing: -0.72px;
}
.rse-panel_overlay .panel-container > .rse-panel_content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 74px);
}
.rse-panel_overlay .panel-container > .rse-panel_content.detail {
  flex-direction: row;
}
.rse-panel_overlay .panel-container > .rse-panel_content.calcul {
  flex-direction: column;
}
.rse-panel_overlay .panel-container > .rse-panel_content > .rse-panel_content_row {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.rse-panel_overlay .panel-container > .rse-panel_content > .rse-panel_content_row .rse-cell {
  width: 50%;
}
.rse-panel_overlay .panel-container > .rse-panel_content > .rse-panel_content_row:last-child {
  flex-wrap: wrap;
  width: 100%;
}
.rse-panel_overlay .panel-container > .rse-panel_content > .rse-panel_content_col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex: 2;
  overflow: hidden;
  overflow-y: auto;
}
.rse-panel_overlay .panel-container > .rse-panel_content > .rse-panel_content_col:last-child {
  border-left: 1px solid #EAECF0;
  flex: 3;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell {
  display: flex;
  flex-direction: column;
  gap: var(--gap-extra-small);
  padding: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) var(--spacing-large);
  flex-grow: 1;
  flex-shrink: 1;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell .title {
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
  line-height: 30px;
  align-self: start;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap-smallest);
  border-bottom: 1px solid #EAECF0;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul > .title {
  display: flex;
  align-self: center !important;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul > .title > .numeric {
  font-size: clamp(75px, 5vw, 100px);
  line-height: 90px;
  letter-spacing: -2.44px;
}
@media (width < 1100px) {
  .rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul > .title > .numeric {
    font-size: calc(var(--font-size-large) * 1.5);
  }
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul > .title > .icon, .rse-panel_overlay .panel-container > .rse-panel_content .table--wrapper .pagination--wrapper.rse-cell.calcul > a.title > span, .table--wrapper .rse-panel_overlay .panel-container > .rse-panel_content .pagination--wrapper.rse-cell.calcul > a.title > span, .rse-panel_overlay .panel-container > .rse-panel_content .datatable--container .datatable--wrapper .pagination--wrapper.rse-cell.calcul > a.title > span, .datatable--container .datatable--wrapper .rse-panel_overlay .panel-container > .rse-panel_content .pagination--wrapper.rse-cell.calcul > a.title > span {
  cursor: pointer;
  align-self: baseline;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calcul > .text {
  font-size: calc(var(--font-size-large) * 1.5);
  line-height: 32px;
  text-align: center;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note {
  border-bottom: 1px solid #eaecf0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-extra-small);
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up {
  position: relative;
  display: flex;
  padding: 12px 18px;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  border-radius: 12px;
  background: #FEDF89;
  color: #344054;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 600;
  line-height: 18px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up._20 {
  margin-right: 84%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up._40 {
  margin-right: 64%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up._60 {
  margin-right: 44%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up._80 {
  margin-right: 24%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up._100 {
  margin-right: 4%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-up::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 45%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #FEDF89 transparent transparent transparent;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  padding: 12px 18px;
  border-radius: 12px;
  background: #FEDF89;
  color: #344054;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 600;
  line-height: 18px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark._20 {
  margin-right: 80%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark._40 {
  margin-right: 60%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark._60 {
  margin-right: 40%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark._80 {
  margin-right: 20%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark._100 {
  margin-right: 0%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-benchmark::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 45%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FEDF89 transparent;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork {
  display: flex;
  padding: 12px;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  align-self: stretch;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1 0 0;
  border-radius: 30px;
  padding: 8px 12px;
  color: #344054;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 600;
  line-height: 18px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge.error {
  background: #F97066 !important;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge.warningDark {
  background: #FDA29B;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge.warning {
  background: #FEDF89 !important;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge.successLight {
  background: #A6F4C5;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .noteline-wrapper > .note-fork > .noteline-badge.success {
  background: #6CE9A6 !important;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.note > .text {
  align-self: stretch;
  color: #344054;
  font-size: calc(var(--font-size-medium) * 1.5);
  line-height: 20px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.modalites {
  justify-content: flex-start;
  border-bottom: 1px solid #EAECF0;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.modalites > .modalites_wrap {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: var(--gap-extra-small);
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.modalites > .modalites_wrap span {
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.comment {
  max-height: 60%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod {
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks {
  display: flex;
  gap: var(--gap-smallest);
  width: 100%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block {
  flex-grow: 1;
  align-self: stretch;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block > .header {
  text-align: center;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
  line-height: 30px;
  color: #101828;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block > .content {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block > .content .content-subtitle {
  padding: 10px 0px;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
  line-height: 28px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block > .content .subcontent {
  width: 100%;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.calculMethod .blocks > .block > .content .subcontent div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0px;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 400;
  line-height: 20px;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references .references-block {
  display: flex;
  flex-direction: column;
  gap: var(--gap-extra-small);
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references .sources-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--gap-extra-small);
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references .sources-block .title {
  align-self: flex-end !important;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references .icons {
  display: flex;
  flex-flow: row wrap;
}
.rse-panel_overlay .panel-container > .rse-panel_content .rse-cell.references .icons img {
  max-height: 60px;
}
.rse-panel_overlay .panel-arrow {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rse-panel_overlay .panel-arrow .arrow-wrapper {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.rse-panel_overlay .panel-arrow .arrow-wrapper:hover {
  cursor: pointer;
}
.rse-panel_overlay .close-wrapper {
  display: flex;
  width: 76px;
  height: 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 44px;
  top: 15px;
  border-radius: 60px;
  border: 1px solid #ffffff;
}
.rse-panel_overlay .close-wrapper:hover {
  cursor: pointer;
}
.rse-panel_overlay .close-wrapper > div {
  font-size: calc(var(--font-size-extra-large) * 1.5);
  color: #ffffff;
}

.diagram {
  min-height: 40%;
  max-height: 50%;
  border-bottom: 1px solid #eaecf0;
  gap: var(--gap-extra-small);
}
.diagram .diagram-wrapper {
  user-select: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  background-image: linear-gradient(to bottom, rgb(203, 213, 225) 1px, transparent 1px);
  background-size: 25% 25%;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .diagram .diagram-wrapper {
    gap: 10px;
  }
}
@media only screen and (min-width: 1441px) {
  .diagram .diagram-wrapper {
    gap: 40px;
  }
}
.diagram .diagram-wrapper > .diagram-year {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-content: stretch;
  justify-content: flex-end;
  justify-self: flex-end;
  width: 100%;
  gap: var(--gap-small);
}
.diagram .diagram-wrapper > .diagram-year > .result-text {
  display: flex;
  justify-content: center;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .diagram .diagram-wrapper > .diagram-year > .result-text {
    line-height: 10px;
  }
}
@media only screen and (min-width: 1441px) {
  .diagram .diagram-wrapper > .diagram-year > .result-text {
    line-height: 30px;
  }
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_0 {
  height: 0%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_1 {
  height: 1%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_2 {
  height: 2%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_3 {
  height: 3%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_4 {
  height: 4%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_5 {
  height: 5%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_6 {
  height: 6%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_7 {
  height: 7%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_8 {
  height: 8%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_9 {
  height: 9%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_10 {
  height: 10%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_11 {
  height: 11%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_12 {
  height: 12%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_13 {
  height: 13%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_14 {
  height: 14%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_15 {
  height: 15%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_16 {
  height: 16%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_17 {
  height: 17%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_18 {
  height: 18%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_19 {
  height: 19%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_20 {
  height: 20%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_21 {
  height: 21%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_22 {
  height: 22%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_23 {
  height: 23%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_24 {
  height: 24%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_25 {
  height: 25%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_26 {
  height: 26%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_27 {
  height: 27%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_28 {
  height: 28%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_29 {
  height: 29%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_30 {
  height: 30%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_31 {
  height: 31%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_32 {
  height: 32%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_33 {
  height: 33%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_34 {
  height: 34%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_35 {
  height: 35%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_36 {
  height: 36%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_37 {
  height: 37%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_38 {
  height: 38%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_39 {
  height: 39%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_40 {
  height: 40%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_41 {
  height: 41%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_42 {
  height: 42%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_43 {
  height: 43%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_44 {
  height: 44%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_45 {
  height: 45%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_46 {
  height: 46%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_47 {
  height: 47%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_48 {
  height: 48%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_49 {
  height: 49%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_50 {
  height: 50%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_51 {
  height: 51%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_52 {
  height: 52%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_53 {
  height: 53%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_54 {
  height: 54%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_55 {
  height: 55%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_56 {
  height: 56%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_57 {
  height: 57%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_58 {
  height: 58%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_59 {
  height: 59%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_60 {
  height: 60%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_61 {
  height: 61%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_62 {
  height: 62%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_63 {
  height: 63%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_64 {
  height: 64%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_65 {
  height: 65%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_66 {
  height: 66%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_67 {
  height: 67%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_68 {
  height: 68%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_69 {
  height: 69%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_70 {
  height: 70%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_71 {
  height: 71%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_72 {
  height: 72%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_73 {
  height: 73%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_74 {
  height: 74%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_75 {
  height: 75%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_76 {
  height: 76%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_77 {
  height: 77%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_78 {
  height: 78%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_79 {
  height: 79%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_80 {
  height: 80%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_81 {
  height: 81%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_82 {
  height: 82%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_83 {
  height: 83%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_84 {
  height: 84%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_85 {
  height: 85%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_86 {
  height: 86%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_87 {
  height: 87%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_88 {
  height: 88%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_89 {
  height: 89%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_90 {
  height: 90%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_91 {
  height: 91%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_92 {
  height: 92%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_93 {
  height: 93%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_94 {
  height: 94%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_95 {
  height: 95%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_96 {
  height: 96%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_97 {
  height: 97%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_98 {
  height: 98%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_99 {
  height: 99%;
}
.diagram .diagram-wrapper > .diagram-year > .diagram-line.avancement_100 {
  height: 100%;
}
.diagram .diagram-wrapper > .diagram-year > .year-text {
  display: flex;
  justify-content: center;
  color: #475467;
  font-weight: 500;
  font-size: calc(var(--font-size-small) * 1.5);
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .diagram .diagram-wrapper > .diagram-year > .year-text {
    line-height: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  .diagram .diagram-wrapper > .diagram-year > .year-text {
    line-height: 20px;
  }
}

.actions-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0px;
  gap: 8px;
  position: relative;
  width: 300px;
  background: #ffffff;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 16px;
  z-index: 10;
  max-height: 350px;
  overflow-x: auto;
}
.actions-container .separator {
  width: 90%;
  height: 0px;
  border: 1px solid #F2F4F7;
}
.actions-container .theme-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 16px;
  gap: 4px;
  flex: none;
  align-self: stretch;
}
.actions-container .theme-container .theme-title {
  height: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #98A2B3;
}
.actions-container .theme-container .nav-item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  height: 28px;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
}
.actions-container .theme-container .nav-item.link {
  text-decoration: none;
}
.actions-container .theme-container .nav-item:hover {
  background: #F2F4F7;
}
.actions-container .theme-container .nav-item:active {
  background: #EAECF0;
}
.actions-container .theme-container .nav-item.error:hover {
  background: #FEE4E2;
}
.actions-container .theme-container .nav-item.error:active {
  background: #FECDCA;
}
.actions-container .theme-container .nav-item.error .content .nav-icon {
  color: #F97066 !important;
}
.actions-container .theme-container .nav-item.error .content .nav-label {
  color: #F04438 !important;
}
.actions-container .theme-container .nav-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px !important;
  gap: 12px !important;
  height: 24px !important;
}
.actions-container .theme-container .nav-item .content .nav-icon {
  font-size: 20px !important;
  color: #667085 !important;
}
.actions-container .theme-container .nav-item .content .nav-label {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #344054 !important;
}

.stepper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  user-select: none;
  border-radius: 8px;
}
.stepper-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  align-items: flex-start;
  border: 0px solid #D0D5DD;
  border-radius: 8px;
  overflow-x: auto;
  user-select: none;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .stepper-header {
    height: 130px;
  }
}
@media only screen and (min-width: 1441px) {
  .stepper-header {
    height: 155px;
  }
}
.stepper-header::-webkit-scrollbar {
  height: 12px;
  border-radius: 4px !important;
}
.stepper-header::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 8px !important;
  background-clip: inherit !important;
}
.stepper-header::-webkit-scrollbar-track {
  background: #98A2B3;
  border-radius: 4px !important;
  background-clip: inherit !important;
}
.stepper-header::-webkit-scrollbar-thumb:hover {
  background: #F2F4F7;
  cursor: pointer;
  background-clip: inherit !important;
}
.stepper-header::-webkit-scrollbar-thumb:active {
  background: #EAECF0;
}
.stepper-header > .stepper-card {
  flex: 0 1 calc(14.2857142857% - 8px);
  min-width: 140px;
  display: flex;
  align-items: center;
  height: 72px;
  min-height: 48px;
  padding: 24px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #98A2B3;
}
@media (width < 1450px) {
  .stepper-header > .stepper-card {
    flex: 0 1 calc(25% - 8px);
  }
}
@media (width < 1000px) {
  .stepper-header > .stepper-card {
    flex: 0 1 calc(33.3333333333% - 8px);
  }
}
@media (width < 900px) {
  .stepper-header > .stepper-card {
    flex: 0 1 calc(50% - 8px);
  }
}
.stepper-header > .stepper-card div.texte {
  display: flex;
  flex-direction: column;
}
.stepper-header > .stepper-card div.texte span + span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.stepper-header > .stepper-card .validated-icon {
  display: none;
}
.stepper-header > .stepper-card.selected {
  border: 1px solid #388FA3;
  background: #ffffff;
  color: #09758e;
}
.stepper-header > .stepper-card.validated {
  position: relative;
  border: 1px solid #388fa3;
}
.stepper-header > .stepper-card.validated .validated-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 8px;
  width: 20px;
  height: 20px;
  background: #388fa3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper-header > .stepper-card.validated .validated-icon > .icon, .stepper-header > .stepper-card.validated .table--wrapper .pagination--wrapper > a.validated-icon > span, .table--wrapper .stepper-header > .stepper-card.validated .pagination--wrapper > a.validated-icon > span, .stepper-header > .stepper-card.validated .datatable--container .datatable--wrapper .pagination--wrapper > a.validated-icon > span, .datatable--container .datatable--wrapper .stepper-header > .stepper-card.validated .pagination--wrapper > a.validated-icon > span {
  color: white;
  font-size: 14px;
}
.stepper-header > .stepper-card .icon, .stepper-header > .stepper-card .table--wrapper .pagination--wrapper > a > span, .table--wrapper .stepper-header > .stepper-card .pagination--wrapper > a > span, .stepper-header > .stepper-card .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .stepper-header > .stepper-card .pagination--wrapper > a > span {
  font-size: 24px;
}
.stepper-header > .stepper-card[disabled] {
  pointer-events: none;
  background: transparent;
}
.stepper-header > .stepper-card:not([disabled]):hover {
  cursor: pointer;
  border: 1px solid #388FA3;
  color: #388FA3;
}
.stepper-btns {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px;
  background-color: #f9fafb;
  border-radius: 8px 8px 0 0;
}
.stepper-title {
  color: #344054;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.stepper .stepper-container {
  display: flex;
  flex-direction: row;
  padding: 16px;
}
.stepper .stepper-container.no--padding {
  padding: 0 !important;
}
.stepper .stepper-container.no--padding > .title {
  padding-left: 32px;
}
.stepper .stepper-container.no--padding > .content {
  padding: 0 !important;
}
.stepper .stepper-container.columnOnly {
  flex-direction: column;
  gap: 26px;
  width: 100%;
}
@media (width < 1300px) {
  .stepper .stepper-container {
    flex-direction: column;
    gap: 26px;
    padding: 12px 16px;
  }
}
.stepper .stepper-container > .title {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (width < 1300px) {
  .stepper .stepper-container > .title {
    flex-flow: row wrap;
  }
}
@media (width < 1100px) {
  .stepper .stepper-container > .title {
    flex-flow: column wrap;
    width: 100%;
  }
}
.stepper .stepper-container > .title div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.stepper .stepper-container > .title div span {
  color: #344054;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.stepper .stepper-container > .title div span + span {
  color: #667085;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
.stepper .stepper-container > .title div.informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F2F4F7;
  border-radius: 4px;
  gap: 8px;
  padding: 12px;
}
.stepper .stepper-container > .title div.informations .icon--wrapper {
  text-align: center;
  font-size: 20px;
  max-width: 40px;
  max-height: 40px;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
}
.stepper .stepper-container > .title div.informations span {
  color: #344054;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 24px;
}
.stepper .stepper-container > .content {
  display: flex;
  flex: 3;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  /* 1ère Step */
  /* 2ème Step */
  /* 3ème et 4ème Step */
  /* 5ème Step */
}
@media (width < 1300px) {
  .stepper .stepper-container > .content {
    width: 100%;
    padding: 12px;
  }
}
.stepper .stepper-container > .content.in-sidepanel {
  padding: 0%;
}
.stepper .stepper-container > .content > .form-input {
  width: 100%;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list {
  display: flex;
  flex-flow: row wrap;
  align-self: stretch;
  position: relative;
  padding: 32px;
  gap: 24px;
  border-radius: 8px;
  background: #F2F4F7;
}
@media (max-width: 1150px) {
  .stepper .stepper-container > .content.select-type-rapport > .type-rapport-list {
    gap: 8px;
    padding: 16px;
  }
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  flex: 1 1 calc(50% - 24px);
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card:last-child {
  flex: 0 1 calc(50% - 12px);
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card.in-sidepanel {
  flex: 1 1 100% !important;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card label {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  gap: 6px;
  line-height: 20px;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card label:hover {
  cursor: pointer;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input[type=radio] {
  display: none;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label {
  color: #101828;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .checked {
  border: 1px solid #09758e;
  background-color: #ebf4f6;
  color: #98A2B3;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 30px;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .checked > .icon, .stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input + label .pagination--wrapper > a.checked > span {
  display: none;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input:checked + label {
  padding: 14px;
  border: 2px solid #09758e;
  color: #09758e;
  gap: 8px;
}
.stepper .stepper-container > .content.select-type-rapport > .type-rapport-list .type-rapport-card input:checked + label .checked {
  width: 10px;
  height: 10px;
  background-color: #09758e;
  outline: 1px solid #09758e;
  outline-offset: 3px;
}
.stepper .stepper-container > .content.select-type-rapport > .switch--wrapper {
  padding: 16px;
  padding-left: 36px;
}
.stepper .stepper-container > .content.select-type-rapport > .switch--wrapper .form-switch input ~ .form-switch-control {
  background-color: #98A2B3;
}
.stepper .stepper-container > .content.select-type-rapport > .switch--wrapper .form-switch input:checked ~ .form-switch-control {
  background-color: #09758e;
}
.stepper .stepper-container > .content.select-type-rapport > .switch--wrapper .form-switch-label {
  color: #101828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.stepper .stepper-container > .content.select-type-rapport .rapport-consolide-form {
  padding: 24px;
}
.stepper .stepper-container > .content.select-indicators {
  gap: 32px;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
  width: 100%;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateur-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateur-title span {
  color: #344054;
  font-size: 20px;
  font-weight: 700;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateur-title span + span {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list {
  display: flex;
  flex-flow: row wrap;
  align-self: stretch;
  position: relative;
  padding: 32px;
  gap: 24px;
  border-radius: 8px;
}
@media (width < 1150px) {
  .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list {
    gap: 8px;
    padding: 16px;
  }
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-self: stretch;
  flex: 0 1 calc(20% - 24px);
}
@media (width < 1350px) {
  .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card {
    flex: 0 1 calc(25% - 24px);
  }
}
@media (width < 1150px) {
  .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card {
    flex: 0 1 calc(33% - 8px);
  }
}
@media (width < 1000px) {
  .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card {
    flex: 0 1 calc(50% - 8px);
  }
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card.in-sidepanel {
  flex: 1 1 100% !important;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card label {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  gap: 6px;
  line-height: 20px;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card label:hover {
  cursor: pointer;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input[type=checkbox] {
  display: none;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label {
  color: #101828;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .checked {
  flex: 1;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .checked > .icon, .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input + label .pagination--wrapper > a.checked > span {
  display: none;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label {
  padding: 14px;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .checked {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .checked > .icon, .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .stepper .stepper-container > .content.select-indicators .indicateur-wrapper .indicateurs-list .indicateur-card input:checked + label .pagination--wrapper > a.checked > span {
  display: block;
  font-size: 12px;
  flex-shrink: 0;
}
.stepper .stepper-container > .content.donnees-comptable, .stepper .stepper-container > .content.donnees-sociales {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F4F7;
  gap: 32px;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  width: 100%;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed #98A2B3;
  background: #ffffff;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader > span:first-child, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader > span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 6px solid #F9FAFB;
  background: #F2F4F7;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader > .uploader--text, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader > .uploader--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader > .uploader--text > span, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader > .uploader--text > span {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader > .uploader--text > span > div, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader > .uploader--text > span > div {
  padding-top: 3px;
}
.stepper .stepper-container > .content.donnees-comptable .uploader--wrapper .uploader > .uploader--text > span + span, .stepper .stepper-container > .content.donnees-sociales .uploader--wrapper .uploader > .uploader--text > span + span {
  font-size: 12px;
  align-self: center;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper, .stepper .stepper-container > .content.donnees-sociales .table--wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  background: #ffffff;
  border-radius: 8px;
  border: none;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection {
  border: none;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection th, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection th {
  padding: 12px 24px;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection th:first-child, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection th:first-child {
  text-align: start;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection td, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection td {
  padding: 12px 24px;
  text-align: center;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection td:first-child, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection td:first-child {
  padding-left: 20px;
  text-align: start;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection td:last-child, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection td:last-child {
  padding-right: 20px;
  text-align: end;
  background: #ffffff;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice label, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice label {
  display: flex;
  align-items: flex-start;
  width: 200px;
  flex-grow: 1;
  padding: 15px;
  padding-left: 0;
  gap: 6px;
  line-height: 20px;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice label:hover, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice label:hover {
  cursor: pointer;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input[type=checkbox], .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input[type=checkbox] {
  display: none;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input + label, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input + label {
  color: #101828;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input + label .checked, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input + label .checked {
  flex: 1;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input + label .checked > .icon, .stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input + label .checked > .icon, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input + label .pagination--wrapper > a.checked > span {
  display: none;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .checked, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .checked {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #09758e;
  background: #ebf4f6;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .checked > .icon, .stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .checked > .icon, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-exercice-selection .selection-exercice input:checked + label .pagination--wrapper > a.checked > span {
  display: block;
  font-size: 14px;
  flex-shrink: 0;
  color: #09758e;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-donnees-sociales, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-donnees-sociales {
  border: none;
  border-collapse: collapse;
  border-radius: 8px;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-donnees-sociales tr, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-donnees-sociales tr {
  height: 40px !important;
  border-radius: 4px;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-donnees-sociales tr td, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-donnees-sociales tr td {
  padding: 0 24px !important;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-donnees-sociales tr.inError, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-donnees-sociales tr.inError {
  border: 2px solid #F97066;
  border-radius: 4px !important;
}
.stepper .stepper-container > .content.donnees-comptable .table--wrapper table#table-donnees-sociales tr.inError td:first-child, .stepper .stepper-container > .content.donnees-sociales .table--wrapper table#table-donnees-sociales tr.inError td:first-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.stepper .stepper-container > .content.structures .structure-checkbox {
  margin-bottom: 16px;
}
.stepper .stepper-container > .content.structures .structures-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card {
  display: flex;
  flex-flow: row wrap;
  justify-self: center;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  flex: 0 1 calc(25% - 8px);
}
@media (width < 1250px) {
  .stepper .stepper-container > .content.structures .structures-wrapper .structure-card {
    flex: 0 1 calc(33.33% - 8px);
  }
}
@media (width < 1100px) {
  .stepper .stepper-container > .content.structures .structures-wrapper .structure-card {
    flex: 0 1 calc(50% - 8px);
  }
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  gap: 4px;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card label:hover {
  cursor: pointer;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card label .avatar-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input[type=checkbox] {
  display: none;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label {
  color: #101828;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .checked {
  flex: 1;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .checked > .icon, .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input + label .pagination--wrapper > a.checked > span {
  display: none;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label {
  border: 1px solid #09758e;
  background: #ebf4f6;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .checked {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #09758e;
  background: #ebf4f6;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .checked > .icon, .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .table--wrapper .pagination--wrapper > a.checked > span, .table--wrapper .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .pagination--wrapper > a.checked > span, .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .datatable--container .datatable--wrapper .pagination--wrapper > a.checked > span, .datatable--container .datatable--wrapper .stepper .stepper-container > .content.structures .structures-wrapper .structure-card input:checked + label .pagination--wrapper > a.checked > span {
  display: block;
  font-size: 12px;
  flex-shrink: 0;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .avatar {
  min-width: 30px !important;
  min-height: 30px !important;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note {
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 4px;
  color: #344054;
  text-align: center;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-A {
  background: #6CE9A6;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-B {
  background: #A6F4C5;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-C {
  background: #FEDF89;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-D {
  background: #FDB022;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-E {
  background: #F97066;
}
.stepper .stepper-container > .content.structures .structures-wrapper .structure-card .note.n-NUL {
  background: #98A2B3;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe {
  display: flex;
  padding-right: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 5px;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-A {
  border: 1px solid #6CE9A6;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-A > .annexe-note {
  background: #6CE9A6;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-B {
  border: 1px solid #A6F4C5;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-B > .annexe-note {
  background: #A6F4C5;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-C {
  border: 1px solid #FEDF89;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-C > .annexe-note {
  background: #FEDF89;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-D {
  border: 1px solid #FDB022;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-D > .annexe-note {
  background: #FDB022;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-E {
  border: 1px solid #F97066;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-E > .annexe-note {
  background: #F97066;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-NUL {
  border: 1px solid #D0D5DD;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe.n-NUL > .annexe-note {
  background: #D0D5DD;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe > .annexe-note {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe > .annexe-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe > .annexe-text > span {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.stepper .stepper-container > .content.structures .structures-wrapper > .rapport-annexe > .annexe-text > span + span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.stepper .stepper-container > .content.recap {
  display: flex;
  flex-direction: row;
  gap: 62px;
  justify-content: space-between;
  padding: 0;
}
.stepper .stepper-container > .content.recap .block {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--Gray-100, #f2f4f7);
}
.stepper .stepper-container > .content.recap .block.infos {
  flex: 2;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content {
  padding: 24px;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  align-self: stretch;
  padding: 8px;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line > span {
  flex: 2;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos {
  flex: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos span {
  font-weight: 700;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 800;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note._A {
  background: #6CE9A6;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note._B {
  background: #A6F4C5;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note._C {
  background: #FEDF89;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note._D {
  background: #FDB022;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note._E {
  background: #F97066;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line .infos > .note.n-NUL {
  background: #98A2B3;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line.inset > span {
  padding-left: 24px;
}
.stepper .stepper-container > .content.recap .block.infos .infos-content .info-line.inset > div.infos {
  margin-left: -24px;
}
.stepper .stepper-container > .content.recap .block.launch-calcul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  text-align: center;
  gap: 24px;
  flex: 2 0 0;
  align-self: stretch;
}
.stepper .stepper-container > .content.recap .block.launch-calcul .title {
  color: #344054;
  font-size: 20px;
  font-weight: 700;
}

.handle-tiers-file {
  padding: 24px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  margin: auto;
  flex: 1;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  gap: 56px;
  flex-wrap: wrap;
}
.handle-tiers-file .download-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.handle-tiers-file .download-content .fec-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 32px;
  background: #ffffff;
  border: 1px solid #EAECF0;
  border-radius: 8px;
}
.handle-tiers-file .download-content .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.handle-tiers-file .download-content .title > span {
  color: #667085;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.handle-tiers-file .download-content .title > span + span {
  color: #98A2B3;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.handle-tiers-file .download-content .download-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.handle-tiers-file .download-content .download-wrapper > img {
  height: 40px;
  width: 40px;
}
.handle-tiers-file .upload-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.handle-tiers-file .upload-content .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.handle-tiers-file .upload-content .title > span {
  color: #667085;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.handle-tiers-file .upload-content .title > span + span {
  color: #98A2B3;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.handle-tiers-file .upload-content .uploader {
  border-radius: 8px;
  border: 1px dashed #EAECF0;
  background: #ffffff;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  align-self: stretch;
  width: 100%;
}
.handle-tiers-file .upload-content .uploader--text {
  flex-direction: column;
  display: flex;
}

.fec-content, .fec-content-mini {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 100%;
}
.fec-content .fec-icon, .fec-content-mini .fec-icon {
  width: 64px;
  height: 64px;
}
.fec-content .fec-icon img, .fec-content-mini .fec-icon img {
  width: 64px;
  height: 64px;
}
.fec-content .fec-txt, .fec-content-mini .fec-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  width: -webkit-fill-available;
}
.fec-content .fec-txt .titre, .fec-content-mini .fec-txt .titre {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #344054;
}
.fec-content .fec-txt .filename, .fec-content-mini .fec-txt .filename {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #344054;
}
.fec-content .fec-txt .date, .fec-content-mini .fec-txt .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #344054;
}
.fec-content .fec-txt .poids, .fec-content-mini .fec-txt .poids {
  height: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #344054;
}
.fec-content .delete-container, .fec-content-mini .delete-container {
  width: -webkit-fill-available;
}
.fec-content .delete-container .delete-btn, .fec-content-mini .delete-container .delete-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px;
  gap: 8px;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  float: right;
}

.fec-content-mini {
  gap: 12px;
}

.history-container {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.history-container input {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background: #f9fafb;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.percent-input {
  width: 199px;
}

.assistance-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background: #ffffff;
  z-index: 120;
  border-radius: 8px;
  padding: 48px;
}
.assistance-modal .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 24px;
}
.assistance-modal .icon-x-close:hover {
  cursor: pointer;
}
.assistance-modal .header {
  text-align: center;
  margin-bottom: 20px;
}
.assistance-modal .header .header-title {
  font-size: 24px;
  color: #333;
}
.assistance-modal .content {
  text-align: center;
}
.assistance-modal .content span {
  display: block;
}
.assistance-modal .content span:not(:last-child) {
  margin-bottom: 10px;
}
.assistance-modal .content button {
  margin-top: 30px;
}

.documentation_wrapper {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 24px;
  border-radius: 8px;
}
.documentation_wrapper .doc-navigation {
  max-width: 400px;
  width: 30%;
  overflow: auto;
  position: relative;
  border-right: 1px solid #EAECF0;
}
.documentation_wrapper .doc-navigation .doc-nav-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  padding: 32px 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  z-index: 4;
  border-bottom: 1px solid #EAECF0;
  background-color: #ffffff;
}
.documentation_wrapper .doc-navigation .doc-treeview {
  overflow: auto;
  padding: 110px 30px 10px 10px;
  height: 80lvh;
  z-index: 2;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item {
  display: block;
  white-space: nowrap;
  padding: 8px 0px;
  position: relative;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item.selected-node {
  background-color: #F2F4F7;
  min-width: 100%;
  width: fit-content;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item .tree-nav__item {
  margin-left: 20px;
  margin-right: 10px;
  width: fit-content;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item.is-expandable > .tree-nav__item-title {
  padding-left: 25px;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: 0;
  color: #101828;
  font-size: 16px;
  line-height: 24px;
  padding-left: 5px;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title.empty {
  font-style: italic;
  color: #98A2B3;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .caret {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .open-caret {
  background-image: url(../img/ui/caret.svg);
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .close-caret {
  content: "";
  background-image: url(../img/ui/caret-open.svg);
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .none-caret {
  content: "";
  background-image: url(../img/ui/square.svg);
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .selected-node {
  background-color: #388FA3;
  color: #ffffff;
  border-radius: 8px;
  padding: 0 10px 0 10px;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .description {
  min-width: 200px;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .informations-wrapper {
  position: relative;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title .informations-wrapper .informations-wrapper_file-count {
  background-color: #09758E;
  position: absolute;
  color: white;
  top: 10px;
  left: -5px;
  padding: 5px;
  font-size: 10px;
  line-height: 8px;
  border-radius: 50%;
  z-index: 3;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item-title::-webkit-details-marker {
  display: none;
}
.documentation_wrapper .doc-navigation .doc-treeview .tree-nav__item.is-not-expandable {
  left: 20px;
}
.documentation_wrapper .doc-table {
  flex: 1;
  width: 70%;
  height: 80lvh;
  overflow-x: auto;
}
.documentation_wrapper .doc-table .doc-breadcrumb {
  display: flex;
  padding: 24px 24px 0px 0px;
  align-items: center;
  overflow: auto;
}
.documentation_wrapper .doc-table .doc-breadcrumb ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow-x: auto;
}
.documentation_wrapper .doc-table .doc-breadcrumb li {
  padding-left: 40px;
  white-space: nowrap;
  position: relative;
  color: #344054;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.documentation_wrapper .doc-table .doc-breadcrumb li:first-child {
  padding-left: 0;
}
.documentation_wrapper .doc-table .doc-breadcrumb li::before {
  position: absolute;
  display: inline-block;
  will-change: transform;
  transform-origin: center;
  transition: transform 150ms ease-in-out;
  content: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' %3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%23344054' /%3E%3C/svg%3E");
  left: 10px;
  top: 3px;
  width: 1rem;
  text-align: center;
}
.documentation_wrapper .doc-table .doc-breadcrumb li:first-child::before {
  content: "";
}
.documentation_wrapper .doc-table .doc-actions {
  margin-top: 10px;
}
.documentation_wrapper .doc-table .doc-table--wrapper {
  padding: 24px 0px;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table {
  width: calc(100% - 24px);
  border: 1px solid #EAECF0;
  border-radius: 8px;
  overflow: auto;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > thead {
  border: 1px solid red !important;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > thead > tr > th {
  background: #FCFCFD;
  text-align: left;
  height: 44px;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-bottom: 1px solid #EAECF0;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > thead > tr > th:first-child {
  border-top-left-radius: 8px;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > thead > tr > th:last-child {
  border-top-right-radius: 8px;
  text-align: right;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td {
  padding: 12px 24px;
  align-items: flex-start;
  align-content: center;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td:first-child {
  border-right: 1px solid #EAECF0;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td:last-child {
  text-align: right;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td > div.entite {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td > div.entite .avatar {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td > div.entite .avatar-wrapper {
  position: relative;
}
.documentation_wrapper .doc-table .doc-table--wrapper > table > tbody > tr > td > div.entite .avatar-wrapper .avatar-wrapper_file-count {
  background-color: #09758E;
  position: absolute;
  color: white;
  bottom: -5px;
  left: -5px;
  padding: 5px;
  font-size: 10px;
  line-height: 8px;
  border-radius: 50%;
}

.documentation-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background: #ffffff;
  z-index: 1000;
  border-radius: 8px;
  padding: 20px;
}
.documentation-modal .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 24px;
}
.documentation-modal .icon-x-close:hover {
  cursor: pointer;
}
.documentation-modal .header {
  text-align: center;
  margin-bottom: 20px;
}
.documentation-modal .header .header-title {
  font-size: 24px;
  color: #333;
}
.documentation-modal .content-footer {
  margin-top: 10px;
}

.input-file-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.input-file-wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.batchqueue-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: #ffffff;
  z-index: 1000;
  border-radius: 8px;
  padding: 20px;
}
.batchqueue-modal .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 24px;
}
.batchqueue-modal .icon-x-close:hover {
  cursor: pointer;
}
.batchqueue-modal .header {
  text-align: center;
  margin-bottom: 20px;
}
.batchqueue-modal .header .header-title {
  font-size: 24px;
  color: #333;
}
.batchqueue-modal .batchqueue-list-content {
  height: 100%;
  overflow-y: auto;
  text-align: center;
}
.batchqueue-modal .content {
  height: calc(100% - 80px);
  overflow-y: auto;
  text-align: center;
}
.batchqueue-modal .content span {
  display: block;
}
.batchqueue-modal .content button {
  margin-top: 30px;
}
.batchqueue-modal .sidepanel {
  z-index: 120;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F9FAFB;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.batchqueue-modal .sidepanel .sidepanel--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.batchqueue-modal .sidepanel .sidepanel--header--title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.batchqueue-modal .sidepanel .sidepanel--header--title h2 {
  font-size: 24px;
  font-weight: 600;
}
.batchqueue-modal .sidepanel .sidepanel--content {
  background: #ffffff;
  overflow: auto;
  padding: 8px;
}
.batchqueue-modal .sidepanel .sidepanel--footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #EBF4F6;
}
.batchqueue-modal .sidepanel.show {
  right: 0;
  transition: right 0.3s ease-in-out;
}
.batchqueue-modal .sidepanel.hide {
  right: -100%;
  transition: left 0.3s ease-in-out;
}
.batchqueue-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 24, 40, 0.6);
  backdrop-filter: blur(2px);
  z-index: 999;
  display: none;
}
.batchqueue-modal .overlay.show {
  display: block;
}
.batchqueue-modal.bordered {
  border: 1px solid #F9FAFB;
  border-radius: 0px;
}

.entite-panel {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 125px;
}
.entite-panel_left {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.entite-panel_actions {
  display: flex;
  flex-direction: column;
}
.entite-panel_actions > :first-child {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
.entite-panel_img {
  display: flex;
  justify-content: center;
}
.entite-panel_img img {
  height: 100px;
  width: 200px;
  object-fit: cover;
}
.entite-panel_img .no-logo {
  background-color: white;
  height: 100px;
  width: 200px;
  object-fit: cover;
}
.entite-panel_informations {
  display: flex;
  flex-direction: column;
}
.entite-panel_informations span {
  font-size: 14px;
}
.entite-panel_informations span:first-child {
  font-weight: 600;
  font-size: 16px;
}
.entite-panel_etablissements {
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #D0D5DD;
}
.entite-panel_etablissements .title span {
  font-weight: 600;
  font-size: 16px;
}
.entite-panel_etablissements .content {
  height: 80px;
  display: flex;
  flex-direction: column;
  max-height: 80px;
  overflow-x: auto;
  padding: 0px;
}
.entite-panel_etablissements .content span {
  font-size: 14px;
}

.template-item_container {
  display: flex;
  align-items: center;
  background-color: #F2F4F7;
  border: 1px solid #EAECF0;
  padding: 10px;
  font-size: 14px;
  color: #1D2939;
  margin: 10px 0;
  justify-content: flex-start;
  cursor: pointer;
}
.template-item_container:hover {
  background-color: #EAECF0;
  border: 1px solid #D0D5DD;
}
.template-item_container .icon, .template-item_container .table--wrapper .pagination--wrapper > a > span, .table--wrapper .template-item_container .pagination--wrapper > a > span, .template-item_container .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .template-item_container .pagination--wrapper > a > span {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.template-item_container .icon img, .template-item_container .table--wrapper .pagination--wrapper > a > span img, .table--wrapper .template-item_container .pagination--wrapper > a > span img, .template-item_container .datatable--container .datatable--wrapper .pagination--wrapper > a > span img, .datatable--container .datatable--wrapper .template-item_container .pagination--wrapper > a > span img {
  width: 100%;
  height: auto;
}
.template-item_container .details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.template-item_container .details .filename {
  font-weight: bold;
}
.template-item_container .details .description {
  color: #667085;
  font-size: 12px;
  font-style: italic;
}
.template-item_container .standard-file,
.template-item_container .date-size {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 12px;
  flex: auto;
}

/* Modales de la liste des établissements */
.locations-chiffres {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 80px;
  left: 450px;
  background: #ffffff;
  z-index: 120;
  border-radius: 8px;
  padding: 48px;
  padding-right: 80px;
  border: 1px solid #054F31;
}
.locations-chiffres > .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 16px;
  top: 48px;
  font-size: 40px;
}
.locations-chiffres > .icon-x-close:hover {
  cursor: pointer;
}
.locations-chiffres > .header--locations {
  width: 100%;
}
.locations-chiffres > .header--locations > div {
  color: #344054;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}
.locations-chiffres > .content--locations {
  width: 100%;
  overflow-y: auto;
}
.locations-chiffres > .content--locations > .locations--list {
  max-height: 550px;
}
.locations-chiffres > .content--locations > .locations--list > ul {
  list-style: inside;
}
.locations-chiffres > .content--locations > .locations--list > ul > li {
  padding: 8px 16px;
}
.locations-chiffres > .content--locations > .locations--list > ul > li > i {
  font-style: italic;
}

.navigation_wizard-wrapper {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  align-items: flex-start;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 125px !important;
  overflow-x: auto;
}
.navigation_wizard-wrapper ul {
  display: flex;
  flex-direction: row;
  margin: 0 20px;
}
.navigation_wizard-wrapper ul.clickable > li:hover {
  cursor: pointer;
  background: #F2F4F7;
  border-radius: 6px;
}
.navigation_wizard-wrapper ul > li.navStep {
  display: flex;
  min-width: 200px;
  max-width: 200px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  background: white;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress {
  display: flex;
  padding: 5px 10px 0px;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone {
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone > .icon, .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .table--wrapper .pagination--wrapper > a.icone > span, .table--wrapper .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .pagination--wrapper > a.icone > span, .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .datatable--container .datatable--wrapper .pagination--wrapper > a.icone > span, .datatable--container .datatable--wrapper .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .pagination--wrapper > a.icone > span {
  font-size: 20px;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone.pending {
  border-radius: 100px;
  border: 4px solid #D0D5DD;
  background: #EAECF0;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone.pending > .icon, .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .table--wrapper .pagination--wrapper > a.icone.pending > span, .table--wrapper .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .pagination--wrapper > a.icone.pending > span, .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .datatable--container .datatable--wrapper .pagination--wrapper > a.icone.pending > span, .datatable--container .datatable--wrapper .navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .pagination--wrapper > a.icone.pending > span {
  display: none;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone.current {
  border-radius: 100px;
  border: 4px solid #09758E;
  background: #EBF4F6;
  color: #09758E;
  padding-top: 6px;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress .icone.done {
  border-radius: 100px;
  background: #09758E;
  color: #ffffff;
  padding-top: 10px;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress progress[value]::-webkit-progress-bar {
  background-color: #EAECF0;
  border-radius: 5px;
}
.navigation_wizard-wrapper ul > li.navStep div.iconAndProgress progress[value]::-webkit-progress-value {
  background-color: #09758E;
  border-radius: 5px;
}
.navigation_wizard-wrapper ul > li.navStep div.step_infos {
  display: flex;
  padding: var(--spacing-none) var(--spacing-smaller) var(--spacing-smallest) var(--spacing-smaller);
  padding: 0 10px 5px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.navigation_wizard-wrapper ul > li.navStep div.step_infos span {
  color: #98A2B3;
  font-size: calc(var(--font-size-small) * 1.5);
  font-weight: 500;
}
.navigation_wizard-wrapper ul > li.navStep div.step_infos span + span {
  color: #344054;
  font-size: calc(var(--font-size-medium) * 1.5);
  font-weight: 600;
}

.file-description {
  font-size: 24px;
  margin-bottom: 16px;
}

.item-description {
  cursor: pointer;
}

.download-dsn {
  margin-top: 32px;
  cursor: pointer;
}

.diagram-wrapper {
  min-height: 130px;
  margin-bottom: 15px;
}
.diagram-wrapper .diagram-line {
  background-color: #09758E;
}

.header {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
  justify-content: start;
  gap: 16px;
}
.header .header-icon {
  width: 50px;
  height: 50px;
}
.header .header-icon img {
  width: 100%;
  height: auto;
}
.header .header-content {
  text-align: start;
}
.header .header-content h1 {
  margin: 0;
  color: #09758E;
}
.header .header-content p {
  margin: 0;
  color: #09758E;
  font-size: calc(var(--font-size-smaller) * 1.5);
  font-style: italic;
}

.tools-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.tool-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
  text-align: center;
  flex: 1;
  max-width: 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}
.tool-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.tool-card .tool-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.tool-card .tool-icon img {
  width: 100%;
  height: auto;
}
.tool-card h2 {
  margin: 10px 0;
  color: #1D2939;
}
.tool-card p {
  margin: 0;
  color: #1D2939;
  font-style: italic;
}

.log-container {
  background: #ffffff;
  width: 100%;
  white-space: break-spaces;
  padding: 20px;
}

.roles-page {
  position: sticky;
  top: 100px;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  padding: var(--spacing-small) var(--spacing-medium) var(--spacing-small) var(--spacing-medium);
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
.roles-page .roles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
}
.roles-page .roles-header .roles-tabs {
  display: flex;
  gap: 10px;
}
.roles-page .roles-header .roles-tabs .btn-tab {
  padding: 10px 20px;
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #D0D5DD;
  color: #344054;
}
.roles-page .roles-header .roles-tabs .btn-tab.active {
  background-color: #09758E;
  color: #ffffff;
  border: 1px solid #09758E;
}

.dashboard {
  display: flex;
  width: 100%;
}
@media (max-width: 1200px) {
  .dashboard {
    flex-direction: column;
  }
}

.stats {
  flex: 2;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  max-width: 70%;
}
@media (max-width: 1200px) {
  .stats {
    flex: none;
    max-width: 100%;
  }
}
.stats .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media (max-width: 1400px) {
  .stats .banner {
    flex-direction: column !important;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.stats .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.stats .banner .banner-content .stat-title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
}
.stats .banner .banner-content .main-title {
  margin: 4px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}
.stats .banner .banner-buttons {
  display: flex;
  gap: 8px;
}
.stats .chart-container {
  padding: 16px;
  margin: auto;
  text-align: center;
}
.stats .chart-container .diagram .diagram-wrapper {
  gap: 30px;
  height: 300px;
}
.stats .chart-container .diagram .diagram-wrapper > .diagram-year > .diagram-line {
  min-width: 60px;
}
.stats .chart-container .diagram .diagram-wrapper > .diagram-year > .year-text {
  min-height: 60px;
  max-height: 60px;
}

.side-panel {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 30%;
}
@media (max-width: 1200px) {
  .side-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 20px;
    max-width: 100%;
  }
}
.side-panel .dashboard-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #EAECF0;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .side-panel .dashboard-card {
    width: 30%;
  }
}
@media (max-width: 1060px) {
  .side-panel .dashboard-card {
    width: 100%;
  }
}
.side-panel .dashboard-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.side-panel .dashboard-card.selected {
  background: #388FA3;
}
.side-panel .dashboard-card.selected .card-header .title {
  color: #ffffff;
}
.side-panel .dashboard-card.selected .card-body .amount {
  color: #ffffff;
}
.side-panel .dashboard-card.selected .card-footer {
  border-top: 1px solid #ffffff;
}
.side-panel .dashboard-card.selected .card-footer .view-invoices {
  color: #ffffff;
}
.side-panel .dashboard-card .card-header {
  padding: 16px 0 0 16px;
}
.side-panel .dashboard-card .card-header .title {
  font-size: 16px;
  color: #475467;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.side-panel .dashboard-card .card-body {
  padding: 0px 16px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.side-panel .dashboard-card .card-body .amount {
  font-weight: bold;
  color: #101828;
  margin: 0;
  font-weight: 600;
  font-size: calc(var(--font-size-largest) * 1.5);
  line-height: 38px;
}
.side-panel .dashboard-card .card-body .discount {
  border-radius: 12px;
  padding: 4px 8px 4px 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.side-panel .dashboard-card .card-body .discount.negative {
  background: #FEF3F2;
}
.side-panel .dashboard-card .card-body .discount.negative::before {
  content: "↓";
  font-size: 12px;
  color: #F04438;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.side-panel .dashboard-card .card-body .discount.negative .discount-text {
  color: #B42318;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.side-panel .dashboard-card .card-body .discount.positive {
  background: #ECFDF3;
}
.side-panel .dashboard-card .card-body .discount.positive::before {
  content: "↑";
  font-size: 12px;
  color: #12B76A;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.side-panel .dashboard-card .card-body .discount.positive .discount-text {
  color: #027A48;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.side-panel .dashboard-card .card-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #EAECF0;
}
.side-panel .dashboard-card .card-footer .view-invoices {
  color: #09758E;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.side-panel .dashboard-card .card-footer .view-invoices:hover {
  text-decoration: underline;
}

.list-indices {
  display: grid;
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  grid-template-columns: repeat(5, auto);
  grid-gap: 16px;
}
.list-indices .indice {
  padding: 16px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  border-radius: 2px;
  min-height: 96px;
  cursor: pointer;
}
.list-indices .indice--code {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-indices .indice--code_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-color: #C3DDE3;
  color: #09758E;
}
.list-indices .indice--code_label {
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 20px;
}
.list-indices .indice--title {
  padding-top: 8px;
}

/* Modale de détails de l'indice */
.indicesMarche-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 150px;
  bottom: 250px;
  left: 250px;
  right: 250px;
  background: #ffffff;
  z-index: 120;
  border-radius: 8px;
  padding: 48px;
  border: 1px solid #054F31;
}
.indicesMarche-modal > .icon-x-close {
  text-decoration: none;
  color: #344054;
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 40px;
}
.indicesMarche-modal > .icon-x-close:hover {
  cursor: pointer;
}
.indicesMarche-modal .selectCountry {
  width: 500px;
  margin: 0 auto;
}
.indicesMarche-modal > .header--indicesMarche-modal {
  width: 100%;
}
.indicesMarche-modal > .header--indicesMarche-modal > div {
  color: #09758E;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}
.indicesMarche-modal > .content--indicesMarche {
  width: 100%;
  overflow-y: auto;
  padding-top: 32px;
}
.indicesMarche-modal > .content--indicesMarche > .diagrams {
  display: flex;
  margin: auto;
  justify-content: center;
}
.indicesMarche-modal > .content--indicesMarche > .diagrams > .diagram {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicesMarche-modal > .content--indicesMarche > .diagrams .result-text {
  color: #09758E;
}
.indicesMarche-modal > .content--indicesMarche > .indicesDatas {
  margin-top: 16px;
  margin-left: 16px;
}
.indicesMarche-modal > .content--indicesMarche > .indicesDatas > div {
  margin-bottom: 8px;
}
.indicesMarche-modal > .content--indicesMarche > .indicesDatas > div > .value {
  font-weight: bold;
}

.sidepanel {
  z-index: 120;
  position: fixed;
  width: 960px;
  max-width: 90vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #F2F4F7;
  padding: 16px 32px;
}
.sidepanel.no--header .sidepanel--header {
  display: none;
}
.sidepanel.no--footer .sidepanel--footer {
  display: none;
}
.sidepanel--header {
  justify-content: flex-start;
  top: 16px;
  gap: 20px;
}
.sidepanel--content {
  overflow: auto;
  flex: 1 1 auto;
  height: 100%;
  gap: 10px;
  margin: 10px 0;
}
.sidepanel--content .box_description-indicateur {
  gap: 20px;
}
.sidepanel--content .box_description-indicateur > .description {
  flex: 2 2 0;
  padding: 0 32px 32px 0;
  gap: 11px;
  border-radius: 8px;
}
.sidepanel--content .box_description-indicateur > .description > span.title {
  color: #344054;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.sidepanel--content .box_description-indicateur > .infos-suppl {
  background: #F9FAFB;
  flex: 1 1 0;
  border-radius: 10px;
  padding: 24px;
  gap: 16px;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .text {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .text > span {
  min-width: 48px;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .iconScore {
  justify-content: space-between;
  gap: 20px;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .iconScore .score {
  height: 48px;
  width: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  background-color: #ffffff;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .img-rse_add {
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D5DD;
  background-color: #ffffff;
}
.sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .img-rse_add:hover {
  cursor: pointer;
}
.sidepanel--content .box_table-indicateur .validatedBy {
  text-align: flex-start !important;
}
.sidepanel--content .box_table-indicateur .validatedBy > span {
  font-weight: 600;
}
.sidepanel--content .box_formulaire {
  width: 100%;
  gap: 16px;
}
.sidepanel--content .box_formulaire > .form-line {
  gap: 32px;
}
.sidepanel--content .box_formulaire > .form-line > div {
  flex: 1 1 0;
}
.sidepanel--content .box_formulaire > .form-line > div label {
  font-weight: 600;
  font-size: 16px;
}
.sidepanel--content .box_formulaire .form-submit {
  width: 100%;
  justify-content: center;
}
.sidepanel--content .box_formulaire .input-row {
  width: 50%;
  gap: 10px;
}
.sidepanel--content .box_question {
  gap: 16px;
}
.sidepanel--content .box_question .creation-unite-form {
  background: #fff1f3;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 24px;
  gap: 24px;
  margin-bottom: 32px;
}
.sidepanel--content .box_validation {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 64px);
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 0;
}
.sidepanel--content .box_tabpanel {
  flex: 2 2 0;
  gap: 10px;
}
.sidepanel--content .box_tabpanel .box-tabs .tab {
  height: 48px;
  justify-content: space-between;
  border: 1px solid #EAECF0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
}
.sidepanel--content .box_tabpanel .box-tabs .tab button {
  position: relative;
  flex: 1 1 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
  color: #344054;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button:disabled {
  user-select: none;
  background: #F2F4F7;
  color: #98A2B3;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button:disabled:hover {
  cursor: not-allowed;
  background: #F2F4F7;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button:hover {
  background-color: #ddd;
}
.sidepanel--content .box_tabpanel .box-tabs .tab button.active::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #344054;
  position: absolute;
  bottom: 0;
  right: 25%;
}
.sidepanel--content .box_tabpanel .box-tabcontent {
  overflow: auto;
  direction: rtl;
  gap: 10px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres {
  gap: 10px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .title {
  justify-content: space-between;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .title h3 {
  gap: 16px;
  align-items: center;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .params_readonly .param-line {
  justify-content: flex-start;
  gap: 30px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .params_readonly .param-line > div {
  flex: 1 1 0;
  gap: 6px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .params_readonly .param-line > div strong {
  padding-left: 10px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .formline {
  justify-content: space-between;
  gap: 10px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .formline .form-input {
  flex: 1 1 0;
}
.sidepanel--content .box_tabpanel .box-tabcontent .parametres .formline .form-input > label {
  margin-bottom: 8px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches {
  gap: 10px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .title {
  justify-content: space-between;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .title h3 {
  gap: 16px;
  align-items: center;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul {
  display: flex;
  flex-direction: column;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item {
  gap: 16px;
  position: relative;
  justify-content: space-between;
  border-top: 1px solid #D0D5DD;
  border-left: 1px solid #D0D5DD;
  border-right: 1px solid #D0D5DD;
  padding: 4px;
  font-size: var(--font-size-medium);
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item:last-child {
  border-bottom: 1px solid #D0D5DD;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .btn, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .page-header .filter > a, .page-header .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .filter > a, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .page-header .filter > ul > li, .page-header .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .filter > ul > li, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .pagination--wrapper > a, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start li > a, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .pagination--wrapper > a, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start li > a, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .header--filter > ul > li, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item .start .country-choice > .content--country > .country--list > ul > li {
  font-size: 20px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item:not(:hover) .end {
  opacity: 0;
}
.sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item p {
  font-size: var(--font-size-large);
  font-weight: 500;
}
.sidepanel--content .box_tabpanel .box-tabcontent .impact .title {
  margin-bottom: 16px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .impact .content h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.sidepanel--content .box_tabpanel .box-tabcontent .impact .content div.badge {
  margin: 5px;
}
.sidepanel--content .box_chat {
  overflow: auto;
  position: relative;
  gap: 10px;
  flex: 1 1 0;
  padding: 10px !important;
}
.sidepanel--content .box_chat .msg-inbox {
  height: 100%;
  overflow: hidden;
}
.sidepanel--content .box_chat .msg-inbox .msg-page {
  flex: 1 1 auto;
  overflow: auto;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .msg {
  position: relative;
  border-radius: 8px;
  color: #064d5e;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .msg > .time {
  position: absolute;
  top: -14px;
  font-size: 10px;
  line-height: 14px;
  color: #475467;
  font-style: italic;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .msg > .message {
  padding: 8px;
  text-wrap: wrap;
  border-radius: 8px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu {
  background: #EBF4F6;
  margin-left: 40px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu > .avatar {
  position: absolute;
  left: -40px;
  top: 0;
  background: #EBF4F6;
  color: #064d5e;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu > .time {
  right: 5px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye {
  background: #388FA3;
  color: #EBF4F6 !important;
  margin-right: 40px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye > .avatar {
  position: absolute;
  right: -40px;
  top: 0;
  background: #388FA3;
  color: #EBF4F6;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye > .time {
  left: 5px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu + .recu,
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye + .envoye {
  margin-top: -20px;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu + .recu > .avatar,
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye + .envoye > .avatar {
  display: none;
}
.sidepanel--content .box_chat .msg-inbox .msg-page .recu + .recu > .time,
.sidepanel--content .box_chat .msg-inbox .msg-page .envoye + .envoye > .time {
  display: none;
}
.sidepanel--content .box_chat .msg-inbox .new-msg .new-msg-container {
  padding-top: 10px;
  border-top: 1px solid #EAECF0;
  background-color: #ffffff;
}
.sidepanel--content .box_chat .msg-inbox .new-msg .new-msg-container .input-group {
  border-radius: 8px;
  background-color: #EAECF0;
  color: #344054;
}
.sidepanel--content .box_chat .msg-inbox .new-msg .new-msg-container .input-group > .form-control {
  flex: 1 1 auto;
  border: none;
  padding: 6px 12px;
  color: currentColor;
  background-color: inherit;
}
.sidepanel--content .box_chat .msg-inbox .new-msg .new-msg-container .input-group > .form-control:focus {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}
.sidepanel--content .box_chat .msg-inbox .new-msg .new-msg-container .input-group > .input-group-text {
  background: transparent;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  background-color: inherit;
  border-radius: inherit;
  cursor: pointer;
}
.sidepanel--content .box_search-indicator {
  position: relative;
  height: 100%;
  background: #ffffff;
  padding: 32px;
  width: 100%;
  overflow: auto;
}
.sidepanel--content .box_search-indicator .odd-container {
  flex: 1 1 auto;
  padding: 16px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-top: 10px;
}
.sidepanel--content .box_search-indicator .odd-container dt {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.sidepanel--content .box_search-indicator .odd-container dt:first-child {
  margin-top: 0;
}
.sidepanel--content .box_search-indicator .odd-container ul > li {
  list-style-type: disc;
  margin-left: 35px;
  line-height: 20px;
  font-size: 16px;
}
.sidepanel--content .box_search-indicator .odd-container > details {
  margin-bottom: 10px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.3s ease;
}
.sidepanel--content .box_search-indicator .odd-container > details > ul {
  margin-left: 32px;
  padding-top: 16px;
  list-style-type: none;
}
.sidepanel--content .box_search-indicator .odd-container > details > ul li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}
.sidepanel--content .box_search-indicator .odd-container > details > ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.sidepanel--content .box_search-indicator .odd-container summary {
  display: flex;
  align-content: center;
  gap: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
.sidepanel--content .box_search-indicator .odd-container summary > img {
  height: 30px;
}
.sidepanel--content .box_search-indicator .odd-container details > p {
  margin: 10px 0 0;
  font-size: 16px;
}
.sidepanel--content .box_search-indicator .odd-container .selected-indicateur {
  background-color: #EAECF0;
}
.sidepanel--content .odd-undefined {
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  background: #FEF3F2 !important;
}
.sidepanel--footer {
  justify-content: space-between;
  bottom: 16px;
}
.sidepanel--footer.text-center {
  justify-content: center;
}
.sidepanel .isHeader, .sidepanel .sidepanel--header,
.sidepanel .isFooter,
.sidepanel .sidepanel--footer {
  flex: 1 1 0;
  left: 32px;
  right: 32px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
}
.sidepanel .box, .sidepanel .sidepanel--content .box_question, .sidepanel--content .sidepanel .box_question, .sidepanel .sidepanel--content .box_chat, .sidepanel--content .sidepanel .box_chat {
  direction: ltr;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: #ffffff;
}
.sidepanel .box table tr:not(:hover) .btn, .sidepanel .box table tr:not(:hover) .page-header .filter > a, .page-header .sidepanel .box table tr:not(:hover) .filter > a, .sidepanel .box table tr:not(:hover) .page-header .filter > ul > li, .page-header .sidepanel .box table tr:not(:hover) .filter > ul > li, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .btn, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .page-header .filter > a, .page-header .sidepanel .sidepanel--content .box_question table tr:not(:hover) .filter > a, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .page-header .filter > ul > li, .page-header .sidepanel .sidepanel--content .box_question table tr:not(:hover) .filter > ul > li, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .btn, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .page-header .filter > a, .page-header .sidepanel--content .sidepanel .box_question table tr:not(:hover) .filter > a, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .page-header .filter > ul > li, .page-header .sidepanel--content .sidepanel .box_question table tr:not(:hover) .filter > ul > li, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .btn, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .page-header .filter > a, .page-header .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .filter > a, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .page-header .filter > ul > li, .page-header .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .filter > ul > li, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .btn, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .page-header .filter > a, .page-header .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .filter > a, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .page-header .filter > ul > li, .page-header .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .filter > ul > li, .sidepanel .box table tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel .box table tr:not(:hover) .pagination--wrapper > a, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel .sidepanel--content .box_question table tr:not(:hover) .pagination--wrapper > a, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel--content .sidepanel .box_question table tr:not(:hover) .pagination--wrapper > a, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .pagination--wrapper > a, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .pagination--wrapper > a, .sidepanel .box table tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel .box table tr:not(:hover) li > a, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel .sidepanel--content .box_question table tr:not(:hover) li > a, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel--content .sidepanel .box_question table tr:not(:hover) li > a, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel .sidepanel--content .box_chat table tr:not(:hover) li > a, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .sidepanel--content .sidepanel .box_chat table tr:not(:hover) li > a, .sidepanel .box table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel .box table tr:not(:hover) .pagination--wrapper > a, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel .sidepanel--content .box_question table tr:not(:hover) .pagination--wrapper > a, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel--content .sidepanel .box_question table tr:not(:hover) .pagination--wrapper > a, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .pagination--wrapper > a, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .pagination--wrapper > a, .sidepanel .box table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel .box table tr:not(:hover) li > a, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel .sidepanel--content .box_question table tr:not(:hover) li > a, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel--content .sidepanel .box_question table tr:not(:hover) li > a, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel .sidepanel--content .box_chat table tr:not(:hover) li > a, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .sidepanel--content .sidepanel .box_chat table tr:not(:hover) li > a, .sidepanel .box table tr:not(:hover) .header--filter > ul > li, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .header--filter > ul > li, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .header--filter > ul > li, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .header--filter > ul > li, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .header--filter > ul > li, .sidepanel .box table tr:not(:hover) .country-choice > .content--country > .country--list > ul > li, .sidepanel .sidepanel--content .box_question table tr:not(:hover) .country-choice > .content--country > .country--list > ul > li, .sidepanel--content .sidepanel .box_question table tr:not(:hover) .country-choice > .content--country > .country--list > ul > li, .sidepanel .sidepanel--content .box_chat table tr:not(:hover) .country-choice > .content--country > .country--list > ul > li, .sidepanel--content .sidepanel .box_chat table tr:not(:hover) .country-choice > .content--country > .country--list > ul > li {
  opacity: 0;
}
.sidepanel .box .form-indicator-value, .sidepanel .sidepanel--content .box_question .form-indicator-value, .sidepanel--content .sidepanel .box_question .form-indicator-value, .sidepanel .sidepanel--content .box_chat .form-indicator-value, .sidepanel--content .sidepanel .box_chat .form-indicator-value {
  display: flex;
  flex-wrap: wrap;
}
.sidepanel .box .form-indicator-value .col-6, .sidepanel .sidepanel--content .box_question .form-indicator-value .col-6, .sidepanel--content .sidepanel .box_question .form-indicator-value .col-6, .sidepanel .sidepanel--content .box_chat .form-indicator-value .col-6, .sidepanel--content .sidepanel .box_chat .form-indicator-value .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.sidepanel .box .form-indicator-value .col-12, .sidepanel .sidepanel--content .box_question .form-indicator-value .col-12, .sidepanel--content .sidepanel .box_question .form-indicator-value .col-12, .sidepanel .sidepanel--content .box_chat .form-indicator-value .col-12, .sidepanel--content .sidepanel .box_chat .form-indicator-value .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.sidepanel .box.dotted, .sidepanel .sidepanel--content .dotted.box_question, .sidepanel--content .sidepanel .dotted.box_question, .sidepanel .sidepanel--content .dotted.box_chat, .sidepanel--content .sidepanel .dotted.box_chat {
  border: 1px dotted #98A2B3;
}
.sidepanel .box.no--padding, .sidepanel .sidepanel--content .no--padding.box_question, .sidepanel--content .sidepanel .no--padding.box_question, .sidepanel .sidepanel--content .no--padding.box_chat, .sidepanel--content .sidepanel .no--padding.box_chat {
  padding: 0;
}
.sidepanel .box[disabled], .sidepanel .sidepanel--content [disabled].box_question, .sidepanel--content .sidepanel [disabled].box_question, .sidepanel .sidepanel--content [disabled].box_chat, .sidepanel--content .sidepanel [disabled].box_chat {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.sidepanel .box[disabled] input, .sidepanel .sidepanel--content [disabled].box_question input, .sidepanel--content .sidepanel [disabled].box_question input, .sidepanel .sidepanel--content [disabled].box_chat input, .sidepanel--content .sidepanel [disabled].box_chat input,
.sidepanel .box[disabled] textarea,
.sidepanel .sidepanel--content [disabled].box_question textarea,
.sidepanel--content .sidepanel [disabled].box_question textarea,
.sidepanel .sidepanel--content [disabled].box_chat textarea,
.sidepanel--content .sidepanel [disabled].box_chat textarea {
  pointer-events: none !important;
  user-select: none !important;
}
.sidepanel .box[disabled] input:focus, .sidepanel .sidepanel--content [disabled].box_question input:focus, .sidepanel--content .sidepanel [disabled].box_question input:focus, .sidepanel .sidepanel--content [disabled].box_chat input:focus, .sidepanel--content .sidepanel [disabled].box_chat input:focus,
.sidepanel .box[disabled] textarea:focus,
.sidepanel .sidepanel--content [disabled].box_question textarea:focus,
.sidepanel--content .sidepanel [disabled].box_question textarea:focus,
.sidepanel .sidepanel--content [disabled].box_chat textarea:focus,
.sidepanel--content .sidepanel [disabled].box_chat textarea:focus {
  outline: none !important;
}

.search-input {
  display: flex;
  align-items: center;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  width: 100%;
}
.search-input input[type=text] {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
}
.search-input input[type=text]:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.search-input span {
  color: #344054;
  margin: 0 10px;
}
.search-input span:last-child:hover {
  cursor: pointer;
}

.search-input:has(input:focus) {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 0 5px #EBF4F6;
}

.comment {
  max-width: 400px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 4em;
  height: 4em;
}

.rse-icon, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .img-rse_add {
  height: 48px;
  width: 48px;
  border-radius: 4px;
}
.rse-icon:hover, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .img-rse_add:hover {
  cursor: pointer;
}

.inInfo td {
  background: #EBF4F6 !important;
  border-radius: 0 !important;
}

.inError td {
  border-radius: 0 !important;
  background: #FEF3F2 !important;
}

.box, .sidepanel--content .box_question, .sidepanel--content .box_chat {
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: #ffffff;
}
.box p, .sidepanel--content .box_question p, .sidepanel--content .box_chat p {
  font-size: var(--font-size-large);
  font-weight: 500;
}

.flex-row, .panel-create-action .header, .create-action .header, .dialogue .rse-list, .sidepanel--header, .sidepanel--content.flex-row, .sidepanel--content .box_description-indicateur, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .text, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .iconScore, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .iconScore .score, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .img-rse_add, .sidepanel--content .box_formulaire > .form-line, .sidepanel--content .box_formulaire .form-submit, .sidepanel--content .box_formulaire .input-row, .sidepanel--content .box_validation, .sidepanel--content .box_tabpanel .box-tabs .tab, .sidepanel--content .box_tabpanel .box-tabcontent .parametres .title, .sidepanel--content .box_tabpanel .box-tabcontent .parametres .title h3, .sidepanel--content .box_tabpanel .box-tabcontent .parametres .params_readonly .param-line, .sidepanel--content .box_tabpanel .box-tabcontent .parametres .formline, .sidepanel--content .box_tabpanel .box-tabcontent .taches .title, .sidepanel--content .box_tabpanel .box-tabcontent .taches .title h3, .sidepanel--content .box_tabpanel .box-tabcontent .taches .content ul .task-item, .sidepanel--content .box_chat .msg-inbox .msg-page .msg, .sidepanel--footer {
  display: flex;
  flex-direction: row;
}

.flex-col, .sidepanel, .sidepanel--content, .sidepanel--content .box_description-indicateur > .description, .sidepanel--content .box_description-indicateur > .infos-suppl, .sidepanel--content .box_description-indicateur > .infos-suppl > .line, .sidepanel--content .box_formulaire, .sidepanel--content .box_question, .sidepanel--content .box_question .creation-unite-form, .sidepanel--content .box_tabpanel, .sidepanel--content .box_tabpanel .box-tabcontent, .sidepanel--content .box_tabpanel .box-tabcontent .parametres, .sidepanel--content .box_tabpanel .box-tabcontent .parametres .params_readonly .param-line > div, .sidepanel--content .box_tabpanel .box-tabcontent .taches, .sidepanel--content .box_tabpanel .box-tabcontent .impact .content, .sidepanel--content .box_chat, .sidepanel--content .box_chat .msg-inbox, .sidepanel--content .box_chat .msg-inbox .msg-page, .sidepanel--content .box_search-indicator .odd-container {
  display: flex;
  flex-direction: column;
}

.text-end {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.full-width {
  width: 100%;
  justify-content: center;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  flex: 1 1 33%;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked + .checkmark {
  background-color: #ffffff;
}
.checkbox-container input:checked + .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #09758E;
  transform: translate(-50%, -50%);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #09758E;
  border-radius: 50%;
  box-sizing: border-box;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.dialogue {
  position: absolute !important;
  max-width: 400px;
  top: 25%;
  left: 50%;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  padding: 32px;
  z-index: 1001;
}
.dialogue .rse-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
}
.dialogue .rse-list .rse-icon-container {
  position: relative;
  opacity: 0.2;
}
.dialogue .rse-list .rse-icon-container > .rse-icon, .dialogue .rse-list .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .rse-icon-container > .img-rse_add, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .dialogue .rse-list .rse-icon-container > .img-rse_add {
  width: 60px !important;
  height: 60px !important;
}
.dialogue .rse-list .rse-icon-container > .rse-icon:hover, .dialogue .rse-list .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .rse-icon-container > .img-rse_add:hover, .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .dialogue .rse-list .rse-icon-container > .img-rse_add:hover {
  cursor: pointer;
}
.dialogue .rse-list .rse-icon-container:has(> .rse-icon.selected, > .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .selected.img-rse_add) {
  opacity: 1;
}
.dialogue .rse-list .rse-icon-container:has(> .rse-icon.selected, > .sidepanel--content .box_description-indicateur > .infos-suppl > .line .icons .selected.img-rse_add)::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #039855;
  border: 3px solid #ffffff;
  border-radius: 20px;
}

.input-group {
  border-radius: 8px;
  background-color: #EAECF0;
  color: #344054;
}
.input-group > .form-control {
  flex: 1 1 auto;
  border: none;
  padding: 6px 12px;
  color: currentColor;
  background-color: inherit;
}
.input-group > .form-control:focus {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}
.input-group > .input-group-text {
  background: transparent;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  background-color: inherit;
  border-radius: inherit;
  cursor: pointer;
}

.create-action {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  gap: 10px;
}
.create-action .header {
  flex: 1 1 0;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px solid #F2F4F7;
}
.create-action .header > .icon, .create-action .table--wrapper .pagination--wrapper > a.header > span, .table--wrapper .create-action .pagination--wrapper > a.header > span, .create-action .datatable--container .datatable--wrapper .pagination--wrapper > a.header > span, .datatable--container .datatable--wrapper .create-action .pagination--wrapper > a.header > span {
  font-size: 64px !important;
}
.create-action .header > .icon:hover, .create-action .table--wrapper .pagination--wrapper > a.header > span:hover, .table--wrapper .create-action .pagination--wrapper > a.header > span:hover, .create-action .datatable--container .datatable--wrapper .pagination--wrapper > a.header > span:hover, .datatable--container .datatable--wrapper .create-action .pagination--wrapper > a.header > span:hover {
  cursor: pointer;
}
.create-action .content {
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
}
.create-action .content summary {
  font-weight: bold;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
}
.create-action .content summary:has(div.dot) div.dot {
  position: absolute;
  top: 15px;
  left: 20px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.create-action .content summary:has(div.dot) span {
  margin-left: 20px;
}
.create-action .content summary:has(+ details)::marker {
  background: red;
}
.create-action .content details {
  position: relative;
}
.create-action .content details > details {
  padding-left: 20px;
}
.create-action .content details:has(details) summary::before {
  content: "";
  font-size: 24px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}
.create-action .content details[open] summary {
  color: #064d5e;
}
.create-action .content details[open] summary::before {
  transform: rotate(90deg);
}
.create-action .content details[open] p {
  margin-left: 15px;
}
.create-action .content details[open]:has(details):after {
  content: "";
  position: absolute;
  left: 4px;
  top: 40px;
  background: #EAECF0;
  height: 90%;
  width: 1px;
}
.create-action .content .selected-action {
  background-color: #EAECF0;
  padding-bottom: 8px;
}
.create-action .footer {
  flex: 1 1 0;
  width: 100%;
  display: flex;
}
.create-action .footer .odd-undefined {
  width: 100%;
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  background: #EAECF0 !important;
}

.panel-create-action {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 80vw;
  max-width: 80%;
  height: 80vh;
  max-height: 80%;
  top: 10vh;
  left: 10vw;
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  padding-top: 0;
  gap: 10px;
}
.panel-create-action .header {
  flex: 1 1 0;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px solid #F2F4F7;
}
.panel-create-action .header > .icon, .panel-create-action .table--wrapper .pagination--wrapper > a.header > span, .table--wrapper .panel-create-action .pagination--wrapper > a.header > span, .panel-create-action .datatable--container .datatable--wrapper .pagination--wrapper > a.header > span, .datatable--container .datatable--wrapper .panel-create-action .pagination--wrapper > a.header > span {
  font-size: 64px !important;
}
.panel-create-action .header > .icon:hover, .panel-create-action .table--wrapper .pagination--wrapper > a.header > span:hover, .table--wrapper .panel-create-action .pagination--wrapper > a.header > span:hover, .panel-create-action .datatable--container .datatable--wrapper .pagination--wrapper > a.header > span:hover, .datatable--container .datatable--wrapper .panel-create-action .pagination--wrapper > a.header > span:hover {
  cursor: pointer;
}
.panel-create-action .content {
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
}
.panel-create-action .content summary {
  font-weight: bold;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
}
.panel-create-action .content summary:has(div.dot) div.dot {
  position: absolute;
  top: 15px;
  left: 20px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.panel-create-action .content summary:has(div.dot) span {
  margin-left: 20px;
}
.panel-create-action .content summary:has(+ details)::marker {
  background: red;
}
.panel-create-action .content details {
  position: relative;
}
.panel-create-action .content details > details {
  margin-left: 20px;
}
.panel-create-action .content details:has(details) summary::before {
  content: "";
  font-size: 24px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}
.panel-create-action .content details[open] summary {
  color: #064d5e;
}
.panel-create-action .content details[open] summary::before {
  transform: rotate(90deg);
}
.panel-create-action .content details[open] p {
  margin-left: 15px;
}
.panel-create-action .content details[open]:has(details):after {
  content: "";
  position: absolute;
  left: 4px;
  top: 40px;
  background: #EAECF0;
  height: 90%;
  width: 1px;
}
.panel-create-action .footer {
  flex: 1 1 0;
  width: 100%;
  display: flex;
}
.panel-create-action .footer .odd-undefined {
  width: 100%;
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  background: #EAECF0 !important;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 180px;
  gap: 10px;
}
.grid-cards .rse-card {
  background-color: #ffffff;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: var(--spacing-medium);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.grid-cards .rse-card .badge {
  white-space: normal;
}
.grid-cards .rse-card_footer {
  height: 30px;
  display: flex;
  flex-direction: row-reverse;
}
.grid-cards .rse-card_footer .btn .icon, .grid-cards .rse-card_footer .page-header .filter > a .icon, .page-header .grid-cards .rse-card_footer .filter > a .icon, .grid-cards .rse-card_footer .page-header .filter > ul > li .icon, .page-header .grid-cards .rse-card_footer .filter > ul > li .icon, .grid-cards .rse-card_footer .table--wrapper .pagination--wrapper > a .icon, .table--wrapper .grid-cards .rse-card_footer .pagination--wrapper > a .icon, .grid-cards .rse-card_footer .table--wrapper .pagination--wrapper ol li > a .icon, .table--wrapper .pagination--wrapper ol .grid-cards .rse-card_footer li > a .icon, .grid-cards .rse-card_footer .datatable--container .datatable--wrapper .pagination--wrapper > a .icon, .datatable--container .datatable--wrapper .grid-cards .rse-card_footer .pagination--wrapper > a .icon, .grid-cards .rse-card_footer .datatable--container .datatable--wrapper .pagination--wrapper ol li > a .icon, .datatable--container .datatable--wrapper .pagination--wrapper ol .grid-cards .rse-card_footer li > a .icon, .grid-cards .rse-card_footer .header--filter > ul > li .icon, .grid-cards .rse-card_footer .country-choice > .content--country > .country--list > ul > li .icon, .grid-cards .rse-card_footer .table--wrapper .pagination--wrapper > a > span, .table--wrapper .grid-cards .rse-card_footer .pagination--wrapper > a > span, .grid-cards .rse-card_footer .table--wrapper .pagination--wrapper ol li.pagination--wrapper > a > span, .grid-cards .rse-card_footer .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .grid-cards .rse-card_footer .pagination--wrapper > a > span, .grid-cards .rse-card_footer .datatable--container .datatable--wrapper .pagination--wrapper ol li.pagination--wrapper > a > span {
  font-size: 20px;
}
.grid-cards .rse-card:not(:hover) .rse-card_footer > * {
  display: none;
}
.grid-cards .rse-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.grid-cards .rse-card.gov {
  color: #c87776;
}
.grid-cards .rse-card.fai {
  color: #edb143;
}
.grid-cards .rse-card.hum {
  color: #31867f;
}
.grid-cards .rse-card.soc {
  color: #b692f6;
}
.grid-cards .rse-card.env {
  color: #a3ceaa;
}
.grid-cards .rse-card.lab {
  color: #ea726e;
}
.grid-cards .rse-card.cli {
  color: #52c8bf;
}
.grid-cards.grid-indicators {
  margin-top: 10px;
}
.grid-cards.grid-indicators .rse-card {
  width: auto;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-cards.grid-indicators .rse-card_header {
  display: inherit;
  justify-content: space-between;
  flex-direction: row;
  overflow: hidden;
}
.grid-cards.grid-indicators .rse-card_header .score {
  font-size: 2.5em;
  font-weight: 700;
  width: 150px;
  white-space: nowrap;
}
.grid-cards.grid-indicators .rse-card_header .unit {
  font-size: var(--font-size-largest);
}
.grid-cards.grid-indicators .rse-card_content {
  font-size: var(--font-size-largest);
  color: #344054;
  font-weight: 500;
}
.grid-cards.grid-actions {
  margin-top: 10px;
}
.grid-cards.grid-actions .rse-card {
  width: auto;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-cards.grid-actions .rse-card_header {
  font-size: var(--font-size-larger);
  font-weight: 500;
}
.grid-cards .title {
  color: white;
  font-size: 1.8em;
  margin: 0.5%;
}
.grid-cards .CO2Number {
  font-size: 1.2em;
  font-weight: 400;
  color: #027A48;
}
.grid-cards .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: white;
}
.grid-cards .logo.radius-circle.validate {
  background-color: #6CE9A6;
}
.grid-cards .logo.radius-circle.noValidate {
  background-color: #F97066;
}
.grid-cards .cardColor {
  background-color: #C1DCE3;
}
.grid-cards .logoPause {
  color: #F79009;
}
@media screen and (max-width: 1281px) {
  .grid-cards .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #D0D5DD solid;
    background-color: white;
    height: 2.2rem;
  }
  .grid-cards .button.filterAxe {
    width: 19rem;
  }
  .grid-cards .actionBox {
    text-align: justify;
  }
  .grid-cards .statut-et-enjeuBox {
    width: 7.5rem;
  }
  .grid-cards .sizeText {
    font-size: 0.7em;
  }
  .grid-cards .cardText {
    font-size: 0.8em;
  }
  .grid-cards .logoPauseText {
    font-size: 0.7em;
  }
}

.page-header {
  width: 100%;
}
.page-header .filter-toolbar {
  display: flex;
  justify-content: end;
}
.page-header .filter-toolbar > ul {
  display: flex;
}
.page-header .filter-toolbar > ul .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.8px #D0D5DD solid;
  background-color: #ffffff;
  height: 2.2rem;
  justify-content: space-evenly;
}
.page-header .filter-toolbar > ul .button.radius-left {
  border-radius: 6px 0px 0px 6px;
}
.page-header .filter-toolbar > ul .button.radius-left.filter-calendar {
  width: 15rem;
}
.page-header .filter-toolbar > ul .button.radius-left.filter-list {
  width: 6rem;
}
.page-header .filter-toolbar > ul .button.filter-in-game {
  width: 6rem;
}
.page-header .filter-toolbar > ul .button.filter-axe {
  width: 16rem;
}
.page-header .filter-toolbar > ul .button.filter-indicator {
  width: 8rem;
}
.page-header .filter-toolbar > ul .button.radius-right {
  border-radius: 0px 6px 6px 0px;
}
.page-header .filter-toolbar > ul .button.radius-right.filter-RSRSE {
  width: 6rem;
}
.page-header .filter-toolbar > ul .button.radius-right.filter-card {
  width: 6rem;
}
.page-header .filter-toolbar > ul .button:hover {
  cursor: pointer;
}
.page-header .filter-toolbar .option-disabled {
  background-color: #D0D5DD !important;
}

.indicator-list tr {
  cursor: pointer;
}
.indicator-list tr .indicator-name-colonne {
  font-weight: 500;
  font-size: var(--font-size-large);
}
.indicator-list tr .number-list {
  font-size: var(--font-size-largest);
}
.indicator-list tr:hover .indicator-name-colonne {
  text-decoration: underline;
}
.indicator-list tr:not(:hover) .btn, .indicator-list tr:not(:hover) .page-header .filter > a, .page-header .indicator-list tr:not(:hover) .filter > a, .indicator-list tr:not(:hover) .page-header .filter > ul > li, .page-header .indicator-list tr:not(:hover) .filter > ul > li, .indicator-list tr:not(:hover) .table--wrapper .pagination--wrapper > a, .table--wrapper .indicator-list tr:not(:hover) .pagination--wrapper > a, .indicator-list tr:not(:hover) .table--wrapper .pagination--wrapper ol li > a, .table--wrapper .pagination--wrapper ol .indicator-list tr:not(:hover) li > a, .indicator-list tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper > a, .datatable--container .datatable--wrapper .indicator-list tr:not(:hover) .pagination--wrapper > a, .indicator-list tr:not(:hover) .datatable--container .datatable--wrapper .pagination--wrapper ol li > a, .datatable--container .datatable--wrapper .pagination--wrapper ol .indicator-list tr:not(:hover) li > a, .indicator-list tr:not(:hover) .header--filter > ul > li, .indicator-list tr:not(:hover) .country-choice > .content--country > .country--list > ul > li {
  opacity: 0;
}
.indicator-list td {
  height: 0 !important;
  padding: 8px 16px !important;
}
.indicator-list .is-open .selector .icon, .indicator-list .is-open .selector .table--wrapper .pagination--wrapper > a > span, .table--wrapper .indicator-list .is-open .selector .pagination--wrapper > a > span, .indicator-list .is-open .selector .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .indicator-list .is-open .selector .pagination--wrapper > a > span {
  transform: rotate(90deg);
}
.indicator-list .is-open > td {
  border-top: 5px #fecdd6 solid;
}
.indicator-list .is-open > td:first-child {
  border-left: 5px #fecdd6 solid;
}
.indicator-list .is-open > td:last-child {
  border-right: 5px #fecdd6 solid;
}
.indicator-list .is-open + tr > td:first-child {
  border-left: 5px #fecdd6 solid;
  border-top-left-radius: 0;
}
.indicator-list .is-open + tr > td {
  border-bottom: 5px #fecdd6 solid;
}
.indicator-list .is-open + tr > td:last-child {
  border-right: 5px #fecdd6 solid;
  border-top-right-radius: 0;
}
.indicator-list .config-axe-iso-item {
  padding-left: 3rem !important;
}
.indicator-list .axe-iso-colonne {
  width: 16rem;
}
.indicator-list .axe-iso-colonne-second-colonne {
  width: 14rem;
}
.indicator-list .open-box {
  background: #EBF4F6 !important;
  padding: 1% 0.5% 2% 3% !important;
}
.indicator-list .detail-open-box {
  background-color: white !important;
}
.indicator-list .text-detail-open-box {
  text-align: start;
}
.indicator-list .progress-bar-* {
  background-color: #6CE9A6;
}
.indicator-list .in-capital {
  text-transform: uppercase;
}
@media screen and (max-width: 1281px) {
  .indicator-list .action-box {
    text-align: justify;
  }
  .indicator-list .statut-et-enjeu-box {
    width: 7.5rem;
  }
}

.kanban {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}
.kanban-col > h3 {
  margin-bottom: var(--spacing-small);
  color: #ffffff;
}
.kanban-col .kanban-zone {
  position: relative;
  display: block;
  height: 74vh;
  min-width: 380px;
  max-width: 380px;
  margin-bottom: var(--spacing-medium);
  background: rgba(5, 65, 80, 0.337254902);
  border-radius: var(--spacing-medium);
  overflow-y: auto;
}
@media only screen and (min-height: 801px) {
  .kanban-col .kanban-zone {
    height: 74vh;
  }
}
@media only screen and (max-height: 800px) {
  .kanban-col .kanban-zone {
    height: 65vh;
  }
}
.kanban-col .kanban-zone .drag-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0px !important;
  margin: 0px !important;
}
.kanban-col .kanban-zone .card {
  margin: var(--spacing-medium) 0;
  font-weight: 600;
  font-size: var(--setting-small);
  width: 360px;
  margin-left: 10px;
  cursor: pointer;
}
.kanban-col .kanban-zone .card--footer {
  justify-content: flex-start;
}
.kanban-col .kanban-zone .card:hover .description {
  text-decoration: underline;
}
.kanban-col .kanban-zone .card.is-preview {
  opacity: 0.5;
  border: 2px dashed #667085;
  pointer-events: none !important;
}
.kanban-col .kanban-zone .card.is-dragged-card {
  background-color: #C1DCE3;
}

.action-list,
.indicator-list {
  width: 100%;
}
.action-list .progress-panel_header,
.indicator-list .progress-panel_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: white;
  border-bottom: 1px solid white;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  margin-bottom: var(--spacing-medium);
}
.action-list .progress-panel_header .title,
.indicator-list .progress-panel_header .title {
  position: relative;
}
.action-list .progress-panel_header .title label,
.indicator-list .progress-panel_header .title label {
  position: absolute;
  right: -25px;
  top: 0px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #388FA3;
  padding: 4px;
  font-size: var(--font-size-small);
  text-align: center;
  min-width: 20px;
}
.action-list .indicator-panel_header,
.indicator-list .indicator-panel_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: var(--spacing-medium);
  padding: 8px;
}
.action-list .indicator-panel_header .title,
.indicator-list .indicator-panel_header .title {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.action-list .indicator-panel_header .title .dot,
.indicator-list .indicator-panel_header .title .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.action-list .card,
.indicator-list .card {
  margin-bottom: var(--spacing-medium);
}
.action-list .card .card--header,
.indicator-list .card .card--header {
  align-items: left;
  flex-direction: row;
  justify-content: space-between;
}
.action-list .card .card--content,
.indicator-list .card .card--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.action-list .card .card--footer,
.indicator-list .card .card--footer {
  justify-content: flex-start;
}
.action-list .action-infos,
.indicator-list .action-infos {
  display: flex;
  flex-direction: column;
}
.action-list .action-infos-title,
.indicator-list .action-infos-title {
  font-size: var(--font-size-large);
  font-weight: 700;
}
.action-list .action-infos-description,
.indicator-list .action-infos-description {
  font-size: var(--font-size-large);
  padding-right: 10px;
}
.action-list .avancement,
.indicator-list .avancement {
  margin: auto;
  width: 10rem;
  height: 3rem;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-list .avancement > .avancement-background,
.indicator-list .avancement > .avancement-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #EBF4F6;
  border-radius: 0.5rem;
}
.action-list .avancement > .avancement-background > .avancement-label,
.indicator-list .avancement > .avancement-background > .avancement-label {
  z-index: 5;
}
.action-list .avancement > .avancement-background > .avancement-progress,
.indicator-list .avancement > .avancement-background > .avancement-progress {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.action-list .avancement > .avancement-background > .avancement-progress_0,
.indicator-list .avancement > .avancement-background > .avancement-progress_0 {
  width: 0%;
}
.action-list .avancement > .avancement-background > .avancement-progress_1,
.indicator-list .avancement > .avancement-background > .avancement-progress_1 {
  width: 1%;
}
.action-list .avancement > .avancement-background > .avancement-progress_2,
.indicator-list .avancement > .avancement-background > .avancement-progress_2 {
  width: 2%;
}
.action-list .avancement > .avancement-background > .avancement-progress_3,
.indicator-list .avancement > .avancement-background > .avancement-progress_3 {
  width: 3%;
}
.action-list .avancement > .avancement-background > .avancement-progress_4,
.indicator-list .avancement > .avancement-background > .avancement-progress_4 {
  width: 4%;
}
.action-list .avancement > .avancement-background > .avancement-progress_5,
.indicator-list .avancement > .avancement-background > .avancement-progress_5 {
  width: 5%;
}
.action-list .avancement > .avancement-background > .avancement-progress_6,
.indicator-list .avancement > .avancement-background > .avancement-progress_6 {
  width: 6%;
}
.action-list .avancement > .avancement-background > .avancement-progress_7,
.indicator-list .avancement > .avancement-background > .avancement-progress_7 {
  width: 7%;
}
.action-list .avancement > .avancement-background > .avancement-progress_8,
.indicator-list .avancement > .avancement-background > .avancement-progress_8 {
  width: 8%;
}
.action-list .avancement > .avancement-background > .avancement-progress_9,
.indicator-list .avancement > .avancement-background > .avancement-progress_9 {
  width: 9%;
}
.action-list .avancement > .avancement-background > .avancement-progress_10,
.indicator-list .avancement > .avancement-background > .avancement-progress_10 {
  width: 10%;
}
.action-list .avancement > .avancement-background > .avancement-progress_11,
.indicator-list .avancement > .avancement-background > .avancement-progress_11 {
  width: 11%;
}
.action-list .avancement > .avancement-background > .avancement-progress_12,
.indicator-list .avancement > .avancement-background > .avancement-progress_12 {
  width: 12%;
}
.action-list .avancement > .avancement-background > .avancement-progress_13,
.indicator-list .avancement > .avancement-background > .avancement-progress_13 {
  width: 13%;
}
.action-list .avancement > .avancement-background > .avancement-progress_14,
.indicator-list .avancement > .avancement-background > .avancement-progress_14 {
  width: 14%;
}
.action-list .avancement > .avancement-background > .avancement-progress_15,
.indicator-list .avancement > .avancement-background > .avancement-progress_15 {
  width: 15%;
}
.action-list .avancement > .avancement-background > .avancement-progress_16,
.indicator-list .avancement > .avancement-background > .avancement-progress_16 {
  width: 16%;
}
.action-list .avancement > .avancement-background > .avancement-progress_17,
.indicator-list .avancement > .avancement-background > .avancement-progress_17 {
  width: 17%;
}
.action-list .avancement > .avancement-background > .avancement-progress_18,
.indicator-list .avancement > .avancement-background > .avancement-progress_18 {
  width: 18%;
}
.action-list .avancement > .avancement-background > .avancement-progress_19,
.indicator-list .avancement > .avancement-background > .avancement-progress_19 {
  width: 19%;
}
.action-list .avancement > .avancement-background > .avancement-progress_20,
.indicator-list .avancement > .avancement-background > .avancement-progress_20 {
  width: 20%;
}
.action-list .avancement > .avancement-background > .avancement-progress_21,
.indicator-list .avancement > .avancement-background > .avancement-progress_21 {
  width: 21%;
}
.action-list .avancement > .avancement-background > .avancement-progress_22,
.indicator-list .avancement > .avancement-background > .avancement-progress_22 {
  width: 22%;
}
.action-list .avancement > .avancement-background > .avancement-progress_23,
.indicator-list .avancement > .avancement-background > .avancement-progress_23 {
  width: 23%;
}
.action-list .avancement > .avancement-background > .avancement-progress_24,
.indicator-list .avancement > .avancement-background > .avancement-progress_24 {
  width: 24%;
}
.action-list .avancement > .avancement-background > .avancement-progress_25,
.indicator-list .avancement > .avancement-background > .avancement-progress_25 {
  width: 25%;
}
.action-list .avancement > .avancement-background > .avancement-progress_26,
.indicator-list .avancement > .avancement-background > .avancement-progress_26 {
  width: 26%;
}
.action-list .avancement > .avancement-background > .avancement-progress_27,
.indicator-list .avancement > .avancement-background > .avancement-progress_27 {
  width: 27%;
}
.action-list .avancement > .avancement-background > .avancement-progress_28,
.indicator-list .avancement > .avancement-background > .avancement-progress_28 {
  width: 28%;
}
.action-list .avancement > .avancement-background > .avancement-progress_29,
.indicator-list .avancement > .avancement-background > .avancement-progress_29 {
  width: 29%;
}
.action-list .avancement > .avancement-background > .avancement-progress_30,
.indicator-list .avancement > .avancement-background > .avancement-progress_30 {
  width: 30%;
}
.action-list .avancement > .avancement-background > .avancement-progress_31,
.indicator-list .avancement > .avancement-background > .avancement-progress_31 {
  width: 31%;
}
.action-list .avancement > .avancement-background > .avancement-progress_32,
.indicator-list .avancement > .avancement-background > .avancement-progress_32 {
  width: 32%;
}
.action-list .avancement > .avancement-background > .avancement-progress_33,
.indicator-list .avancement > .avancement-background > .avancement-progress_33 {
  width: 33%;
}
.action-list .avancement > .avancement-background > .avancement-progress_34,
.indicator-list .avancement > .avancement-background > .avancement-progress_34 {
  width: 34%;
}
.action-list .avancement > .avancement-background > .avancement-progress_35,
.indicator-list .avancement > .avancement-background > .avancement-progress_35 {
  width: 35%;
}
.action-list .avancement > .avancement-background > .avancement-progress_36,
.indicator-list .avancement > .avancement-background > .avancement-progress_36 {
  width: 36%;
}
.action-list .avancement > .avancement-background > .avancement-progress_37,
.indicator-list .avancement > .avancement-background > .avancement-progress_37 {
  width: 37%;
}
.action-list .avancement > .avancement-background > .avancement-progress_38,
.indicator-list .avancement > .avancement-background > .avancement-progress_38 {
  width: 38%;
}
.action-list .avancement > .avancement-background > .avancement-progress_39,
.indicator-list .avancement > .avancement-background > .avancement-progress_39 {
  width: 39%;
}
.action-list .avancement > .avancement-background > .avancement-progress_40,
.indicator-list .avancement > .avancement-background > .avancement-progress_40 {
  width: 40%;
}
.action-list .avancement > .avancement-background > .avancement-progress_41,
.indicator-list .avancement > .avancement-background > .avancement-progress_41 {
  width: 41%;
}
.action-list .avancement > .avancement-background > .avancement-progress_42,
.indicator-list .avancement > .avancement-background > .avancement-progress_42 {
  width: 42%;
}
.action-list .avancement > .avancement-background > .avancement-progress_43,
.indicator-list .avancement > .avancement-background > .avancement-progress_43 {
  width: 43%;
}
.action-list .avancement > .avancement-background > .avancement-progress_44,
.indicator-list .avancement > .avancement-background > .avancement-progress_44 {
  width: 44%;
}
.action-list .avancement > .avancement-background > .avancement-progress_45,
.indicator-list .avancement > .avancement-background > .avancement-progress_45 {
  width: 45%;
}
.action-list .avancement > .avancement-background > .avancement-progress_46,
.indicator-list .avancement > .avancement-background > .avancement-progress_46 {
  width: 46%;
}
.action-list .avancement > .avancement-background > .avancement-progress_47,
.indicator-list .avancement > .avancement-background > .avancement-progress_47 {
  width: 47%;
}
.action-list .avancement > .avancement-background > .avancement-progress_48,
.indicator-list .avancement > .avancement-background > .avancement-progress_48 {
  width: 48%;
}
.action-list .avancement > .avancement-background > .avancement-progress_49,
.indicator-list .avancement > .avancement-background > .avancement-progress_49 {
  width: 49%;
}
.action-list .avancement > .avancement-background > .avancement-progress_50,
.indicator-list .avancement > .avancement-background > .avancement-progress_50 {
  width: 50%;
}
.action-list .avancement > .avancement-background > .avancement-progress_51,
.indicator-list .avancement > .avancement-background > .avancement-progress_51 {
  width: 51%;
}
.action-list .avancement > .avancement-background > .avancement-progress_52,
.indicator-list .avancement > .avancement-background > .avancement-progress_52 {
  width: 52%;
}
.action-list .avancement > .avancement-background > .avancement-progress_53,
.indicator-list .avancement > .avancement-background > .avancement-progress_53 {
  width: 53%;
}
.action-list .avancement > .avancement-background > .avancement-progress_54,
.indicator-list .avancement > .avancement-background > .avancement-progress_54 {
  width: 54%;
}
.action-list .avancement > .avancement-background > .avancement-progress_55,
.indicator-list .avancement > .avancement-background > .avancement-progress_55 {
  width: 55%;
}
.action-list .avancement > .avancement-background > .avancement-progress_56,
.indicator-list .avancement > .avancement-background > .avancement-progress_56 {
  width: 56%;
}
.action-list .avancement > .avancement-background > .avancement-progress_57,
.indicator-list .avancement > .avancement-background > .avancement-progress_57 {
  width: 57%;
}
.action-list .avancement > .avancement-background > .avancement-progress_58,
.indicator-list .avancement > .avancement-background > .avancement-progress_58 {
  width: 58%;
}
.action-list .avancement > .avancement-background > .avancement-progress_59,
.indicator-list .avancement > .avancement-background > .avancement-progress_59 {
  width: 59%;
}
.action-list .avancement > .avancement-background > .avancement-progress_60,
.indicator-list .avancement > .avancement-background > .avancement-progress_60 {
  width: 60%;
}
.action-list .avancement > .avancement-background > .avancement-progress_61,
.indicator-list .avancement > .avancement-background > .avancement-progress_61 {
  width: 61%;
}
.action-list .avancement > .avancement-background > .avancement-progress_62,
.indicator-list .avancement > .avancement-background > .avancement-progress_62 {
  width: 62%;
}
.action-list .avancement > .avancement-background > .avancement-progress_63,
.indicator-list .avancement > .avancement-background > .avancement-progress_63 {
  width: 63%;
}
.action-list .avancement > .avancement-background > .avancement-progress_64,
.indicator-list .avancement > .avancement-background > .avancement-progress_64 {
  width: 64%;
}
.action-list .avancement > .avancement-background > .avancement-progress_65,
.indicator-list .avancement > .avancement-background > .avancement-progress_65 {
  width: 65%;
}
.action-list .avancement > .avancement-background > .avancement-progress_66,
.indicator-list .avancement > .avancement-background > .avancement-progress_66 {
  width: 66%;
}
.action-list .avancement > .avancement-background > .avancement-progress_67,
.indicator-list .avancement > .avancement-background > .avancement-progress_67 {
  width: 67%;
}
.action-list .avancement > .avancement-background > .avancement-progress_68,
.indicator-list .avancement > .avancement-background > .avancement-progress_68 {
  width: 68%;
}
.action-list .avancement > .avancement-background > .avancement-progress_69,
.indicator-list .avancement > .avancement-background > .avancement-progress_69 {
  width: 69%;
}
.action-list .avancement > .avancement-background > .avancement-progress_70,
.indicator-list .avancement > .avancement-background > .avancement-progress_70 {
  width: 70%;
}
.action-list .avancement > .avancement-background > .avancement-progress_71,
.indicator-list .avancement > .avancement-background > .avancement-progress_71 {
  width: 71%;
}
.action-list .avancement > .avancement-background > .avancement-progress_72,
.indicator-list .avancement > .avancement-background > .avancement-progress_72 {
  width: 72%;
}
.action-list .avancement > .avancement-background > .avancement-progress_73,
.indicator-list .avancement > .avancement-background > .avancement-progress_73 {
  width: 73%;
}
.action-list .avancement > .avancement-background > .avancement-progress_74,
.indicator-list .avancement > .avancement-background > .avancement-progress_74 {
  width: 74%;
}
.action-list .avancement > .avancement-background > .avancement-progress_75,
.indicator-list .avancement > .avancement-background > .avancement-progress_75 {
  width: 75%;
}
.action-list .avancement > .avancement-background > .avancement-progress_76,
.indicator-list .avancement > .avancement-background > .avancement-progress_76 {
  width: 76%;
}
.action-list .avancement > .avancement-background > .avancement-progress_77,
.indicator-list .avancement > .avancement-background > .avancement-progress_77 {
  width: 77%;
}
.action-list .avancement > .avancement-background > .avancement-progress_78,
.indicator-list .avancement > .avancement-background > .avancement-progress_78 {
  width: 78%;
}
.action-list .avancement > .avancement-background > .avancement-progress_79,
.indicator-list .avancement > .avancement-background > .avancement-progress_79 {
  width: 79%;
}
.action-list .avancement > .avancement-background > .avancement-progress_80,
.indicator-list .avancement > .avancement-background > .avancement-progress_80 {
  width: 80%;
}
.action-list .avancement > .avancement-background > .avancement-progress_81,
.indicator-list .avancement > .avancement-background > .avancement-progress_81 {
  width: 81%;
}
.action-list .avancement > .avancement-background > .avancement-progress_82,
.indicator-list .avancement > .avancement-background > .avancement-progress_82 {
  width: 82%;
}
.action-list .avancement > .avancement-background > .avancement-progress_83,
.indicator-list .avancement > .avancement-background > .avancement-progress_83 {
  width: 83%;
}
.action-list .avancement > .avancement-background > .avancement-progress_84,
.indicator-list .avancement > .avancement-background > .avancement-progress_84 {
  width: 84%;
}
.action-list .avancement > .avancement-background > .avancement-progress_85,
.indicator-list .avancement > .avancement-background > .avancement-progress_85 {
  width: 85%;
}
.action-list .avancement > .avancement-background > .avancement-progress_86,
.indicator-list .avancement > .avancement-background > .avancement-progress_86 {
  width: 86%;
}
.action-list .avancement > .avancement-background > .avancement-progress_87,
.indicator-list .avancement > .avancement-background > .avancement-progress_87 {
  width: 87%;
}
.action-list .avancement > .avancement-background > .avancement-progress_88,
.indicator-list .avancement > .avancement-background > .avancement-progress_88 {
  width: 88%;
}
.action-list .avancement > .avancement-background > .avancement-progress_89,
.indicator-list .avancement > .avancement-background > .avancement-progress_89 {
  width: 89%;
}
.action-list .avancement > .avancement-background > .avancement-progress_90,
.indicator-list .avancement > .avancement-background > .avancement-progress_90 {
  width: 90%;
}
.action-list .avancement > .avancement-background > .avancement-progress_91,
.indicator-list .avancement > .avancement-background > .avancement-progress_91 {
  width: 91%;
}
.action-list .avancement > .avancement-background > .avancement-progress_92,
.indicator-list .avancement > .avancement-background > .avancement-progress_92 {
  width: 92%;
}
.action-list .avancement > .avancement-background > .avancement-progress_93,
.indicator-list .avancement > .avancement-background > .avancement-progress_93 {
  width: 93%;
}
.action-list .avancement > .avancement-background > .avancement-progress_94,
.indicator-list .avancement > .avancement-background > .avancement-progress_94 {
  width: 94%;
}
.action-list .avancement > .avancement-background > .avancement-progress_95,
.indicator-list .avancement > .avancement-background > .avancement-progress_95 {
  width: 95%;
}
.action-list .avancement > .avancement-background > .avancement-progress_96,
.indicator-list .avancement > .avancement-background > .avancement-progress_96 {
  width: 96%;
}
.action-list .avancement > .avancement-background > .avancement-progress_97,
.indicator-list .avancement > .avancement-background > .avancement-progress_97 {
  width: 97%;
}
.action-list .avancement > .avancement-background > .avancement-progress_98,
.indicator-list .avancement > .avancement-background > .avancement-progress_98 {
  width: 98%;
}
.action-list .avancement > .avancement-background > .avancement-progress_99,
.indicator-list .avancement > .avancement-background > .avancement-progress_99 {
  width: 99%;
}
.action-list .avancement > .avancement-background > .avancement-progress_100,
.indicator-list .avancement > .avancement-background > .avancement-progress_100 {
  width: 100%;
}

.actions-list {
  padding: 12px 12px 0 8px;
}
.actions-list > div {
  padding-bottom: 1.5rem;
}
.actions-list .section-label {
  color: white;
  font-size: 1.2rem;
}
.actions-list .action {
  background-color: white;
  margin-top: 1rem;
  padding: 1rem;
}
.actions-list .action-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.actions-list .action-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.actions-list .action-header-subtitle {
  font-size: 0.8rem;
}
.actions-list .action-status {
  background-color: #FEF0C7;
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.actions-list .action-status span {
  display: block;
  font-size: 1.5rem;
}
.actions-list .action .separator {
  width: 100%;
  height: 0px;
  border: 1px solid #F2F4F7;
}
.actions-list .action table {
  width: 100%;
  margin: 1rem 0;
}
.actions-list .action table td {
  width: 16.66%;
}
.actions-list .action table td > div {
  margin: auto;
  width: 60%;
}
.actions-list .action table td .label, .actions-list .action table td .value {
  font-size: 14px;
  font-weight: 600;
}
.actions-list .action table td .value {
  font-weight: 400;
}
.actions-list .action table td:first-child > div, .actions-list .action table td:last-child > div {
  width: 100%;
}
.actions-list .action table td:last-child {
  vertical-align: middle;
}
.actions-list .action table td:last-child > div {
  margin: auto;
  width: 10rem;
  height: 3rem;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.actions-list .action table td:last-child > div > .advancement-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #EBF4F6;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-label {
  z-index: 5;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_0 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_1 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_2 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_3 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 3%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_4 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 4%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_5 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 5%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_6 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 6%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_7 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 7%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_8 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 8%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_9 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 9%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_10 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_11 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 11%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_12 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 12%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_13 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 13%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_14 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 14%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_15 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 15%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_16 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_17 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_18 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_19 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 19%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_20 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_21 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 21%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_22 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 22%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_23 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 23%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_24 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_25 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_26 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 26%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_27 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 27%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_28 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 28%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_29 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 29%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_30 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 30%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_31 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 31%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_32 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 32%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_33 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 33%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_34 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 34%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_35 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 35%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_36 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 36%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_37 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 37%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_38 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 38%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_39 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 39%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_40 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_41 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 41%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_42 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 42%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_43 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 43%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_44 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 44%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_45 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 45%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_46 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 46%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_47 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 47%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_48 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 48%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_49 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 49%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_50 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_51 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 51%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_52 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 52%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_53 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 53%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_54 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 54%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_55 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 55%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_56 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 56%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_57 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 57%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_58 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 58%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_59 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 59%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_60 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 60%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_61 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 61%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_62 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 62%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_63 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 63%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_64 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 64%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_65 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 65%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_66 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 66%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_67 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 67%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_68 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 68%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_69 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 69%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_70 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 70%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_71 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 71%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_72 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 72%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_73 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 73%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_74 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 74%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_75 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 75%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_76 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 76%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_77 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 77%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_78 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 78%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_79 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 79%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_80 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_81 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 81%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_82 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 82%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_83 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 83%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_84 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 84%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_85 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 85%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_86 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 86%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_87 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 87%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_88 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 88%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_89 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 89%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_90 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 90%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_91 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 91%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_92 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 92%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_93 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 93%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_94 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 94%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_95 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 95%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_96 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 96%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_97 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 97%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_98 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 98%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_99 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 99%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action table td:last-child > div > .advancement-background > .advancement-progress_100 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #C3DDE3;
  border-radius: 0.5rem;
}
.actions-list .action .tags {
  display: flex;
  margin-top: 1rem;
}
.actions-list .action .tags .tag {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
}

.admin-container {
  display: flex;
  background: #ffffff;
  width: 100%;
  gap: var(--spacing-medium);
  border-radius: 8px;
  justify-content: center;
}
.admin-container.no-bg {
  background: transparent;
}
.admin-container.col-dir {
  flex-direction: column;
}
.admin-container.row-dir {
  flex-direction: row;
}
.admin-container > p {
  word-break: break-all;
  white-space: pre-wrap;
}

.service--wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #ffffff;
  padding: 16px 0px;
  align-items: center;
}
.service--wrapper .service-description {
  flex: 2 2 80%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service--wrapper .service-description > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #101828;
}
.service--wrapper .service-description > span + span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #475467;
}
.service--wrapper .service-price {
  flex: 1 1 10%;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #101828;
}
.service--wrapper .service-actions {
  position: relative;
  flex: 1 1 10%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
}
.service--wrapper .service-actions .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (width < 1600px) {
  .service--wrapper .service-actions .actions {
    position: relative;
  }
}
.service--wrapper .service-actions .actions > .actions-wrapper {
  display: flex;
  align-self: center;
}
.service--wrapper .service-actions .actions > .actions-wrapper .dropdown-actions_container {
  position: absolute;
  top: 0px;
  right: 120%;
  width: 250px;
}
@media (width > 1600px) {
  .service--wrapper .service-actions .actions > .actions-wrapper {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
}
.service--wrapper .service-actions .actions > .actions-wrapper > .action {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.service--wrapper .service-actions .actions > .actions-wrapper > .btn:hover, .service--wrapper .service-actions .page-header .actions > .filter.actions-wrapper > a:hover, .page-header .service--wrapper .service-actions .actions > .filter.actions-wrapper > a:hover, .service--wrapper .service-actions .page-header .filter.actions > ul.actions-wrapper > li:hover, .page-header .service--wrapper .service-actions .filter.actions > ul.actions-wrapper > li:hover, .service--wrapper .service-actions .table--wrapper .actions > .pagination--wrapper.actions-wrapper > a:hover, .table--wrapper .service--wrapper .service-actions .actions > .pagination--wrapper.actions-wrapper > a:hover, .service--wrapper .service-actions .table--wrapper .pagination--wrapper ol .actions > li.actions-wrapper > a:hover, .table--wrapper .pagination--wrapper ol .service--wrapper .service-actions .actions > li.actions-wrapper > a:hover, .service--wrapper .service-actions .datatable--container .datatable--wrapper .actions > .pagination--wrapper.actions-wrapper > a:hover, .datatable--container .datatable--wrapper .service--wrapper .service-actions .actions > .pagination--wrapper.actions-wrapper > a:hover, .service--wrapper .service-actions .datatable--container .datatable--wrapper .pagination--wrapper ol .actions > li.actions-wrapper > a:hover, .datatable--container .datatable--wrapper .pagination--wrapper ol .service--wrapper .service-actions .actions > li.actions-wrapper > a:hover, .service--wrapper .service-actions .header--filter.actions > ul.actions-wrapper > li:hover, .service--wrapper .service-actions .country-choice > .content--country > .country--list.actions > ul.actions-wrapper > li:hover {
  border: 1px solid #667085;
}
.service--wrapper .service-actions .actions > .actions-wrapper > .btn:hover span, .service--wrapper .service-actions .page-header .actions > .filter.actions-wrapper > a:hover span, .page-header .service--wrapper .service-actions .actions > .filter.actions-wrapper > a:hover span, .service--wrapper .service-actions .page-header .filter.actions > ul.actions-wrapper > li:hover span, .page-header .service--wrapper .service-actions .filter.actions > ul.actions-wrapper > li:hover span, .service--wrapper .service-actions .table--wrapper .actions > .pagination--wrapper.actions-wrapper > a:hover span, .table--wrapper .service--wrapper .service-actions .actions > .pagination--wrapper.actions-wrapper > a:hover span, .service--wrapper .service-actions .table--wrapper .pagination--wrapper ol .actions > li.actions-wrapper > a:hover span, .table--wrapper .pagination--wrapper ol .service--wrapper .service-actions .actions > li.actions-wrapper > a:hover span, .service--wrapper .service-actions .datatable--container .datatable--wrapper .actions > .pagination--wrapper.actions-wrapper > a:hover span, .datatable--container .datatable--wrapper .service--wrapper .service-actions .actions > .pagination--wrapper.actions-wrapper > a:hover span, .service--wrapper .service-actions .datatable--container .datatable--wrapper .pagination--wrapper ol .actions > li.actions-wrapper > a:hover span, .datatable--container .datatable--wrapper .pagination--wrapper ol .service--wrapper .service-actions .actions > li.actions-wrapper > a:hover span, .service--wrapper .service-actions .header--filter.actions > ul.actions-wrapper > li:hover span, .service--wrapper .service-actions .country-choice > .content--country > .country--list.actions > ul.actions-wrapper > li:hover span {
  color: #667085;
}

.faq-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  gap: 32px;
  background: #ffffff;
}
.faq-container .faq-domains {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 24px;
  gap: 32px;
}
.faq-container .faq-domains .faq-card {
  flex: 1 1 100%;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 20%;
  padding: 12px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  align-content: center;
  align-items: center;
  text-align: center;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.faq-container .faq-domains .faq-card > span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.faq-container .faq-domains .faq-card > img {
  max-height: 140px;
  min-height: 140px;
  width: auto;
}
.faq-container .faq-domains .faq-card.isSection > img {
  min-height: 100px;
  max-height: 100px;
}
.faq-container .faq-domains .faq-card:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid transparent;
}
.faq-container .faq-domains .faq-card.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.faq-container .faq-domainSection {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-container .faq-domainSection > .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 24px;
  border-radius: 4px;
  gap: 48px;
  border-bottom: 1px solid #F2F4F7;
}
.faq-container .faq-domainSection > .header > .title {
  flex: 1 1 0;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  padding-left: 10vw;
  gap: 24px;
}
.faq-container .faq-domainSection > .header > .title > img {
  min-height: 140px;
  max-height: 140px;
  width: auto;
}
.faq-container .faq-domainSection > .header > .title .title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}
.faq-container .faq-domainSection > .header > .title .title-text:has(span + span) {
  justify-content: space-evenly;
}
.faq-container .faq-domainSection > .header > .title .title-text span:has(+ span):first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #388FA3;
}
.faq-container .faq-domainSection > .header > .title .title-text span {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
}
.faq-container .faq-domainSection .content {
  display: flex;
  flex-direction: row;
  padding: 24px;
}
.faq-container .faq-domainSection .content-left {
  flex: 1 1 20%;
}
.faq-container .faq-domainSection .content-left .menu-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 24px 32px 0px;
}
.faq-container .faq-domainSection .content-left .menu-btn {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.faq-container .faq-domainSection .content-left .menu-btn.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.faq-container .faq-domainSection .content-left .menu-btn + .menu-content {
  display: none;
}
.faq-container .faq-domainSection .content-left .menu-content a {
  padding: 8px 12px 8px 48px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
}
.faq-container .faq-domainSection .content-left .menu-content a:hover {
  background-color: #F9FAFB;
  cursor: pointer;
}
.faq-container .faq-domainSection .content-left .menu-toggle {
  display: none;
  transition: all 0.2s ease-in-out;
}
.faq-container .faq-domainSection .content-left .menu-toggle:checked + .menu-btn + .menu-content {
  display: block;
}
.faq-container .faq-domainSection .content-left .menu-toggle:checked + label {
  background: #EBF4F6;
  border-radius: 6px;
  color: #09758E;
}
.faq-container .faq-domainSection .content-left .selected-menu {
  background: #EBF4F6;
  border-radius: 6px;
  color: #09758E;
}
.faq-container .faq-domainSection .content-left .selected-menu > .icon, .faq-container .faq-domainSection .content-left .table--wrapper .pagination--wrapper > a.selected-menu > span, .table--wrapper .faq-container .faq-domainSection .content-left .pagination--wrapper > a.selected-menu > span, .faq-container .faq-domainSection .content-left .datatable--container .datatable--wrapper .pagination--wrapper > a.selected-menu > span, .datatable--container .datatable--wrapper .faq-container .faq-domainSection .content-left .pagination--wrapper > a.selected-menu > span {
  transform: rotate(180deg);
}
.faq-container .faq-domainSection .content-left .menu-toggle:checked + label > .icon {
  transform: rotate(180deg);
}
.faq-container .faq-domainSection .content-right {
  flex: 1 1 80%;
}
.faq-container .faq-domainSection .content-right .questions_answers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F2F4F7;
}
.faq-container .faq-domainSection .content-right .questions_answers .question {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
}
.faq-container .faq-domainSection .content-right .questions_answers .answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
.faq-container .faq-questions {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 32px;
  text-align: center;
  align-items: center;
  background: #F9FAFB;
}
.faq-container .faq-questions .icon-wrapper {
  background: #388FA3;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 30px;
  justify-content: center;
  align-content: center;
  color: #F2F4F7;
}
.faq-container .faq-questions .title {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  line-height: 30px;
}
.faq-container .faq-questions .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.banniere-fermeture {
  position: absolute;
  top: 30px;
  left: -50px;
  background-color: #B42318;
  color: #ffffff;
  padding: 5px 10px;
  transform: rotate(-45deg);
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 200px;
  margin: auto;
  text-align: center;
  border-top: 1px solid #7A2E0E;
  border-bottom: 1px solid #7A2E0E;
}

.invoice-selector {
  display: flex;
  width: 100%;
  gap: 10px;
}

.invoice-item {
  display: flex;
  width: 100%;
  gap: 10px;
}

.recipient-td {
  text-align: start;
}
.recipient-td .recipient-user {
  display: flex;
  flex-direction: column;
  color: #0BA5EC;
  cursor: pointer;
}
.recipient-td .recipient-user:hover {
  color: #09758E;
  text-decoration: underline;
}

.modal-info {
  position: fixed;
  background: #ffffff;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  border-radius: 8px;
  max-width: 250px;
}
.modal-info.d-block {
  display: block;
}
.modal-info.d-none {
  display: none;
}
.modal-info .modal-info-content .info-header {
  display: flex;
  align-items: start;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.modal-info .modal-info-content .info-header .info-initials {
  background-color: #5b67f2;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
}
.modal-info .modal-info-content .info-header .company-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.modal-info .modal-info-content .info-header .company-info .company-name {
  font-weight: bold;
  font-size: 14px;
}
.modal-info .modal-info-content .info-header .company-info .contact-name {
  color: #667085;
  font-size: 12px;
}
.modal-info .modal-info-content .info-header .info-close-button {
  position: absolute;
  top: -20px;
  right: -5px;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.modal-info .modal-info-content .info-header .info-close-button:hover {
  color: #7A271A;
}
.modal-info .modal-info-content .info-body {
  margin-top: 10px;
}
.modal-info .modal-info-content .info-body .info-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
  gap: 10px;
  color: #667085;
}
.modal-info .modal-info-content .info-body .info-item i {
  color: #09758E;
  margin-right: 8px;
}
.modal-info .modal-info-content .info-body .info-item .info-item-adress {
  display: flex;
  flex-direction: column;
}

.preview-invoice {
  border: 1px solid #09758E;
}
.preview-invoice .icon, .preview-invoice .table--wrapper .pagination--wrapper > a > span, .table--wrapper .preview-invoice .pagination--wrapper > a > span, .preview-invoice .datatable--container .datatable--wrapper .pagination--wrapper > a > span, .datatable--container .datatable--wrapper .preview-invoice .pagination--wrapper > a > span {
  z-index: 100;
}
.preview-invoice .preview-invoice-actions {
  z-index: 99;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.page-header .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header .filter > ul {
  display: flex;
  gap: 16px;
}
.page-header .filter > ul > li:active,
.page-header .filter > ul li:focus {
  background: #D0D5DD;
}
.page-content, .documentation_wrapper {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 10px;
}
.page-content .step-grid-container, .documentation_wrapper .step-grid-container {
  width: 100%;
  display: grid;
  gap: 16px;
}
.page-content .step-grid-container .steppable, .documentation_wrapper .step-grid-container .steppable {
  max-height: 100% !important;
}

.without-label {
  padding-top: 4px;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.mx-h_90pc {
  max-height: 90%;
}

.cursor-pointer {
  cursor: pointer;
}

.required-field {
  font-size: 12px;
  color: #09758E;
  font-style: italic;
}

.isolated-container * {
  all: revert;
}

.pa-1 {
  padding: 1em;
}

.ma-1 {
  margin: 1em;
}

.full-width {
  width: 100%;
}/*# sourceMappingURL=app.css.map */