@charset "UTF-8";
.UI-scene-widget {
  width: 120px;
  height: 78px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.UI-scene-widget_content::before {
  content: "";
  min-height: 2px;
  transform: translateY(3px);
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 96px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.UI-scene-widget_content::after {
  content: "";
  min-height: 2px;
  background: radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 96px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.UI-scene-widget_content {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.UI-scene-widget_selector {
  transform: translateY(1px);
  width: 95px;
  height: 65px;
  max-height: 65px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition-property: background, box-shadow, transform;
  transform-origin: 50% 50%;
  margin: auto;
  background: linear-gradient(to right, #00000000 10px, #00000011 10px, #00000011 calc(100% - 10px), #00000000 calc(100% - 10px));
}
.UI-scene-widget_title {
  font-size: 1em;
  height: 16px;
}
.UI-scene-widget_selector_choice {
  height: 17px;
  text-align: center;
  font-size: 0.8em;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.UI-scene-widget_selector_choice.-alive {
  height: 22px;
  font-weight: 500;
  box-shadow: 0 0 1px #000 inset;
  background: hsl(var(--hue), 60%, var(--luminosity));
  width: 100%;
  font-size: 0.9em;
}
.UI-scene-widget.-off .UI-scene-widget_selector {
  transform: translateY(38px);
}
.UI-widget {
  width: 120px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  --border-radius:50px;
}
.UI-widget::after {
  content: "";
  min-height: 2px;
  background: radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 96px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.UI-widget_button {
  display: flex;
  width: 99px;
  height: 99px;
  transform: translateY(12px);
  border-radius: var(--border-radius);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  transition-property: background, box-shadow, transform;
  transform-origin: 50% 50%;
  padding: 5px;
}
.UI-widget_button.toRight {
  transform: translateY(13px) translateX(10px) rotate(30deg);
}
.UI-widget_button.toLeft {
  transform: translateY(13px) translateX(-10px) rotate(-30deg);
}
.UI-widget_button.off {
  transform: translateY(30px);
  background: none !important;
}
.UI-widget_button_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 9px 0;
  border-radius: var(--border-radius);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  transition-property: background;
  background: hsla(var(--hue), calc(var(--saturation) * 0.7), calc(var(--luminosity) * 1), 0.5);
  color: hsla(var(--hue), calc(var(--saturation) * 0.7), var(--contrastLuminosity));
}
.-darkmode .UI-widget_button_content {
  background: hsla(var(--hue), calc(var(--saturation) * 0.7), calc(var(--luminosity) * 0.61), 0.8);
}
.UI-widget_button.off .UI-widget_button_content {
  background: #00000011;
  box-shadow: none;
}
.-darkmode .UI-widget_button.off .UI-widget_button_content {
  background: #00000022;
}
.UI-widget_button_icon {
  width: 39px;
  flex: 0 0 26px;
  opacity: 0.7;
}
.UI-widget_button_title {
  min-height: 25px;
  max-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 16px;
  padding: 0 3px;
  padding-top: 1px;
  font-weight: 400;
  letter-spacing: 1px;
  text-wrap: balance;
  font-size: 0.9em;
}
.UI-widget_button_state {
  padding-top: 3px;
  flex: 0 0 auto;
  letter-spacing: 1px;
  font-size: 0.7em;
  font-weight: bold;
}
.UI-header {
  display: flex;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  align-items: stretch;
  transition-property: opacity;
}
.UI-header_element {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid #00000066;
  border-right: 1px solid #00000066;
  cursor: pointer;
  background-color: hsla(from var(--mainColor) h s calc(l * 0.4) / 0.4);
  backdrop-filter: blur(5px);
}
.UI-header_menu {
  display: flex;
  height: 100%;
  margin: auto;
  flex: 1 1 auto;
  vertical-align: middle;
  align-items: stretch;
  font-size: 1.3em;
  font-weight: 500;
}
.UI-header_element.-alive {
  -webkit-backdrop-filter: blur(5px);
  background: transparent;
  border-top: 1px solid #00000066;
  border-bottom: 0px solid #00000066;
}
.UI-header_element.-burger {
  width: 40px;
  max-width: 50px;
  flex: 0 0 auto;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  padding: 5px 0;
}
.UI-header_element.-small {
  width: 40px;
  max-width: 50px;
  flex: 0 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
.UI-header_element.-logo {
  min-width: 200px;
  height: 100%;
  font-weight: 600;
  flex: 1 1 auto;
  margin: auto;
  font-size: 2em;
  text-align: center;
}
.UI-header_element_img {
  max-height: 35px;
}
.UI-header_burger-line {
  width: 30px;
  height: 3px;
  margin: auto;
  background-color: black;
  border-radius: 4px;
  transition-property: width, background-color, transform, margin, height;
  transform-origin: 50% 50%;
}
body.-display-menu .UI-header_burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(5px);
}
body.-display-menu .UI-header_burger-line:nth-child(2) {
  height: 0;
  margin: 0 auto;
  background-color: transparent;
}
body.-display-menu .UI-header_burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px) translateX(7px);
}
.UI-slider {
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: left;
  flex: 0 0 auto;
}
.UI-slider_content {
  mask-image: linear-gradient(to right, #00000000 0px, #000000 10%, #000000 90%, #00000000 100%);
}
.UI-slider_range {
  width: 1000px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.UI-slider_range_step {
  display: flex;
  width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 4px;
  flex: 0 0 1px;
}
.UI-slider_range_step_label {
  font-size: 10pt;
  height: 20px;
  opacity: 0;
}
.UI-slider_range_step_tick {
  width: 1px;
  height: 10px;
  background: #00000099;
}
.UI-slider_range_step.-big .UI-slider_range_step_tick {
  height: 13px;
  background: #000000AA;
}
.UI-slider_range_step.-big .UI-slider_range_step_label {
  display: inline;
  opacity: 1;
}
.UI-slider_range_step.-selected .UI-slider_range_step_tick {
  height: 13px;
  background: #000000AA;
  width: 3px;
}
.UI-slider_range_step.-selected .UI-slider_range_step_label {
  display: inline;
  opacity: 1;
  font-weight: bold;
  font-size: 11pt;
}
ha network update eth0 --ipv4-gateway 172.3.32.1.UI-slider_title {
  flex: 0 0 150px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 11pt;
}
.UI-slider_cursor-container {
  width: 100%;
  height: 15px;
  display: flex;
  justify-content: center;
}
.UI-slider_cursor {
  width: 0px;
  height: 0px;
  margin-top: 3px;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  transform: translate(-3px, 0);
}
.UI-loading {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--hue), calc(var(--saturation) * 1.4), calc(var(--luminosity) * 0.4));
}
.UI-loading_title {
  font-size: 1.5em;
  font-weight: 500;
}
.UI-loading .svg-icon {
  width: 90px;
  height: 60px;
}
.popup-inner .dashboard-tile_content {
  margin-top: 20px;
}
.popup-pomme {
  margin: 10px;
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
}
.popup-pomme2 {
  margin: 10px;
  margin-top: 40px;
  text-align: left;
  font-weight: 500;
}
.popup-inner .dashboard-tile_content {
  margin-top: 20px;
}
.popupss1 {
  transform: scale(0.8);
  transform-origin: 50% 50;
  transition: transform 0.3s linear;
}
.popupsss2 {
  transform: scale(1.2);
  transform-origin: 50% 50;
  position: absolute;
  transition: transform 0.3s linear;
  z-index: 400;
}
.UI-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popupAlive .UI-header {
  opacity: 0.3;
}
.popupAlive .UI-control-center {
  opacity: 0.3;
  transform: scale(0.9) !important;
  transform-origin: 50% 50%;
}
.popup3 {
  opacity: 0.3 !important;
  transform: scale(0.9) !important;
  transform-origin: 50% 50%;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.popup {
  position: absolute;
  opacity: 0;
  transform: scale(1.2);
  z-index: 30;
  transform-origin: 50% 50%;
  transition: transform 0.3s linear, opacity 0.3s linear;
  width: 400px;
  left: calc(40% - 290px);
  top: 5%;
  height: 550px;
  padding: 0px;
  background: linear-gradient(43deg, rgba(41, 163, 143, 0.94), #55bead);
}
.-darkmode .popup {
  background: linear-gradient(43deg, rgba(31, 122, 107, 0.94), #307e71);
}
.popup.display {
  opacity: 1;
  transform: scale(1);
  box-shadow: -30px 30px 30px #00000033, 0 0 1px #fff inset;
}
select.select2-hidden-accessible {
  visibility: hidden;
}
.UI-editor {
  overflow-y: scroll;
  max-height: 100%;
  padding-bottom: 30px;
}
.UI-editor h2 {
  text-align: center;
}
.UI-editor form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.UI-editor form .UI-form_line {
  flex: 0 0 auto;
}
.UI-editor form > * {
  flex: 0 0 auto;
}
.UI-editor form .half {
  width: calc(50% - 30px);
}
.UI-editor form fieldset.half {
  width: calc(50% - 30px);
}
.UI-editor form fieldset .UI-form_line:not(.half) {
  width: calc(100%);
  margin-right: 0;
}
.UI-editor form fieldset .UI-form_line.half {
  width: calc(50% - 8px);
  margin-right: 15px;
}
.UI-editor form fieldset .UI-form_line.half:nth-last-child(2n+1) {
  margin-right: 0px;
}
.--bold {
  font-weight: bold;
}
.--semi-bold {
  font-weight: 500;
}
.area-panel_header {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-weight: bold;
}
.area-panel_devices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  margin-top: 20px;
}
.area-panel_device-card-container {
  width: 300px;
  max-width: 100%;
  height: 400px;
  background: #00000077;
}
.UI-sheet {
  backdrop-filter: contrast(200%);
  height: calc(740px);
  width: calc(100% / 6);
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0px;
  top: 0px;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-property: margin, opacity;
  margin-left: 0px;
  margin-top: 40px;
  text-align: center;
  padding-top: 40px;
  overflow-y: scroll;
  padding: 3px;
  border: 1px solid #00000088;
  background-color: #FFFFFF77;
  margin-left: -20px;
}
.UI-panel.-sheet.popup3 {
  transform: none !important;
}
.UI-panel.-one .UI-sheet.-one {
  z-index: 20;
  margin-left: 0px;
  margin-top: 20px;
  opacity: 1;
}
.UI-panel.-one .UI-sheet.-two {
  opacity: 0;
}
.UI-panel.-two .UI-sheet.one {
  opacity: 0;
}
.UI-panel.-two .UI-sheet.-two {
  z-index: 20;
  margin-left: 0px;
  margin-top: 20px;
  opacity: 1;
}
.UI-sheet_title {
  color: var(--mainColor);
  font-size: 2em;
  text-transform: uppercase;
}
.UI-editor {
  background-color: #FFFFFF66;
  width: 100%;
  margin-top: 0px;
  transition-property: transform;
}
@media screen and (min-width: 760px) {
  .contentWrapper {
    overflow: hidden;
  }
  .UI-panel.-setting.inLoad > * {
    filter: grayscale(100%);
    opacity: 0.7;
    pointer-events: none;
  }
  .UI-panel.-editor {
    width: 300px;
  }
  .UI-editor {
    width: 600px;
    min-width: 600px;
  }
  body.inEditor .UI-editor {
    transform: translateX(-300px);
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    box-shadow: 0 0 4px #000;
  }
  body.inEditor .UI-panel.-setting {
    padding-right: 300px;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
  }
  .dashboard {
    flex: 1 1 auto;
  }
  .UI-sheet {
    width: calc(((100% - 900px ) / 3) - var(--planWidth));
    max-width: calc(((100% - 900px ) / 3) - var(--planWidth));
    min-width: calc(((100% - 900px ) / 3) - var(--planWidth));
    height: 100%;
  }
  .UI-sheet_content {
    width: calc(((100% - 900px ) / 3) - var(--planWidth));
    max-width: calc(((100% - 900px ) / 3) - var(--planWidth));
    min-width: calc(((100% - 900px ) / 3) - var(--planWidth));
    height: calc(100% - 4px);
  }
}
.UI-panel.-main > * {
  width: 100%;
}
.UI-panel.-main .hover {
  height: 100%;
  max-height: 0;
}
.firstLine {
  display: flex;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
svg circle.halo {
  mix-blend-mode: soft-light;
}
.planFlex {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 30px;
  margin-bottom: 0px;
}
svg .heater-line-symbol {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
svg .heater-line-symbol:nth-child(2) {
  opacity: var(--opacity2);
}
svg .heater-line-symbol:nth-child(1) {
  opacity: var(--opacity3);
}
svg .heater.confort {
  fill: #DD4400;
  --opacity2: 0.9;
  --opacity3: 0.8}
svg .heater.eco{fill: #DD4400;
  --opacity2: 0.4;
  --opacity3: 0.1}
svg .heater.off{fill: #fff;
  opacity: 0.1;
}
.plaRdc {
  min-width: 100%;
  margin: 0px;
  margin-bottom: 0;
}
.plan svg {
  width: calc(100% - 20px);
  height: auto;
}
.plan svg .windDirection {
  border: 3px solid red;
}
.plan svg .temperature {
  font-size: 30pt;
  text-align: center;
  font-weight: 600;
  font-family: monospace;
}
.plan svg .temperature-decimal {
  font-size: 20pt;
  text-align: center;
  font-weight: 600;
  font-family: monospace;
}
.plan svg .temperature-arrow {
  font-size: 15pt;
  text-align: center;
  font-weight: 400;
}
.plan svg .presence {
  mix-blend-mode: difference;
}
.plan svg #shutter-1.-open {
  opacity: 0.1;
}
.plan svg #shutter-1.-close {
  opacity: 1;
}
.plan svg #shutter-1.-opening, .plan svg #shutter-1.-closing {
  animation: shutterOn 3s 0.2s infinite backwards;
}
@keyframes shutterOn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plan svg #stove-state {
  font-size: 20pt;
  color: black;
  mix-blend-mode: color-burn;
  font-weight: 500;
}
.plan svg #stove2 #fireflame {
  display: none;
}
.plan svg #stove2 #fireflameUp {
  display: none;
}
.plan svg #stove2 #pelletFilling {
  display: none;
}
.plan svg #stove2 #noPellets {
  display: none;
}
.plan svg #stove2 #clean {
  display: none;
}
.plan svg #stove2 #fireflameDown {
  display: none;
}
.plan svg #stove2.-ignition #fireflameUp {
  display: block;
}
.plan svg #stove2.-burning #fireflame {
  display: block;
}
.plan svg #stove2.-burningChecking #fireflame {
  display: block;
}
.plan svg #stove2.-ignition #fireflameUp {
  display: block;
}
.plan svg #stove2.-cleaning #clean {
  display: block;
}
.plan svg #stove2.-extinction #fireflameDown {
  display: block;
  stroke: #FFF;
}
.plan svg #stove2.-spreadHeating #stove-area {
  stroke: #703f3f;
  fill: #703f3fAA;
}
.plan svg #stove2.-cooling #stove-area {
  animation: stoveCooling 6s 0.2s infinite backwards;
  stroke: #703f3f;
}
.plan svg #stove2.-burningChecking #stove-area {
  stroke: #FFF;
}
.plan svg #stove2.-pelletFilling #pelletFilling {
  display: block;
}
@keyframes stoveSpreadHeating {
  0% {
    stroke-width: 2px;
  }
  50% {
    stroke-width: 200px;
    stroke: #703f3f00;
  }
  100% {
    stroke-width: 2px;
    stroke: #703f3f00;
  }
}
@keyframes stoveCooling {
  0% {
    stroke: #00F;
  }
  50% {
    stroke: #00F;
  }
  100% {
    stroke: #703f3f;
  }
}
.whoInState {
  display: none;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #910;
  flex: 0 0 55px;
}
.-darkmode .plan svg .presencePatternLine {
  fill: white;
}
@media screen and (max-height: 400px) {
  .plaRdc {
    min-width: unset;
    margin: 10px auto;
    width: 70%;
  }
}
@media screen and (min-width: 760px) {
  .plan svg #stove-state {
    font-size: 20pt;
  }
  .plaRdc {
    min-width: 100%;
    margin: 5px 30px;
    margin-bottom: 0;
  }
  .plan svg {
    width: calc(100% - 60px);
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  .firstLine {
    margin-bottom: 20px;
  }
  .UI-panel.-main .state {
    padding-left: 0px !important;
  }
  .UI-panel.-main .firstLine {
    margin: 10px 0;
  }
}
.settingContent {
  width: 100%;
  padding: 20px;
  overflow: auto;
}
.UI-panel.-editor {
  background-color: rgba(0, 0, 0, 0.3);
}
.centerContent {
  width: calc((100%  + var(--planWidth))  / 3);
  flex: 0 0 auto;
  display: flex;
}
.leftContent {
  width: calc(((100%  + var(--planWidth)) / 3) - var(--planWidth));
  flex: 0 0 auto;
  height: 100%;
}
.dashboard {
  width: 510px;
  max-width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}
.dashboard-rounded_counter {
  width: 100%;
  aspect-ratio: 1.7333333333;
  margin-top: 20px;
  max-width: 250px;
  margin: auto;
}
.dashboard-graph {
  width: 100%;
  height: 150px;
}
.linky-label {
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 9pt;
}
.linky-label_span {
  font-weight: bold;
}
@keyframes graphCurrent {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dashboard-graph .-current {
  animation: graphCurrent 1.3s 0.1s infinite backwards;
}
.chartSubtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: color-mix(in srgb, var(--fontColor), transparent 30%);
  font-weight: bold;
  align-items: center;
  margin-top: -15px;
  text-align: center;
}
.linky-instantPower {
  font-size: 3em;
  line-height: 0.8em;
  font-weight: bold;
  margin-top: 0px;
}
.linky-unit {
  font-size: 1em;
  font-weight: bold;
}
.linky-duration {
  margin-top: 2px;
  font-size: 0.9em;
  font-weight: normal;
}
.linky-instantPower-euro {
  margin-top: 0px;
  font-size: 1em;
  font-weight: 500;
}
.dashboard-tile {
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.pomme path:nth-child(1) {
  transition: fill 0.3s linear;
}
.dashboard-tile_title {
  flex: 0 0 25px;
  background-color: #FFFFFF33;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 2px 10px;
  border-bottom: 1px solid #00000055;
  border-right: 1px solid #00000055;
  font-weight: 600;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
html.-darmMode .dashboard-tile_title {
  background-color: #00000033;
}
.dashboard-tile_content {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}
.tile {
  text-align: center;
  height: 200px;
  width: 25%;
  box-shadow: 0 0 0 1px #00000044;
  min-width: 220px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: #00000022;
}
.tile.by2 {
  width: 50%;
}
.tile.by3 {
  width: 55%;
}
.tile.by4 {
  width: 60%;
}
.graph-subtitle {
  background-color: #FFFFFF77;
  color: #333;
  padding: 2px;
  font-weight: 600;
  margin-right: 2px;
}
.tile.-linky {
  width: 100%;
}
.tile.-linky .dashboard-tile_content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 20px;
  width: calc(100% - 40px);
}
.dashboard-tile_content_sub {
  display: flex;
  flex-direction: column;
  width: 58%;
}
.dashboard_tile_content_main {
  font-size: 4em;
  font-weight: bold;
  color: color-mix(in srgb, var(--fontColor), transparent 10%);
}
.dashboard_tile_content_sub {
  font-size: 1.6em;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
  color: color-mix(in srgb, var(--fontColor), transparent 10%);
}
.dashboard-tile.-temperature .dashboard_tile_content_main {
  font-size: 5.5em;
}
#dashboard-temperature span {
  font-size: 0.6em;
}
.dashboard-tile_content.-notification {
  overflow: scroll;
  height: 100%;
  max-height: calc(100% - 15px);
  container-type: inline-size;
  justify-content: flex-start;
  mask-image: linear-gradient(to bottom, #00000000, #000000 50px, #000000 calc(100% - 20px), #00000000 100%);
}
.dashboard-notification-container {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.dashboard-notification {
  min-height: 40px;
  max-height: 40px;
  font-weight: 500;
  width: 93%;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  border-bottom: 0px;
  justify-content: space-between;
  border: 1px solid #00000033;
  background-color: #FFFFFF33;
}
html.-darkmode .dashboard-notification {
  background-color: #00000033;
}
@container (min-width: 440px) {
  .dashboard-notification {
    min-height: 25px;
    max-height: 25px;
  }
}
.dashboard-notification_label {
  text-align: left;
  line-height: 1.5em;
  flex: 1 1 100%;
  font-size: 0.9em;
}
.dashboard-notification_label b {
  font-weight: 600;
}
.dashboard-notification_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  border-right: 1px solid #00000033;
  padding: 0 10px;
}
.dashboard-notification_icon svg {
  width: 25px;
  height: 25px;
}
.-weather .dashboard-tile_title {
  text-align: left;
  justify-content: flex-start;
}
.-weather .dashboard-tile_title.-alert {
  width: 100%;
}
.weather23 {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1 auto;
  background: var(--mask);
}
.weather {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  gap: 20px;
  flex-direction: column;
  background: var(--cloud), var(--luminary), var(--layer);
  --hue: 170;
  --luminary:url('/ressources/Home/img/weatherBackground/sunny.png') no-repeat 100% -20px / 80% auto;
  --cloud:none;
  --layer:linear-gradient(to bottom,#619FCE,#619FCE);
  --mask:linear-gradient(188deg,hsl(var(--hue),60%,var(--luminosity),0) 30%,hsl(var(--hue),60%,var(--luminosity),1) 80%);
}
.weather.-night {
  --dddfontColor:hsla(57.82, 20.64%, 63.03%, 1);
  --luminary:url('/ressources/Home/img/weatherBackground/moon.png') no-repeat 100% -20px / 80% auto;
  --layer:linear-gradient(to top,#1F2235,#171926 80%);
  --mask:linear-gradient(188deg,hsl(232,var(--saturation),var(--luminosity),0.31) 0%,hsl(var(--hue),var(--saturation),var(--luminosity),1) 100%);
}
.weather.-dusk {
  --dddfontColor:#9285ab;
  --luminary:none;
  --layer:linear-gradient(to top,#935F61,#69607B 80%);
  --mask:linear-gradient(188deg,hsl(300,30%,30%,0.31) 0%,hsl(var(--hue),var(--saturation),var(--luminosity),1) 100%);
}
.weather.-dawn {
  --luminary:url('/ressources/Home/img/weatherBackground/sunny.png') no-repeat 130% 0px / 80% auto;
  --layer:linear-gradient(to top,#4D6071,#B57E5F 80%);
  --mask:linear-gradient(188deg,hsla(var(--hue),60%,var(--luminosity),0)  30%,hsl(var(--hue),60%,var(--luminosity),1) 100%);
}
.weather.-sunny {
  --fdddontColor:#5e5a17;
}
.weather.-overcast {
  --cloud:url('/ressources/Home/img/weatherBackground/overcast3.png') no-repeat 0 0 / 100% auto;
  --dddfontColor:#384547;
}
.weather.-overcast.-night {
  --dddfontColor:#b4b28e;
  --cloud:url('/ressources/Home/img/weatherBackground/overcast6.png') no-repeat 0 0 / 100% auto;
}
.weather.-passingCloud {
  --ffffontColor:#17555e;
  --cloud:url('/ressources/Home/img/weatherBackground/passingCloud3.png') no-repeat 0 0 / 100% auto;
}
.weather.-sunnySpell {
  --ffffontColor:#5e5a17;
  --cloud:url('/ressources/Home/img/weatherBackground/sunnySpell.png') no-repeat 0 0px / 100% auto;
}
.weather.-rain {
  --cloud:url('/ressources/Home/img/weatherBackground/rain8.png') no-repeat 0 -10px / 100% auto;
  --ffffontColor:#151f21;
}
.weather.-drizzle {
  --cloud:url('/ressources/Home/img/weatherBackground/rain47.png') no-repeat 0 -30px / 100% auto;
  --luminary:none;
  --ffffontColor:#151f21;
}
.weather.-hazy {
  --ffffontColor:#102124;
  background: linear-gradient(196deg, rgba(92, 214, 194, 0) 1%, #5cd6c2 80%), url('/ressources/Home/img/weatherBackground/hazy4.png') no-repeat 0 0 / 100% auto, url('/ressources/Home/img/weatherBackground/sunny.png') no-repeat 100% 0px / 80% auto, linear-gradient(204deg, #619FCE, #619FCE00);
}
.weather-icon {
  width: 30px;
  min-width: 30px;
  min-height: 20px;
  font-size: 1.2em;
}
.weather_main {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 2;
  height: 100px;
  gap: 20px;
  padding: 0 20px;
  flex: 1 1 auto;
  display: FLEX;
  flex-direction: row;
  justify-content: space-evenly;
}
.weather_main-container {
  flex: 1 1 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, transparent, transparent);
}
.weather_main-container.-large {
  flex: 2 1 auto;
  max-width: 50%;
}
.weather_temperature2 {
  font-weight: 600;
  color: var(--fontColor);
  font-size: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 2px #000;
}
.weather_temperature3 {
  font-weight: 500;
  font-size: 9pt;
  color: var(--fontColor);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.weather_temperature4 {
  margin-left: 12px;
  line-height: 0.8em;
  margin-bottom: 3px;
}
.weather_temperature_triangle {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #21a3db;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.weather_temperature_triangle2 {
  margin-left: 5px;
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #db2121;
  border-left: 3px solid transparent;
}
.weather_wind {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  --windColor: #00000033;
  border: 2px dotted var(--fontColor);
  --windColor: var(--fontColor);
  background: #FFFFFF33;
}
html.-darkmode .weather_wind {
  background: #00000044;
}
.weather_wind_arrow-container {
  height: 0px;
  border-radius: 50px;
}
.weather_wind_arrow-container2 {
  height: 69px;
  width: 69px;
  margin-left: -2px;
  margin-top: -2px;
  transform-origin: 50% 50%;
  transition: transform 1s ease-in;
}
.weather_wind_arrow {
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 4px solid transparent;
  border-bottom: 10px solid var(--windColor);
  border-left: 4px solid transparent;
}
.weather_wind_content {
  transform: rotate(0deg);
  display: grid;
  grid-template-areas: "n n n" "w c e" "s s s";
  grid-template-columns: 5px auto 5px;
  grid-template-rows: 5px auto 5px;
  height: 100%;
  width: 100%;
  margin-top: 4px;
}
.weather_wind_north {
  grid-area: n;
  font-size: 6pt;
  color: #F00;
  display: flex;
  width: 100%;
  justify-content: center;
  transform: translateY(px);
  color: #C42020;
  font-weight: 600;
}
.weather_wind_east {
  grid-area: e;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-2px);
  font-size: 6pt;
  color: var(--fontColor);
  font-weight: 600;
}
.weather_wind_south {
  grid-area: s;
  font-size: 6pt;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-4px);
  color: var(--fontColor);
  font-weight: 600;
}
.weather_wind_west {
  grid-area: w;
  transform: translateX(2px);
  font-size: 6pt;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--fontColor);
  font-weight: 600;
}
.weather_wind_datas {
  grid-area: c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.weather_wind_fast {
  font-weight: 600;
  color: var(--fontColor);
  line-height: 0.8em;
  font-size: 1.6em;
}
.weather_wind_unit {
  font-weight: 500;
  font-size: 7pt;
  color: var(--fontColor);
}
.weather_main-other {
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
  height: 60px;
  max-width: 100%;
  color: var(--fontColor);
}
.weather_main-other_element {
  font-size: 10pt;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.weather_main-other_element_value {
  font-weight: bold;
  display: inline;
}
.weather_main-other_element_title {
  font-size: 9pt;
  display: inline;
}
.weather_not-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.weather_daily-forecast {
  height: 25px;
  font-weight: 500;
  width: 93%;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  border-bottom: 0px;
  justify-content: space-between;
  color: var(--fontColor);
  border: 1px solid #00000033;
  background-color: #FFFFFF33;
}
.-night .weather_daily-forecast {
  background-color: #00000044;
}
.weather_daily-forecast_label {
  text-align: center;
  flex: 1 1 100%;
}
.weather_daily-forecast_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: 1px solid var(--fontColor);
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
}
.weather_daily-forecast_temperature {
  padding-left: 4px;
}
.weather_week-forecast {
  width: 100%;
  height: 55px;
  flex: 0 0 55px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--fontColor);
}
.weather_week-forecast_element {
  display: flex;
  flex-direction: column;
  height: 80%;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  border-left: 1px solid var(--fontColor);
}
.weather_week-forecast_element:nth-child(1) {
  border-left: 0px solid #00000055;
}
.weather_week-forecast_elemen_title {
  margin-bottom: 4px;
  font-size: 0.8em;
}
.weather_week-forecast_elemen_temperature {
  font-size: 0.8em;
  margin-top: 2px;
}
h1 {
  font-size: 4em;
}
*:focus {
  outline: none;
}
.loginPanel .keypad div.remove span {
  background-image: url('/ressources/Home/img/icon/previous__100_1.png');
}
.button.done .icon {
  background: url(/ressources/Home/img/icon/tick__100_white.png), radial-gradient(circle at 50% 50%, #761e1e, #761e1e 58%, rgba(118, 30, 30, 0) 58%);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 55%, 50% 50%;
  background-size: 20px 20px, 100% 100%;
}
.button.done .label {
  color: #761e1e;
}
.dashboard-tile_content.-music {
  justify-content: space-between;
}
.dashboard-music_title {
  display: flex;
  height: 25px;
  justify-content: center;
  flex-direction: column;
  margin-left: 105px;
  width: calc(100% - 105px);
  font-size: 11pt;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.dashboard-music_coverflow .-last .dashboard-music_coverflow_cover {
  width: 95px;
  height: 95px;
  background: url('https://sothebys-md.brightspotcdn.com/webnative/images/29/88/d9f7e03849119bdd891c3d423371/n11132-cfhwh-t1-02.jpg');
  background-size: contain;
  filter: grayscale(50%);
}
.dashboard-music_coverflow .-last {
  z-index: 7;
}
.dashboard-music_coverflow {
  position: relative;
  display: flex;
  width: 100%;
  flex: 0 0 133px;
  justify-content: space-between;
  align-items: center;
  mask-image: linear-gradient(to right, #00000055, #000000 30px, #000000 calc(100% - 30px), #00000055 100%);
  overflow: hidden;
}
.dashboard-music_coverflow_prev {
  flex: 0 0 50%;
  max-width: 0px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.dashboard-music_coverflow_prev .dashboard-music_coverflow_cover {
  background: url('https://cdns-images.dzcdn.net/images/cover/b691ee9fae05c7cf96d9c3aae286de40/500x500.jpg');
  transform: perspective(300px) translateX(0px) rotateY(40deg);
  z-index: 1;
  transform-origin: 50% 50%;
  background-size: contain;
}
.dashboard-music_coverflow_cover {
  background: url('https://www.chartsinfrance.net/communaute/uploads/monthly_2024_05/IMG_0080.jpeg.5283f95b754bfce2070cfb8ebd59fb69.jpeg');
  background-size: contain;
  background-position: 0 0;
  width: 95px;
  min-width: 95px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 0 3px #000;
}
.dashboard-music_coverflow_current_line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #1ae63c 40%, transparent 40%);
}
.dashboard-music_coverflow_current {
  position: relative;
  transform: perspective(300px) translateX(0px) rotateY(0deg);
  z-index: 400;
  flex: 0 0 130px;
  display: flex;
  justify-content: center;
}
.dashboard-music_coverflow_current .dashboard-music_coverflow_cover {
  z-index: 400;
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.dashboard-music_coverflow_next {
  position: relative;
  z-index: 12;
  display: flex;
  flex: 0 0 calc(50% - 100px);
  justify-content: center;
  flex: 0 0 50%;
  max-width: 0px;
}
.dashboard-music_coverflow_next .dashboard-music_coverflow_cover {
  background: url('https://www.mylene.net/img/album-avant-que-l-ombre-1.jpg');
  background-size: contain;
  transform: perspective(300px) translateX(0px) scale(1.08) rotateY(-40deg);
  transform-origin: 50% 50%;
  background-size: contain;
}
.dashboard-music_track-title {
  font-weight: 600;
  font-size: 12pt;
  transform: translateY(-7px);
}
.dashboard-music_track-title_artist {
  font-weight: 500;
  font-size: 10pt;
}
.dashboard-music_track-commands {
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
}
.dashboard-music_track-command {
  border-top: 1px solid #00000044;
  border-right: 1px solid #00000044;
  background-color: #00000044;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0px 40px 0 0;
}
.dashboard-music_track-command.-left {
  background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Speaker_Icon.svg/500px-Speaker_Icon.svg.png) 3px 70% / 21px 21px no-repeat;
}
.dashboard-music_track-command.-right {
  opacity: 0;
  border-left: 1px solid #00000044;
  border-right: 0px solid #00000044;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0px 0 0;
}
.button-link {
  padding: 5px;
  display: inline-block;
  color: #077989;
  text-decoration: underline;
  font-size: 1.1em;
  cursor: pointer;
}
.UI-background-container {
  position: absolute;
  left: 0px;
  top: 0px;
  max-height: 100%;
  height: 100%;
}
.UI-background_rect {
  transition-property: fill;
  transition-duration: 0.3s;
  --deltaLuminosity:0;
  --color:hsl(var(--hue),var(--saturation),var(--luminosity));
  fill: hsl(from var(--color) h s calc(l));
  opacity: var(--opacity);
}
html.-darkmode .UI-background_rect {
  opacity: 0.3;
}
.UI-control-center.-open {
  transform: translateY(calc(-100% + 100px));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.UI-control-center:not(.inInteraction) {
  transition: transform 0.3s ease-out, backdrop-filter 0.3s ease-out, top 0.3s linear;
}
.UI-control-center {
  width: 99%;
  height: 100%;
  max-width: var(--planWidth);
  z-index: 60;
  text-align: center;
  position: absolute;
  background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  top: calc(100% - 50px);
  transition: none;
}
.UI-control-center.-hidden {
  top: 100%;
}
.UI-control-center_header {
  display: flex;
  width: 100%;
}
.whoIn {
  overflow: visible;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 0;
  max-height: 0;
  margin-left: 15px;
}
.whoIn > div {
  margin-top: -100px;
  flex: 0 0 auto;
  width: 70px;
  height: 140px;
  mask-image: linear-gradient(to top, #00000000 20px, #000000 20px);
}
.whoIn img {
  max-height: 100%;
  transition-property: filter, opacity;
  filter: grayscale(1%);
}
.whoIn img.off {
  opacity: 0.2;
  filter: grayscale(100%) contrast(0%) brightness(0%) drop-shadow(0px 0px 2px #fff);
}
.whoIn img.inBed {
  opacity: 0.3;
  filter: drop-shadow(0px 0px 2px #000);
}
.UI-control-center_header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 47px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.UI-control-center_state_line {
  mask-image: linear-gradient(to right, #000000 95%, #00000000 100%);
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  padding-left: 5px;
  gap: 5px;
}
.a-state {
  min-width: 90px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-weight: 500;
  padding: 0 3px;
  margin-left: 10px;
  background: hsl(from var(--mainColor) h s calc(s * 1.1));
  border-radius: 6px;
  box-shadow: 0 0 3px #000000AA inset;
  border: 1px solid hsl(from var(--mainColor) h s calc(l * 0.3));
  color: var(--fontColor);
  font-size: 0.7em;
}
.a-bloc {
  min-width: 48px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  color: var(--fontColor);
  margin: 0 5px;
}
.separator {
  height: 30px;
  width: 1px;
  background: hsl(from var(--mainColor) h s calc(l * 0.3));
}
.a-state .svg-icon {
  width: 32px;
  height: 22px;
}
.a-bloc .svg-icon {
  width: 34px;
  height: 24px;
}
.device-widget {
  width: 120px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  --border-radius:50px;
}
.device-widget.-invisible {
  opacity: 0;
  max-height: 1px;
}
.device-widget::after {
  content: "";
  min-height: 2px;
  background: radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 96px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.device-widget_button {
  display: flex;
  width: 99px;
  height: 99px;
  transform: translateY(12px);
  border-radius: var(--border-radius);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  transition-property: background, box-shadow, transform;
  transform-origin: 50% 50%;
  padding: 5px;
}
.device-widget_button.-tilt-right {
  transform: translateY(13px) translateX(10px) rotate(30deg);
}
.device-widget_button.-tilt-left {
  transform: translateY(13px) translateX(-10px) rotate(-30deg);
}
.device-widget_button.-off {
  transform: translateY(32px);
  background: none !important;
}
.device-widget_button_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 9px 0;
  border-radius: var(--border-radius);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  transition-property: background;
  background: hsla(var(--hue), calc(var(--saturation) * 0.7), calc(var(--luminosity) * 1), 0.5);
  color: hsla(var(--hue), calc(var(--saturation) * 0.7), var(--contrastLuminosity));
}
.-darkmode .device-widget_button_content {
  background: hsla(var(--hue), calc(var(--saturation) * 0.7), calc(var(--luminosity) * 0.61), 0.8);
}
.device-widget_button.-off .device-widget_button_content {
  background: #00000011;
  box-shadow: none;
}
.-darkmode .device-widget_button.-off .device-widget_button_content {
  background: #00000022;
}
.device-widget_button_icon {
  width: 39px;
  flex: 0 0 26px;
  opacity: 0.75;
}
.device-widget_button_title {
  min-height: 25px;
  max-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 16px;
  padding: 0 3px;
  padding-top: 1px;
  font-weight: 400;
  letter-spacing: 1px;
  text-wrap: balance;
  font-size: 0.9em;
}
.device-widget_button_state {
  padding-top: 3px;
  flex: 0 0 auto;
  letter-spacing: 1px;
  font-size: 0.7em;
  font-weight: bold;
}
.device-card {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  flex: 0 0 auto;
  background: radial-gradient(circle at 0px 0px, hsla(var(--hue), 100%, 6%, 0.6) 70px, #00000066 70px, #00000066 71px, transparent 71px);
}
.-alive .device-card {
  background: radial-gradient(circle at 0px 0px, hsla(var(--hue), 30%, 60%, 0.2) 70px, #00000066 70px, #00000066 71px, transparent 71px), radial-gradient(circle at 0px 0px, #FFFFFF55 40px, transparent 170px);
}
.device-card_header {
  display: flex;
  height: 50px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.device-card_name {
  font-size: 1.2em;
  font-weight: bold;
  flex: 1 1 100%;
  text-align: center;
}
.device-card_header_icon {
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  padding-top: 10px;
  text-align: center;
  color: #FFFFFF99;
}
.-alive .device-card .device-card_header_icon {
  color: var(--fontColor);
}
.device-card_header-more-options-icon {
  justify-content: center;
  align-items: center;
  flex: 0 0 30px;
  padding-left: 10px;
}
.device-card_content {
  font-size: 0.8em;
}
.button-link {
  padding: 5px;
  display: inline-block;
  color: #077989;
  text-decoration: underline;
  font-size: 1.1em;
  cursor: pointer;
}
.UI-form_line {
  display: flex;
  flex: 0 0 auto;
  width: calc(100% - 30px);
  flex-direction: line;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 15px 0 15px;
}
form .mainErrorArea {
  color: #900;
  font-weight: bold;
}
form .mainErrorArea ul {
  padding-top: 0;
  margin-top: 0;
}
form .UI-form_line:last-child {
  margin-bottom: 0;
}
form .UI-form_line:first-child {
  margin-top: 0;
}
form .UI-form_line > span.label {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: var(--main-highlight-color);
  letter-spacing: 1px;
  font-size: 0.9em;
  height: 16px;
  transform: translateX(1px);
}
form .UI-form_line .helper {
  color: #333;
  font-size: 10pt;
  font-style: italic;
  text-align: right;
  flex: 1 1 auto;
  height: 16px;
}
form .UI-form_line.inError {
  border-bottom: 2px solid #C32020;
}
form .UI-form_line .errorLabel {
  color: #C32020;
  font-size: 10pt;
  display: flex;
}
form .UI-form_line .errorLabel:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/ressources/Home/img/icon/alert__32_red.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  margin: 0px 3px;
}
form .UI-form_line.inError .helper {
  display: none;
}
form .UI-form_line .widget {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.8);
  transition-duration: 0.6s;
  transition-property: background-size, background-position;
  background: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to top, #FFFFFF30 0px, #FFFFFF30);
  background-size: 0 1px, 100% 100%;
  background-position: 50% 100%, 50% 50%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0 0 1px #00000066;
  font-size: 1.1em;
}
.UI-form_line.focus .widget {
  background-size: 100% 1px, 100% 100%;
  background-position: 50% 100%;
}
::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  border-left: 2px solid #000;
  margin: 5px 15px;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: line;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  border-color: var(--main-highlight-color);
}
form fieldset legend {
  font-weight: 600;
  color: var(--main-highlight-color);
  padding-right: 15px;
}
form fieldset legend::before {
  content: '- ';
}
form fieldset + fieldset {
  margin-top: 20px;
}
form fieldset .UI-form_line {
  margin-right: 15px;
  width: calc(100% - 15px);
  margin-left: 0;
}
form .UI-form_line textarea.widget {
  height: 100px;
}
.UI-form_line .select2 {
  min-width: 100%;
}
.UI-form_line .widget.switch input {
  max-width: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
}
.UI-form_line .widget.switch .slider {
  width: 50px;
  height: 26px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
}
.UI-form_line .widget.switch .switchLabel {
  margin-left: 5px;
}
.UI-form_line .widget.switch .switchLabel .on {
  color: #070;
  display: none;
}
.UI-form_line .widget.switch .switchLabel .off {
  color: #444;
}
.UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
  display: block;
}
.UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
  display: none;
}
.UI-form_line .widget.switch .slider:after {
  content: "o";
  height: 18px;
  width: 18px;
  font-size: 9pt;
  margin-left: 3px;
  display: inline-block;
  background-color: white;
  transition: 0.4s;
  text-align: center;
  border: 1px solid rgba(40, 40, 40, 0.5);
  line-height: 16px;
  color: #333;
}
.UI-form_line .widget.switch input:checked + .slider:after {
  transform: translateX(22px);
  background-color: #090;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 22px;
  height: 22px;
  line-height: 23px;
  color: #FFF;
  content: "✓";
  font-size: 13pt;
}
.button {
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-property: background-size, background-position, border-radius;
  cursor: pointer;
  color: #FFFFFF;
  background: linear-gradient(#000, #000), linear-gradient(to right, #000, #000), linear-gradient(to left, #000, #000);
  background-size: 100% 100%, 0px 2px, 0px 2px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 100% 50%, 0% 0px, 0% 100%;
  width: 200px;
  border: 1px solid #00000077;
}
.button .icon {
  background-color: #000;
  width: 32px;
  min-width: 32px;
  height: 32px;
  max-height: 32px;
  margin-left: 3px;
  background-size: 20px 20px, 0% 0%;
  background-repeat: no-repeat;
  background-position: 50% 50%, 50% 50%;
  flex: 1 1 auto;
  font-weight: bold;
  box-shadow: 0 0 0 1px #00000077;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-highlight-color);
  border-radius: 0px;
  transition-duration: 0.7s;
  transition-property: width, max-width, display;
}
.button .icon span {
  display: none;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 1px 4px;
  border-radius: 0px;
  animation: waitingStep 1s infinite forwards;
  background-color: #000;
}
.button .icon span:nth-child(2n) {
  animation: waitingStep 1s 0.15s infinite forwards;
}
.button .icon span:nth-child(3n) {
  animation: waitingStep 1s 0.3s infinite forwards;
}
@keyframes waitingStep {
  20% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(-12px);
  }
  70% {
    transform: translateY(0px);
  }
}
.button .icon.tickIcon {
  background-image: url(/ressources/Home/img/icon/loginTick__white.svg), radial-gradient(circle at 50% 50%, #00FF0000, #00FF0000 50%, #00FF00 81%);
}
.button .label {
  text-align: center;
  width: 100%;
  font-weight: bold;
  transition-property: width, max-width, font-size;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 13pt;
}
.button .labelSuccess {
  display: none;
}
form .button {
  margin: 20px auto;
}
.svg-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  fill: currentColor;
  stroke: currentColor;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400 900;
  src: url(/ressources/Home/font/maven/1.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400 900;
  src: url(/ressources/Home/font/maven/2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Stick;
  font-style: normal;
  font-weight: 400;
  src: url("/ressources/Home/font/Stick/Stick-Regular.ttf");
}
@font-face {
  font-family: Audiowide;
  font-style: normal;
  font-weight: 400;
  src: url("/ressources/Home/font/Audiowide/Audiowide.ttf");
}
html {
  height: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 320px;
  margin: auto;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  transition-duration: 0.32s;
  transition-timing-function: ease-out;
  transition-property: none;
  background-color: var(--mainColor);
  --planWidth:820px;
  color: var(--fontColor);
  --hue:170deg;
  --saturation:50%;
  --luminosity:50%;
  --mainColor:hsl(var(--hue),var(--saturation),var(--luminosity));
  --fontColor:hsl(var(--hue),30%,var(--contrastLuminosity));
  --contrasstFontColor:hsl(var(--hue),10%,var(--contrastLuminosity));
  --contrastLuminosity: min(30%,max(5%,calc(var(--luminosity) - 40%)));
}
html.-darkmode {
  --contrastLuminosity:min(95%,max(70%,calc((100% - ((40% - var(--luminosity) / 2))))));
  --mainColor:hsl(var(--hue),calc(var(--saturation) / 2),var(--luminosity));
  --fontColor:var(--contrasstFontColor);
}
* {
  box-sizing: inherit;
  transition-duration: inherit;
  transition-property: transform;
}
body {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Maven Pro";
  color: var(----fontColor);
  background-color: color-mix(in hsl, var(--mainColor), black 15%);
  background-size: cover;
  overflow: hidden;
}
.UI-login {
  display: flex;
  width: 400px;
  max-width: 98%;
  height: 100%;
  max-height: 500px;
  position: fixed;
  left: 0%;
  top: calc(50% - 225px);
  z-index: 9;
  transform: translateX(-500px);
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  box-shadow: 0px 0px 40px #33333360;
  background: linear-gradient(-145deg, #FFFFFF40, #FFFFFF80);
  border-radius: 0px 30px 30px 0;
  opacity: 0;
}
.UI-login_panel {
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: max-height, height, opacity, color;
}
.UI-login_title {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 3em;
}
.UI-login_title_star {
  display: inline-block;
  margin: 0 3px;
  line-height: 0.4em;
  transform: translateY(25px);
  font-size: 2.5em;
}
.UI-login .-error .UI-login_title_star {
  color: #C42020;
}
.UI-keypad {
  display: flex;
  width: 320px;
  justify-content: center;
  flex-wrap: wrap;
}
.UI-keypad_key {
  display: flex;
  width: 65px;
  height: 65px;
  margin: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000022;
  border-radius: 100px;
  background: linear-gradient(-145deg, #FFFFFF02, #FFFFFF20);
  transition: box-shadow 0.2s;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
}
.UI-keypad_key.-clicked {
  animation: UI-keypad_key__click 0.3s linear backwards;
}
.UI-keypad_key:hover {
  border: 1px solid #00000044;
}
.UI-keypad_key .icon {
  font-size: 21pt;
}
.UI-keypad_key.-ok .svg-icon {
  height: 40px;
  width: 40px;
}
.UI-keypad_key.-ok .svg-icon.-load {
  display: none;
}
.login-form.-in-load .UI-keypad_key.-ok .svg-icon {
  display: none;
}
.login-form.-in-load .UI-keypad_key.-ok .svg-icon.-load {
  display: block;
}
@keyframes UI-keypad_key__click {
  0% {
    box-shadow: 0 0 2px white;
  }
  100% {
    box-shadow: 0 0 40px rgba(255, 255, 255, 0);
  }
}
.UI-login[name=login-form] .UI-login_panel.-login {
  flex: 2 1 auto;
  max-height: 100%;
}
.UI-login[name=registration-form] .UI-login_panel.-registration {
  flex: 2 1 auto;
  max-height: 100%;
}
.UI-login_panel_link {
  margin-top: 5px;
  text-align: center;
}
.UI-login .UI-form_line.-hidden {
  display: none;
}
.UI-login_paragraph {
  padding: 0px 15px;
  margin: 0;
  color: #000000DD;
}
body.-in-login .UI-login {
  opacity: 1;
  transform: translateX(0px);
  color: hsl(var(--hue), 60%, 24%);
}
body.-in-login .UI-panel-container > * {
  opacity: 0;
  transition-property: opacity;
}
body.-in-login .UI-header_element:not(.-main) {
  display: none;
}
body.-in-login .UI-header_menu {
  display: none;
}
body.-in-login .UI-control-center {
  display: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.UI-panel-container {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  transform: translate3d(0, 0, 0);
  max-height: calc(100%);
  height: calc(100%);
  transition-property: transform, filter;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  width: 600%;
  mask-image: linear-gradient(to bottom, #00000000, #000000AA 40px, #000 40px);
}
.UI-panel {
  height: 100%;
  max-height: 100%;
  width: calc(100% / 6);
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.UI-panel.-dashboard {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  overflow-y: scroll;
  flex-direction: row;
}
.UI-panel.-sheet {
  padding-top: 40px;
}
.UI-panel.-main {
  height: 100%;
  padding-bottom: 10px;
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.UI-panel.-setting-menu {
  padding-top: 40px;
}
.UI-panel.-setting {
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  transition-property: padding-right;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 100;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  color: #666;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #222;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  font-weight: bold;
  color: var(--main-highlight-color);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2 {
  transition-duration: 0s;
  transition-delay: 0s;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  text-align: left;
}
.select2-dropdown {
  color: #333;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.UI-setting-menu {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  --settingColor:hsl(var(--hue),calc(var(--saturation) / 3),min(80%,calc(var(--luminosity) * 1.3)));
  color: var(--settingColor);
  display: flex;
  flex-direction: column;
}
.UI-setting-menu_line {
  height: 50px;
  min-height: 50px;
  text-align: center;
  font-size: 1.1em;
  -webkit-backdrop-filter: brightness(40%);
  line-height: 50px;
  border-bottom: 1px solid hsl(from var(--settingColor) h s l / 60%);
  background: linear-gradient(to left, #000000BB 1px, #00000000 4px);
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: background-color 0.1s linear;
}
.UI-setting-menu_line:hover {
  background-color: #FFFFFF33;
}
.UI-setting-menu_line.-alive {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.UI-setting-menu_separator {
  height: 50px;
  -webkit-backdrop-filter: brightness(40%);
  min-height: 50px;
  background: linear-gradient(to left, #000000BB 1px, #00000000 4px);
  border-bottom: 1px solid hsl(from var(--settingColor) h s l / 60%);
}
.UI-setting-menu_completer {
  flex: 1 1 100%;
  -webkit-backdrop-filter: brightness(40%);
  background: linear-gradient(to left, #000000BB 1px, #00000000 4px);
}
.UI-setting-menu_line_icon {
  width: 30px;
  min-width: 30px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.UI-setting-menu_line_text {
  flex: 1 1 100%;
  text-align: left;
  padding-left: 10px;
  height: 60%;
  display: flex;
  align-items: center;
  border-left: 1px solid hsl(from var(--settingColor) h s l / 60%);
}
.standby-calc {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  font-size: 6em;
  color: #444;
  z-index: 100;
  font-weight: bold;
}
html.-standBy .standby-calc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.standby-calc svg {
  height: 150px;
  width: 150px;
}
html.-standBy {
  background-color: #000;
}
.UI-toolbar {
  display: flex;
  justify-content: space-evenly;
  gap: 5px 0;
  flex-wrap: wrap;
  flex: 1 1 100%;
  overflow-y: scroll;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  mask-image: linear-gradient(to top, #00000000 2px, #000000 30px);
}
.UI-toolbar.-no-scroll {
  overflow-y: hidden;
}
@media (min-width: 400px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  .UI-login {
    max-width: 95%;
    max-height: 600px;
    top: calc(50% - 280px);
  }
  .UI-login_title {
    height: 100px;
  }
  .UI-keypad_key {
    width: 75px;
    height: 75px;
  }
  .UI-login_panel_link {
    margin-top: 15px;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media screen and (min-width: 400px) and (min-width: 760px) {
  .contentWrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 400px) and (min-width: 760px) {
  .plan svg #stove-state {
    font-size: 20pt;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .firstLine {
    margin-bottom: 20px;
  }
}
@media not all and (min-width: 400px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 400px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 400px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 400px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 760px) {
  .UI-header_menu {
    position: fixed;
    height: none;
    width: 100%;
    flex-direction: column;
    top: 50px;
    z-index: 11;
    flex: 0 0 auto;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.6s linear;
  }
  .UI-header_menu .UI-header_element {
    height: 50px;
    background: #58d5c0 !important;
  }
  body.-display-menu .UI-header_menu {
    max-height: 500px;
  }
  body.-display-menu .UI-header .UI-header_element:not(.-burger) {
    background: #00000033;
  }
  body.-display-menu .UI-header .UI-header_element.-burger {
    background: #58d5c0;
  }
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .tile.-linky {
    height: 400px;
  }
  .tile.-linky .dashboard-tile_content {
    flex-direction: column;
    gap: 40px;
  }
  .dashboard-tile_content_sub {
    width: 100%;
    margin-top: -30px;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  .whoIn {
    margin-left: -10px;
  }
  .whoIn > div {
    width: 35px;
    mask-image: linear-gradient(to top, #00000000 10px, #000000 10px);
    margin-top: -60px;
    height: 80px;
  }
  .state-text {
    display: none;
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 760px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 760px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 760px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 1000px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 1000px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 1000px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 1000px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 1280px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .plan svg .floorPattern {
    stroke-width: 0.1;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 1280px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 1280px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 1280px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 1400px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 1400px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 1400px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 1400px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 1680px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 1680px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 1680px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 1680px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 2080px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 2080px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 2080px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 2080px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
@media not all and (min-width: 2380px) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media not all and (min-width: 2380px) {
  @media screen and (min-width: 760px) {
    .contentWrapper {
      overflow: hidden;
    }
  }
}
@media not all and (min-width: 2380px) {
  @media screen and (min-width: 760px) {
    .plan svg #stove-state {
      font-size: 20pt;
    }
  }
}
@media not all and (min-width: 2380px) {
  @media screen and (max-width: 760px) {
    .firstLine {
      margin-bottom: 20px;
    }
  }
}
select.select2-hidden-accessible {
  visibility: hidden;
}
.UI-editor form .half {
  width: calc(50% - 30px);
}
.UI-editor form fieldset.half {
  width: calc(50% - 30px);
}
.--bold {
  font-weight: bold;
}
.--semi-bold {
  font-weight: 500;
}
@media screen and (min-width: 760px) {
  .contentWrapper {
    overflow: hidden;
  }
}
svg .heater-line-symbol:nth-child(2) {
  opacity: var(--opacity2);
}
svg .heater-line-symbol:nth-child(1) {
  opacity: var(--opacity3);
}
.plan svg #shutter-1.-open {
  opacity: 0.1;
}
.plan svg #shutter-1.-close {
  opacity: 1;
}
.plan svg #stove2 #fireflame {
  display: none;
}
.plan svg #stove2 #fireflameUp {
  display: none;
}
.plan svg #stove2 #pelletFilling {
  display: none;
}
.plan svg #stove2 #noPellets {
  display: none;
}
.plan svg #stove2 #clean {
  display: none;
}
.plan svg #stove2 #fireflameDown {
  display: none;
}
.plan svg #stove2.-pelletFilling #pelletFilling {
  display: block;
}
@media screen and (min-width: 760px) {
  .plan svg #stove-state {
    font-size: 20pt;
  }
}
@media screen and (max-width: 760px) {
  .firstLine {
    margin-bottom: 20px;
  }
}
.dashboard-tile.-temperature .dashboard_tile_content_main {
  font-size: 5.5em;
}
#dashboard-temperature span {
  font-size: 0.6em;
}
.UI-control-center {
  background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
}
form .UI-form_line:first-child {
  margin-top: 0;
}
form fieldset legend::before {
  content: '- ';
}
form fieldset + fieldset {
  margin-top: 20px;
}
.UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
  display: block;
}
.UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
  display: none;
}
.button .labelSuccess {
  display: none;
}
html.-standBy {
  background-color: #000;
}
@media not  all and  \9  only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
  select.select2-hidden-accessible {
    visibility: hidden;
  }
  .UI-editor form .half {
    width: calc(50% - 30px);
  }
  .UI-editor form fieldset.half {
    width: calc(50% - 30px);
  }
  .--bold {
    font-weight: bold;
  }
  .--semi-bold {
    font-weight: 500;
  }
  svg .heater-line-symbol:nth-child(2) {
    opacity: var(--opacity2);
  }
  svg .heater-line-symbol:nth-child(1) {
    opacity: var(--opacity3);
  }
  .plan svg #shutter-1.-open {
    opacity: 0.1;
  }
  .plan svg #shutter-1.-close {
    opacity: 1;
  }
  .plan svg #stove2 #fireflame {
    display: none;
  }
  .plan svg #stove2 #fireflameUp {
    display: none;
  }
  .plan svg #stove2 #pelletFilling {
    display: none;
  }
  .plan svg #stove2 #noPellets {
    display: none;
  }
  .plan svg #stove2 #clean {
    display: none;
  }
  .plan svg #stove2 #fireflameDown {
    display: none;
  }
  .plan svg #stove2.-pelletFilling #pelletFilling {
    display: block;
  }
  .dashboard-tile.-temperature .dashboard_tile_content_main {
    font-size: 5.5em;
  }
  #dashboard-temperature span {
    font-size: 0.6em;
  }
  .UI-control-center {
    background: linear-gradient(to right, #000000AA 50%, #00000000 90%) no-repeat 0 0 / 100% 1px, linear-gradient(to right, #000000AA 50%, #000000AA 90%) no-repeat 0 51px / 100% 1px, linear-gradient(95deg, hsl(from var(--mainColor) h s calc(l * 0.7) / 80%) 50%, hsl(from var(--mainColor) h s l / 80%));
  }
  form .UI-form_line:first-child {
    margin-top: 0;
  }
  form fieldset legend::before {
    content: '- ';
  }
  form fieldset + fieldset {
    margin-top: 20px;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .on {
    display: block;
  }
  .UI-form_line .widget.switch input:checked + .slider + .switchLabel .off {
    display: none;
  }
  .button .labelSuccess {
    display: none;
  }
  html.-standBy {
    background-color: #000;
  }
}
@media screen and not  all and  \9  only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) and (min-width: 760px) {
  .contentWrapper {
    overflow: hidden;
  }
}
@media screen and not  all and  \9  only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) and (min-width: 760px) {
  .plan svg #stove-state {
    font-size: 20pt;
  }
}
@media screen and not  all and  \9  only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) and (max-width: 760px) {
  .firstLine {
    margin-bottom: 20px;
  }
}
