/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/app.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.m-8 {
  margin: 2rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.ml-\[40px\] {
  margin-left: 40px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[20vh\] {
  margin-top: 20vh !important;
}
.mt-\[5\%\] {
  margin-top: 5% !important;
}
.flex {
  display: flex !important;
}
.h-80 {
  height: 20rem !important;
}
.h-\[80vh\] {
  height: 80vh !important;
}
.w-\[500px\] {
  width: 500px !important;
}
.w-\[50px\] {
  width: 50px !important;
}
.w-\[70px\] {
  width: 70px !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-\[150px\] {
  min-width: 150px !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-wait {
  cursor: wait !important;
}
.list-disc {
  list-style-type: disc !important;
}
.flex-col {
  flex-direction: column !important;
}
.items-center {
  align-items: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.self-center {
  align-self: center !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-\[rgba\(0\2c 0\2c 0\2c \.2\)\] {
  border-color: rgba(0,0,0,.2) !important;
}
.bg-\[white\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 38 60 / var(--tw-bg-opacity)) !important;
}
.bg-primary-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(176 216 239 / var(--tw-bg-opacity)) !important;
}
.fill-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  fill: rgba(0,0,0,0.6) !important;
}
.fill-custom-grey {
  fill: rgba(0,0,0,0.6) !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-center {
  text-align: center !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.text-\[white\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.shadow-\[0_3px_3px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 3px 3px rgba(0,0,0,0.2) !important;
  --tw-shadow-colored: 0 3px 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_4px_5px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 4px 5px rgba(0,0,0,0.2) !important;
  --tw-shadow-colored: 0 4px 5px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.danger, .danger * {
  color: #e20026;
  fill: #e20026;
}

.img-container {
  position: relative;
}
.img-container .show-img {
  opacity: 1;
  transition: opacity 2s;
  position: absolute;
}
.img-container .hide-img {
  opacity: 0;
  transition: opacity 2s;
  position: absolute;
}

::-ms-reveal {
  display: none;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #00263c;
  font-family: "Neue Haas Unica-Regular", Helvetica, serif;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 768px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: #e3e8ee;
}
body.cursor-wait * {
  cursor: wait !important;
}

.page-container {
  max-width: 1200px;
  margin: auto;
  background-color: white;
  min-height: 40vh;
}
.page-container .MuiSelect-select {
  display: flex;
}
@media (max-width: 768px) {
  .page-container {
    width: 100%;
  }
}

.header {
  height: 7vh;
  display: flex;
  align-items: center;
  min-height: 55px;
}
@media (max-width: 550px) {
  .header {
    height: 6vh;
    display: flex;
  }
}
.header__logo-big {
  height: 6vh;
  min-height: 45px;
}
@media (max-width: 550px) {
  .header__logo-big {
    display: none;
  }
}
.header__logo-small {
  display: none;
  height: 5vh;
  min-height: 40px;
}
@media (max-width: 550px) {
  .header__logo-small {
    display: block;
  }
}
.header__btn {
  display: none !important;
}
.header__btn path {
  color: white;
}
@media (max-width: 550px) {
  .header__btn {
    display: inline-flex !important;
  }
}

.navbar {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 550px) {
  .navbar {
    display: none;
  }
  .navbar.navbar--show {
    display: block;
  }
}
.navbar ul {
  display: flex;
  gap: 8rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .navbar ul {
    gap: 4rem;
  }
}
@media (max-width: 550px) {
  .navbar ul {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.5rem;
  }
  .navbar ul a {
    flex-direction: row;
    gap: 1rem;
  }
}
.navbar__border-bottom {
  width: calc(100% - 0.1rem);
  height: 0.7rem;
  background-image: linear-gradient(#aab9cb, #e3e8ee);
  position: absolute;
  border-bottom-left-radius: 0.4rem;
  bottom: -0.7rem;
  left: 0.1rem;
}

.circular-progress-bar {
  position: relative;
  height: 60px;
  width: 80%;
}
@media (max-width: 768px) {
  .circular-progress-bar {
    width: 60%;
  }
}
.circular-progress-bar__1 {
  position: absolute;
}
.circular-progress-bar__1 .CircularProgressbar-path {
  stroke: #A5D6A7 !important;
}
.circular-progress-bar__1 .CircularProgressbar-trail {
  stroke: #e20026 !important;
}
.circular-progress-bar__2 {
  position: absolute;
  transform: scale(0.88);
}
.circular-progress-bar__2 .CircularProgressbar-path {
  stroke: #00263c !important;
}
.circular-progress-bar__2 .CircularProgressbar-trail {
  stroke: #b0d8ef !important;
}
.circular-progress-bar__2 .CircularProgressbar-text {
  transform: translate(-12px, -32px);
  font-weight: bold;
}
.circular-progress-bar__3 {
  position: absolute;
}
.circular-progress-bar__3 .CircularProgressbar-path {
  stroke: #598dc1 !important;
}
.circular-progress-bar__3 .CircularProgressbar-trail {
  stroke: #b0d8ef !important;
}
.circular-progress-bar__3 .CircularProgressbar-text {
  transform: translate(-8px, -34px);
  font-weight: bold;
}

.progress-bar {
  height: 250px;
  width: 40px;
  display: flex;
  flex-direction: column;
}
.progress-bar__nivel {
  display: flex;
  gap: 0.2rem;
  flex: 1;
}
.progress-bar__nivel-1 {
  height: 100%;
  flex: 0.85;
  background-color: #e3e8ee;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.progress-bar__nivel-1--value {
  background-color: #00263c;
  position: relative;
}
.progress-bar__nivel-1--value-text {
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.progress-bar__nivel-2 {
  height: 100%;
  flex: 0.15;
  background-color: #4CAF50;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.progress-bar__nivel-2--value {
  background-color: #e20026;
}
.progress-bar__icon {
  display: flex;
  flex: 0.2;
}
.progress-bar__icon > * {
  flex: 1;
}

.radio {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 550px) {
  .radio {
    gap: 0;
  }
}
.radio__btn-primary .MuiSwitch-thumb {
  background-color: #598dc1;
}
.radio__btn-primary .MuiSwitch-track {
  background-color: #598dc1 !important;
}
.radio__btn-secondary .MuiSwitch-thumb {
  background-color: #598dc1;
}
.radio__btn-secondary .MuiSwitch-track {
  background-color: #598dc1 !important;
}
.radio__btn-tertiary .MuiSwitch-thumb {
  background-color: #FFB242;
}
.radio__btn-tertiary .MuiSwitch-track {
  background-color: #FFB242 !important;
}
.calendar {
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}
.calendar span {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.calendar span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e20026;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}
.calendar span.active:after {
  transform: scaleX(1.5);
}

.home {
  --gap: 10px;
  --fontSizeLg: 15px;
  display: flex;
  background-color: transparent;
  gap: var(--gap);
}
@media (max-width: 600px) {
  .home {
    --fontSizeLg: 12px;
  }
}
@media (max-width: 1000px) {
  .home {
    flex-direction: column;
  }
}
.home.without-navbar {
  margin-top: 3rem;
}
.home__bloc--header {
  height: 40px;
  background-color: #b0d8ef;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__bloc-1 {
  flex: 1;
  height: 750px;
  background-color: white;
}
@media (max-width: 600px) {
  .home__bloc-1 {
    flex: none;
    height: 650px !important;
  }
}
@media (max-width: 1000px) {
  .home__bloc-1 {
    flex: none;
  }
}
.home__bloc-1--body {
  width: 600px;
  height: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 600px) {
  .home__bloc-1--body {
    width: 350px !important;
  }
}
.home__bloc-1--body > div {
  position: absolute;
}
.home__bloc-1--body .wind-bloc, .home__bloc-1--body .solar-bloc, .home__bloc-1--body .voss-bloc {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 20px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .wind-bloc, .home__bloc-1--body .solar-bloc, .home__bloc-1--body .voss-bloc {
    width: 110px;
    height: 110px;
    top: 15px;
  }
  .home__bloc-1--body .wind-bloc img, .home__bloc-1--body .solar-bloc img, .home__bloc-1--body .voss-bloc img {
    top: 70px !important;
    max-width: 70% !important;
  }
  .home__bloc-1--body .wind-bloc .progressbar-line, .home__bloc-1--body .solar-bloc .progressbar-line, .home__bloc-1--body .voss-bloc .progressbar-line {
    top: 83px !important;
    font-size: 14px !important;
  }
  .home__bloc-1--body .wind-bloc .progressbar-line:after, .home__bloc-1--body .solar-bloc .progressbar-line:after, .home__bloc-1--body .voss-bloc .progressbar-line:after {
    width: 22px !important;
  }
}
.home__bloc-1--body .wind-bloc img, .home__bloc-1--body .solar-bloc img, .home__bloc-1--body .voss-bloc img {
  position: absolute;
  top: 90px;
  left: 25px;
  z-index: 1;
}
.home__bloc-1--body .wind-bloc__title, .home__bloc-1--body .solar-bloc__title, .home__bloc-1--body .voss-bloc__title {
  text-align: center;
  margin-bottom: 5px;
  font-size: var(--fontSizeLg);
}
.home__bloc-1--body .wind-bloc__title span, .home__bloc-1--body .solar-bloc__title span, .home__bloc-1--body .voss-bloc__title span {
  font-weight: bold;
  font-size: var(--fontSizeLg);
}
.home__bloc-1--body .wind-bloc .progressbar-line, .home__bloc-1--body .solar-bloc .progressbar-line, .home__bloc-1--body .voss-bloc .progressbar-line {
  position: absolute;
  top: 113px;
  left: 150px;
  white-space: nowrap;
  background-color: #598dc1;
  color: white;
  padding: 0 8px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
}
.home__bloc-1--body .wind-bloc .progressbar-line:before, .home__bloc-1--body .solar-bloc .progressbar-line:before, .home__bloc-1--body .voss-bloc .progressbar-line:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #598dc1;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -36px;
}
.home__bloc-1--body .wind-bloc .progressbar-line:after, .home__bloc-1--body .solar-bloc .progressbar-line:after, .home__bloc-1--body .voss-bloc .progressbar-line:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #598dc1;
  position: absolute;
  top: 12px;
  left: -33px;
}
.home__bloc-1--body .wind-bloc {
  left: 20px;
}
.home__bloc-1--body .wind-bloc img {
  transform: scaleX(-1);
}
@media (max-width: 600px) {
  .home__bloc-1--body .wind-bloc {
    left: 0 !important;
  }
  .home__bloc-1--body .wind-bloc img {
    left: 14px;
  }
  .home__bloc-1--body .wind-bloc .progressbar-line {
    left: 110px !important;
  }
  .home__bloc-1--body .wind-bloc .progressbar-line:after {
    left: -22px !important;
  }
  .home__bloc-1--body .wind-bloc .progressbar-line:before {
    left: -25px !important;
  }
}
.home__bloc-1--body .solar-bloc {
  position: absolute;
  right: 20px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .solar-bloc {
    right: 0 !important;
  }
  .home__bloc-1--body .solar-bloc img {
    left: 18px;
  }
  .home__bloc-1--body .solar-bloc .progressbar-line {
    left: -46px !important;
  }
  .home__bloc-1--body .solar-bloc .progressbar-line:after {
    left: 46px !important;
  }
  .home__bloc-1--body .solar-bloc .progressbar-line:before {
    left: 68px !important;
  }
}
.home__bloc-1--body .solar-bloc .progressbar-line {
  left: -50px;
}
.home__bloc-1--body .solar-bloc .progressbar-line:after {
  left: 48px;
}
.home__bloc-1--body .solar-bloc .progressbar-line:before {
  left: 82px;
  border-left: 0;
  border-right: 4px solid #598dc1;
}
.home__bloc-1--body .voss-bloc {
  position: absolute;
  top: 170px;
  left: 220px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .voss-bloc {
    left: 120px !important;
    top: 150px !important;
  }
  .home__bloc-1--body .voss-bloc img {
    top: 60px !important;
    max-width: 100% !important;
  }
  .home__bloc-1--body .voss-bloc__title {
    margin-top: 35px !important;
  }
  .home__bloc-1--body .voss-bloc .progressbar-line {
    white-space: normal;
    top: 35px !important;
    left: 110px !important;
  }
  .home__bloc-1--body .voss-bloc .progressbar-line:after {
    top: 20px;
    left: -22px !important;
  }
  .home__bloc-1--body .voss-bloc .progressbar-line:before {
    top: 17px;
    left: -25px;
  }
  .home__bloc-1--body .voss-bloc__line-top {
    width: 247px !important;
    left: -70px !important;
    height: 95px !important;
  }
  .home__bloc-1--body .voss-bloc__line-top:after, .home__bloc-1--body .voss-bloc__line-top:before {
    top: 40px !important;
  }
  .home__bloc-1--body .voss-bloc__line-top:after {
    left: 238px !important;
  }
  .home__bloc-1--body .voss-bloc__production {
    font-size: 13px !important;
    padding: 3px !important;
    top: 100px !important;
    left: 140px !important;
    white-space: normal !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .home__bloc-1--body .voss-bloc__production:before {
    top: 30px !important;
    width: 35px !important;
    left: -37px !important;
  }
  .home__bloc-1--body .voss-bloc__production:after {
    top: 28px !important;
    left: -37px !important;
  }
  .home__bloc-1--body .voss-bloc__production span {
    font-size: 15px !important;
  }
  .home__bloc-1--body .voss-bloc__square-bottom {
    top: 135px !important;
    left: -70px !important;
    width: 120px !important;
    height: 154px !important;
  }
  .home__bloc-1--body .voss-bloc__square-bottom span:nth-child(2) {
    left: 111px !important;
    top: 50px !important;
  }
  .home__bloc-1--body .voss-bloc__square-bottom span:nth-child(3) {
    top: 145px !important;
    left: 52px !important;
  }
  .home__bloc-1--body .voss-bloc__line-bottom {
    top: 135px !important;
    left: 60px !important;
  }
}
.home__bloc-1--body .voss-bloc__title {
  margin-top: 50px;
}
.home__bloc-1--body .voss-bloc img {
  left: 0;
}
.home__bloc-1--body .voss-bloc .progressbar-line {
  top: 63px;
}
.home__bloc-1--body .voss-bloc__production {
  position: absolute;
  top: 150px;
  left: 200px;
  border: 2px solid rgba(236, 236, 236, 0.5);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px 0px;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  z-index: 2;
}
.home__bloc-1--body .voss-bloc__production span {
  font-size: 18px;
  font-weight: bold;
}
.home__bloc-1--body .voss-bloc__production:before {
  content: "";
  width: 60px;
  height: 1px;
  box-shadow: 0px 0px 4px 1px rgba(175, 174, 174, 0.6);
  background-color: rgba(211, 211, 211, 0.8);
  position: absolute;
  top: 37px;
  left: -63px;
  z-index: 0;
}
.home__bloc-1--body .voss-bloc__production:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background-color: rgb(238, 238, 238);
  left: -65px;
  top: 35px;
}
.home__bloc-1--body .voss-bloc__line-top {
  position: absolute;
  border: 3px rgba(165, 214, 167, 0.8) solid;
  border-top: 0;
  width: 414px;
  height: 135px;
  top: 0;
  left: -126px;
  z-index: 0;
}
.home__bloc-1--body .voss-bloc__line-top:after, .home__bloc-1--body .voss-bloc__line-top:before {
  content: "";
  filter: blur(1px);
  background-color: rgba(165, 214, 167, 0.8);
  position: absolute;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 80px;
}
.home__bloc-1--body .voss-bloc__line-top:after {
  left: 404px;
}
.home__bloc-1--body .voss-bloc__line-top:before {
  left: -6px;
}
.home__bloc-1--body .voss-bloc__line-bottom {
  position: absolute;
  border-left: 3px rgba(165, 214, 167, 0.8) solid;
  width: 10px;
  height: 100px;
  top: 188px;
  left: 80px;
}
.home__bloc-1--body .voss-bloc__line-bottom:after {
  position: absolute;
  content: "";
  filter: blur(1px);
  background-color: #A5D6A7;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  top: 63px;
  left: -6px;
}
.home__bloc-1--body .voss-bloc__square-bottom {
  position: absolute;
  border: 3px rgba(226, 0, 38, 0.4) solid;
  width: 179px;
  height: 174px;
  top: 188px;
  left: -110px;
}
.home__bloc-1--body .voss-bloc__square-bottom span {
  position: absolute;
  background-color: rgba(226, 0, 38, 0.5);
  border-radius: 50%;
  height: 9px;
  width: 9px;
  filter: blur(1px);
}
.home__bloc-1--body .voss-bloc__square-bottom span:first-child {
  top: 40px;
  left: -6px;
}
.home__bloc-1--body .voss-bloc__square-bottom span:nth-child(2) {
  top: 60px;
  left: 170px;
}
.home__bloc-1--body .voss-bloc__square-bottom span:nth-child(3) {
  top: 165px;
  left: 75px;
}
.home__bloc-1--body .electric-bloc {
  position: absolute;
  top: 450px;
  left: 50px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .electric-bloc {
    left: 8px !important;
    top: 380px !important;
  }
  .home__bloc-1--body .electric-bloc img {
    max-width: 70%;
  }
  .home__bloc-1--body .electric-bloc__title {
    width: 80% !important;
  }
}
.home__bloc-1--body .electric-bloc img {
  transform: scaleX(-1);
}
.home__bloc-1--body .electric-bloc__title {
  margin-top: 10px;
  text-align: center;
  font-size: var(--fontSizeLg);
}
.home__bloc-1--body .electric-bloc__title span {
  font-weight: bold;
  font-size: var(--fontSizeLg);
}
.home__bloc-1--body .building-bloc {
  position: absolute;
  top: 450px;
  left: 227px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .building-bloc {
    top: 376px !important;
    left: 129px !important;
  }
  .home__bloc-1--body .building-bloc img {
    max-width: 70%;
  }
  .home__bloc-1--body .building-bloc .voss-bloc__production {
    top: 40px !important;
    left: 117px !important;
    white-space: nowrap !important;
  }
  .home__bloc-1--body .building-bloc .voss-bloc__production:before {
    top: 15px !important;
  }
  .home__bloc-1--body .building-bloc .voss-bloc__production:after {
    top: 13px !important;
  }
}
.home__bloc-1--body .building-bloc .voss-bloc__production {
  top: 66px;
  padding: 5px 20px;
}
.home__bloc-1--body .building-bloc .voss-bloc__production:before {
  width: 80px;
  top: 19px;
  left: -83px;
}
.home__bloc-1--body .building-bloc .voss-bloc__production:after {
  top: 17px;
  left: -85px;
}
.home__bloc-1--body .autoconsumption-bloc {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 510px;
  left: 215px;
}
@media (max-width: 600px) {
  .home__bloc-1--body .autoconsumption-bloc {
    height: 110px;
    width: 110px;
    top: 440px !important;
    left: 120px !important;
  }
  .home__bloc-1--body .autoconsumption-bloc__text {
    top: 120px !important;
    left: 0 !important;
  }
}
.home__bloc-1--body .autoconsumption-bloc .circular-progress-bar__3 .CircularProgressbar-path {
  stroke: #e20026 !important;
}
.home__bloc-1--body .autoconsumption-bloc .circular-progress-bar__3 .CircularProgressbar-trail {
  stroke: #4CAF50 !important;
}
.home__bloc-1--body .autoconsumption-bloc .circular-progress-bar__3 .CircularProgressbar-text {
  transform: translate(-8px, 43px);
  font-weight: bold;
}
.home__bloc-1--body .autoconsumption-bloc__text {
  position: absolute;
  top: 155px;
  left: 7px;
  font-weight: bold;
  font-size: var(--fontSizeLg);
}
.home__bloc-2 {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 1000px) {
  .home__bloc-2 {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .home__bloc-2 {
    width: 100%;
  }
}
.home__bloc-2 .bloc-module {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-module {
    flex-direction: column;
  }
  .home__bloc-2 .bloc-module > div {
    width: 100%;
  }
}
.home__bloc-2 .bloc-module > div {
  flex: 1;
  height: 250px;
}
.home__bloc-2 .bloc-module > div > div:not(.home_bloc--header) {
  height: 200px;
}
.home__bloc-2 .bloc-module__weather--body {
  background-color: #598dc1;
  padding: 7px 10px 10px;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-module__weather--body {
    padding: 10px 40px !important;
  }
}
.home__bloc-2 .bloc-module__weather--body-1 {
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.home__bloc-2 .bloc-module__weather--body-1 span {
  display: inline-block;
  flex: 1;
  color: white;
}
.home__bloc-2 .bloc-module__weather--body-2 {
  position: relative;
}
.home__bloc-2 .bloc-module__weather--body-2 .temp {
  font-size: 40px;
  color: white;
}
.home__bloc-2 .bloc-module__weather--body-2 img {
  position: absolute;
  top: -10px;
  right: -10px;
}
.home__bloc-2 .bloc-module__weather--body-2 svg:not(.wind-icon) {
  position: absolute;
  top: -5px;
  right: 5px;
}
.home__bloc-2 .bloc-module__weather--body-2 .last-update {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  margin-left: 10px;
}
.home__bloc-2 .bloc-module__camera > div {
  position: relative;
}
.home__bloc-2 .bloc-module__camera-date {
  position: absolute;
  color: white;
  right: 12px;
  top: 12px;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
.home__bloc-2 .bloc-history {
  background-color: white;
  flex: 1;
}
.home__bloc-2 .bloc-history__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content {
    grid-template-columns: 1fr;
  }
}
.home__bloc-2 .bloc-history__content > div, .home__bloc-2 .bloc-history__content-bloc {
  height: 90px;
  padding: 10px;
  display: flex;
  gap: 20px;
  background-color: #4CAF50;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content > div, .home__bloc-2 .bloc-history__content-bloc {
    height: 130px !important;
    padding: 10px 30px !important;
  }
  .home__bloc-2 .bloc-history__content > div img, .home__bloc-2 .bloc-history__content-bloc img {
    width: 100px !important;
    height: 100px !important;
  }
}
.home__bloc-2 .bloc-history__content > div img, .home__bloc-2 .bloc-history__content-bloc img {
  margin-top: 5px;
  height: 60px;
  width: 60px;
  background-color: white;
  border-radius: 50%;
}
.home__bloc-2 .bloc-history__content > div.electric-production, .home__bloc-2 .bloc-history__content-bloc.electric-production {
  background-color: #e20026;
}
.home__bloc-2 .bloc-history__content > div.consumption-bloc, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc {
  padding: 0;
  grid-row: 2/span 2;
  grid-column-start: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  background-color: #598dc1;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content > div.consumption-bloc, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row: 4/span 1;
    height: 300px !important;
    padding: 0 !important;
  }
  .home__bloc-2 .bloc-history__content > div.consumption-bloc > .bloc-history__content-bloc:first-child .bloc-history__content--text, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc > .bloc-history__content-bloc:first-child .bloc-history__content--text {
    margin-top: 35px !important;
  }
}
.home__bloc-2 .bloc-history__content > div.consumption-bloc .consumption-bloc--middle, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc .consumption-bloc--middle {
  background-color: #00263c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 50px;
  font-size: 25px;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content > div.consumption-bloc .consumption-bloc--middle, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc .consumption-bloc--middle {
    background-color: #598dc1;
  }
}
.home__bloc-2 .bloc-history__content > div.consumption-bloc .bloc-history__content-bloc, .home__bloc-2 .bloc-history__content-bloc.consumption-bloc .bloc-history__content-bloc {
  background-color: #598dc1;
  height: 95px;
}
.home__bloc-2 .bloc-history__content > div.gains-bloc, .home__bloc-2 .bloc-history__content-bloc.gains-bloc {
  background-color: #00263c;
  height: 140px;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content > div.gains-bloc, .home__bloc-2 .bloc-history__content-bloc.gains-bloc {
    font-size: 25px !important;
  }
  .home__bloc-2 .bloc-history__content > div.gains-bloc span, .home__bloc-2 .bloc-history__content-bloc.gains-bloc span {
    font-size: 35px !important;
  }
}
.home__bloc-2 .bloc-history__content > div.gains-bloc span, .home__bloc-2 .bloc-history__content-bloc.gains-bloc span {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.home__bloc-2 .bloc-history__content--text {
  color: white;
  font-size: var(--fontSizeLg);
  line-height: 22px;
}
@media (max-width: 550px) {
  .home__bloc-2 .bloc-history__content--text {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-left: 20px;
    line-height: 30px;
  }
  .home__bloc-2 .bloc-history__content--text span {
    font-size: 35px !important;
  }
  .home__bloc-2 .bloc-history__content--text-graph {
    font-size: 18px !important;
    display: flex;
    align-items: center;
  }
}
.home__bloc-2 .bloc-history__content--text span {
  font-size: 25px;
  color: white;
}
.home__bloc-2 .bloc-history__content--text-graph {
  display: flex;
  gap: 10px;
  color: white;
  font-size: var(--fontSizeLg);
}
.home__bloc-2 .bloc-history__content--text-graph svg {
  fill: white;
}

.login {
  display: flex;
  flex-direction: column;
  height: 93vh;
}
@media (max-width: 550px) {
  .login {
    justify-content: space-between;
    height: 93vh;
  }
}
.login section {
  display: flex;
  flex-direction: row;
}
.login section .login__form {
  width: 400px;
  background-color: white;
  height: -moz-min-content;
  height: min-content;
  align-self: center;
  padding: 15px 20px;
  margin: 20px;
}
@media (max-width: 550px) {
  .login section .login__form {
    width: 100%;
  }
}
.login section .login__form--title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.login section .login__form--title h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
.login section .login__form--title i {
  color: #00466f;
  font-size: 14px;
}
.login section .login__form--fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.login section .login__form--fields label {
  font-size: 0.9rem;
}
.login section .login__form--lost-password {
  margin-bottom: 30px;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.login section .login__form--lost-password:hover {
  color: rgba(0, 0, 0, 0.6);
}
.login section .login__form--keep-connect {
  margin-bottom: 20px;
}
.login section .login__form--keep-connect .MuiTypography-root {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.login section .login__form--keep-connect svg {
  fill: rgba(0, 0, 0, 0.6);
}
.login section .login__form--btn {
  position: relative;
  height: 47.5px;
}
.login section .login__form--btn .MuiCircularProgress-root {
  position: absolute;
}
.login section .login__form--btn .MuiCircularProgress-root svg circle {
  stroke: white;
}
.login section .login__form--btn .MuiButtonBase-root {
  margin-bottom: 20px;
  height: 47.5px;
  background-color: #00263c;
  font-size: 10px;
  padding: 15px;
}
.login section .login__form--btn .MuiButtonBase-root:hover {
  background-color: #00466f;
}
.login section .login__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 88.5vh;
}
@media (max-width: 550px) {
  .login section .login__image {
    display: none;
  }
}
.login section .login__image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.login footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5e5e5e;
  height: 4.5vh;
}

.voss {
  display: flex;
  flex-direction: column;
  padding: 4px 10px 10px;
}
@media (max-width: 768px) {
  .voss {
    padding: 1rem;
  }
}
.voss__header {
  display: flex;
  justify-content: space-evenly;
  height: 19vh;
  gap: 80px;
  padding-top: 3px;
  min-height: 175px;
}
@media (max-width: 768px) {
  .voss__header {
    gap: 0;
  }
}
.voss__header--element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.voss__header--element p {
  text-align: center;
}
.voss__header--element img {
  height: 90px;
  width: auto;
}
.voss__header--element .line {
  width: 5px;
  height: 27px;
  background-color: rgba(165, 214, 167, 0.5);
  position: relative;
}
.voss__header--element .line:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(76, 175, 80, 0.5);
  position: absolute;
  top: 0;
  left: -3px;
}
.voss__body {
  height: auto;
}
.voss__body--header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b0d8ef;
  padding: 0.8rem;
  font-family: "Neue Haas Unica-BlackItalic", Helvetica;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
}
.voss__body--content {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  grid-template-rows: 240px 240px;
  grid-template-areas: "motor voss cool" "cabinet voss pump";
  justify-content: space-between;
  padding: 1.5rem 1rem 1.5rem 1rem;
  gap: 2rem;
  border: 1px solid #e3e8ee;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .voss__body--content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "voss voss" "cabinet motor" "cool pump";
  }
}
.voss__body--content__element {
  flex: 1;
  display: flex;
  flex-direction: column;
  opacity: 0.3;
}
.voss__body--content__element-motor {
  grid-area: motor;
}
.voss__body--content__element-cabinet {
  grid-area: cabinet;
}
.voss__body--content__element-cool {
  grid-area: cool;
}
.voss__body--content__element-pump {
  grid-area: pump;
}
.voss__body--content__element-voss {
  grid-area: voss;
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-template-areas: "title title title" "radio radio radio" "speed speed speed" "charge logo cycle";
  justify-items: center;
  border: solid 1px #e3e8ee;
  border-top: none;
  padding-bottom: 40px;
  padding-top: 5px;
  opacity: 1;
  align-items: start;
}
@media (max-width: 550px) {
  .voss__body--content__element-voss {
    order: 1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0 0.3fr 0.1fr 20rem 20rem;
    grid-template-areas: "title title" "radio radio" "speed speed" "logo logo" "charge cycle";
  }
  .voss__body--content__element-voss .radio {
    margin-bottom: 1rem !important;
  }
}
.voss__body--content__element-voss--title {
  grid-area: title;
}
@media (max-width: 550px) {
  .voss__body--content__element-voss--title {
    display: none !important;
  }
}
.voss__body--content__element-voss .radio {
  grid-area: radio;
  margin-bottom: 2rem;
}
.voss__body--content__element-voss #voss-image {
  grid-area: logo;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 25rem;
  padding: 2rem;
}
.voss__body--content__element-voss #voss-image img {
  height: 240px;
  width: auto;
}
@media (max-width: 550px) {
  .voss__body--content__element-voss #voss-image img {
    height: 200px;
  }
}
.voss__body--content__element-voss #cycle {
  grid-area: cycle;
  justify-self: baseline;
}
.voss__body--content__element-voss #charge {
  grid-area: charge;
  justify-self: end;
}
.voss__body--content__element-voss #charge .charge-level {
  height: 100%;
  position: relative;
}
.voss__body--content__element-voss #charge .charge-level__step {
  z-index: 1;
  position: absolute;
  display: flex;
  width: 100%;
  height: 250px;
  flex-direction: column;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root {
  margin-left: -40px;
  flex: 1;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-valueLabel {
  background-color: transparent;
  right: 0;
  line-height: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: inherit;
  transform: none;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-valueLabelLabel {
  color: white;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-rail, .voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-track {
  opacity: 0;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-thumb {
  height: 30px;
  width: 30px;
  color: #598dc1;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-thumb.Mui-focusVisible, .voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-thumb:hover {
  box-shadow: none;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-thumb:before {
  top: 50%;
  left: 100%;
  transform: translate(-15%, -50%);
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #598dc1;
  box-shadow: none;
}
.voss__body--content__element-voss #charge .charge-level__step .MuiSlider-root .MuiSlider-thumb:after {
  display: block;
  height: 0.2rem;
  box-shadow: none;
  background-color: #598dc1;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  border-radius: 0;
}
.voss__body--content__element-voss #charge .charge-level__step p {
  flex: 0.2;
}
.voss__body--content__element-voss #cycle, .voss__body--content__element-voss #charge {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .voss__body--content__element-voss #cycle, .voss__body--content__element-voss #charge {
    justify-self: center;
  }
}
.voss__body--content__element-voss .speed-paragraph {
  grid-area: speed;
}
.voss__body--content__element-voss .speed-paragraph span {
  font-family: "Neue Haas Unica-BlackItalic", Helvetica;
  font-style: italic;
  font-weight: 700;
}
.voss__body--content__element--title {
  background-color: #598dc1;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.voss__body--content__element--body {
  border: solid 1px #e3e8ee;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.voss__body--content__element--body img {
  width: 85%;
}
.voss__body--content__element--body-1-1 {
  display: flex;
  flex-direction: column;
}
.voss__body--content__element--body-1-1 img {
  width: 70%;
}
@media (max-width: 768px) {
  .voss__body--content__element--body-1-1 img {
    width: 50%;
  }
}
.voss__body--content__element--body-1-1 .voss__body--content__element--body-1 {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 5px;
  margin-top: -10px;
}
.voss__body--content__element--body-1-1 .voss__body--content__element--body-3 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.voss__body--content__element--body-2-1 {
  display: grid;
  height: 300px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 0.6fr;
  grid-template-areas: "top-1 top-2" "bottom bottom";
  justify-content: center;
  align-items: center;
}
.voss__body--content__element--body-2-1 .voss__body--content__element--body-1 {
  grid-area: top-1;
  display: flex;
  align-self: start;
  justify-content: center;
}
.voss__body--content__element--body-2-1 .voss__body--content__element--body-2 {
  grid-area: top-2;
  display: flex;
  align-self: start;
  justify-content: center;
  padding-top: 5px;
}
.voss__body--content__element--body-2-1 .voss__body--content__element--body-3 {
  grid-area: bottom;
  display: flex;
  align-self: start;
  justify-content: center;
}
.voss__body--content__element--body-2-1 .progress-bar {
  height: 130px;
  width: 30px;
}
.voss__body--content__element--body-2-0 {
  flex-direction: row;
}
.voss__body--content__element--body-2-0 .voss__body--content__element--body-1 {
  flex: 1;
  padding-left: 5px;
  padding-top: 5px;
}
.voss__body--content__element--body-2-0 .voss__body--content__element--body-2 {
  flex: 0.4;
  padding-top: 5px;
}
.voss__body--content__element--body-2-0 .voss__body--content__element--body-2 .progress-bar {
  height: 200px;
  width: 35px;
}

.user-container {
  padding: 10px;
  height: 85vh;
}
@media (max-width: 768px) {
  .user-container {
    height: 100%;
    margin: 10px;
  }
}
.user-container .user-search svg {
  fill: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .user-container .user-search {
    box-shadow: 0 1px 0px 1px #e3e8ee;
    padding: 5px;
  }
}
.user-container table, .user-container th, .user-container td {
  border: 0 !important;
  box-shadow: none !important;
}
.user-container tr {
  box-shadow: none !important;
  border-bottom: 2px solid rgba(189, 189, 189, 0.6);
}
.user-container .custom-border {
  box-shadow: 0 1px 0px 1px #e3e8ee;
}
.user-container .MuiTablePagination-root, .user-container .MuiTablePagination-toolbar {
  height: 30px !important;
  min-height: 30px !important;
  overflow: hidden;
}
@media (max-width: 550px) {
  .user-container .MuiTablePagination-root, .user-container .MuiTablePagination-toolbar {
    padding: 0 !important;
  }
  .user-container .MuiTablePagination-root .MuiTablePagination-input, .user-container .MuiTablePagination-toolbar .MuiTablePagination-input {
    margin: 0 !important;
  }
}

.chart__header {
  width: 100%;
  background-color: #b0d8ef;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:italic:hover {
  font-style: italic !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

@media (max-width: 768px) {

  .max-\[768px\]\:w-full {
    width: 100% !important;
  }
}

@media (max-width: 550px) {

  .max-\[550px\]\:flex-col {
    flex-direction: column !important;
  }

  .max-\[550px\]\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {

  .tablet\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
