.energy *, .energy *:before, .energy *:after {
  box-sizing: border-box;
  outline: none;
}
.energy .box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.energy .box .percent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
  transform: translate3d(0, 0, 200px);
}
.energy .box .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  background: #2881c1;
  transition: all 0.3s;
}
.energy .box .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.energy .box .water_wave_back {
  right: 0;
  fill: #7e71d5;
  animation: wave-back 4s infinite linear;
}
.energy .box .water_wave_front {
  left: 0;
  fill: #2881c1;
  margin-bottom: -1px;
  animation: wave-front 8s infinite linear;
}
@keyframes wave-front {
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes wave-back {
  100% {
    transform: translate(50%, 0);
  }
}

/* custom scrollbar */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

@media screen and (max-width: 769px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(16, 36, 69, 0.302);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(232, 235, 239, 0.534);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(232, 235, 239, 0.788);
}

@font-face {
  font-family: "Karla";
  font-weight: 400;
  src: url(/public/fonts/Karla-Regular.ttf);
}
@font-face {
  font-family: "Karla";
  font-weight: 500;
  src: url(/public/fonts/Karla-Regular.ttf);
}
@font-face {
  font-family: "Karla";
  font-weight: 700;
  src: url(/public/fonts/Karla-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-BlackItalic.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-BoldItalic.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-Hairline.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 500;
  src: url(/public/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url(/public/fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-LightItalic.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(/public/fonts/Lato-Italic.ttf);
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  height: 100vh;
  -webkit-print-color-adjust: exact;
}

.recharts-layer.recharts-cartesian-axis-tick {
  font-size: 11px !important;
}

a {
  color: inherit;
}

@media print {
  * {
    background: transparent;
    text-shadow: none;
    filter: none;
    -ms-filter: none;
    overflow: visible !important;
  }
  .no-print {
    display: none !important;
  }
  #curriculum-root, .fit-pint {
    display: flex;
    background-color: white;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.fade-active {
  background: #ffffff;
}

.fade-enter {
  opacity: 0;
  z-index: 1;
  transform: "rotate(-90deg)";
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: all 250ms ease-in;
}

.hero {
  position: absolute;
  bottom: 0;
  left: 0;
}

.wave {
  width: 317px;
  height: 50px;
  margin-bottom: -4.6px;
  margin-left: 0.5px;
}

.wave path {
  opacity: 0.5;
  animation: wave infinite linear;
}

.wave path:first-child {
  animation-duration: 18s;
}

.wave path:last-child {
  animation-duration: 30s;
}

@keyframes wave {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}
.dangerous-html p > strong {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

@-webkit-keyframes item-fade {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes item-fade {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes item-fade {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes item-fade {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
