.ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer {
  position: absolute; }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ThermostatImage {
    position: absolute;
    left: 75px;
    top: -25px;
    width: 42px;
    height: 42px; }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .FanCoilModeButton {
    width: 55px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--climateColor);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    position: relative;
    left: 68px;
    top: 20px; }
    .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .FanCoilModeButton::before {
      transform: translate(0%, 0%);
      transform-origin: 50% 50%;
      height: 200%; }
    .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .FanCoilModeButton > .Image {
      display: flex;
      align-items: center;
      height: 80%;
      font-family: 'ManropeSemiBold'; }
    .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .FanCoilModeButton > img.image {
      filter: invert(1); }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ThermostatRange {
    touch-action: none;
    width: 130px;
    height: 33px;
    border-radius: 40px;
    background: transparent url(/graphics/SliderTemp.png);
    margin-top: -14px;
    box-shadow: 3px 3px 30px #a49c99, 3px 3px 30px #000000;
    display: inline-block;
    position: absolute;
    -webkit-appearance: none;
    opacity: 0.7;
    margin-top: 10px;
    margin-top: 24px;
    margin-left: 33px; }

@-moz-document url-prefix() {
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ThermostatRange::-moz-range-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 100%;
    border: none;
    margin-bottom: 1.5px; } }
    .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ThermostatRange::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 30px;
      width: 30px;
      background-color: white;
      border-radius: 100%;
      border: none;
      margin-bottom: 1.5px; }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ActualTempValue {
    color: var(--globalFontColor);
    width: 60px;
    display: none;
    justify-content: center;
    position: absolute;
    top: 28px;
    left: -30px;
    font-family: 'ManropeSemiBold';
    text-align: end;
    text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000; }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .SetpointTempValue {
    color: var(--globalFontColor);
    width: 60px;
    display: none;
    justify-content: center;
    position: absolute;
    top: 28px;
    left: 165px;
    font-family: 'ManropeSemiBold';
    text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000; }
  .ContentContainer > .DeviceControlContainer > .LevelContainer > .DeviceContainer > .ThermostatContainer > .ActualHumidityValue {
    color: var(--globalFontColor);
    width: 30px;
    display: none;
    justify-content: center;
    position: absolute; }

[id^="thermostatFunctionsContainer"] {
  width: max-content;
  height: max-content;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--innerPadding); }
  [id^="thermostatFunctionsContainer"] > .Header {
    height: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-shrink: 0;
    gap: var(--innerPadding); }
    [id^="thermostatFunctionsContainer"] > .Header > .CloseButtonContainer {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      aspect-ratio: 1;
      border-radius: 8px; }
      [id^="thermostatFunctionsContainer"] > .Header > .CloseButtonContainer > .CloseButton {
        height: 80%;
        aspect-ratio: 1;
        filter: invert(1); }
    [id^="thermostatFunctionsContainer"] > .Header > .Title {
      display: flex;
      color: var(--globalFontColor);
      align-items: center;
      font-family: 'ManropeRegular';
      font-size: 1.2rem; }
    [id^="thermostatFunctionsContainer"] > .Header > .ThermostatImage {
      height: 80%; }
  [id^="thermostatFunctionsContainer"] > .ButtonsContainer {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    gap: var(--outerPadding);
    justify-content: center;
    flex-shrink: 0; }
    [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ButtonContainer, [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ControlButtonsContainer > .ButtonContainer {
      width: calc(75px - 2* var(--innerPadding));
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #000000;
      border-radius: var(--innerBorderRadius);
      justify-content: center;
      align-items: center;
      aspect-ratio: 1;
      position: relative;
      transition-duration: 0.5s;
      padding: var(--innerPadding); }
      [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ButtonContainer::before, [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ControlButtonsContainer > .ButtonContainer::before {
        transform: translate(0%, 0%);
        transform-origin: 50% 50%;
        height: 200%; }
      [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ButtonContainer > .Image, [id^="thermostatFunctionsContainer"] > .ButtonsContainer > .ControlButtonsContainer > .ButtonContainer > .Image {
        display: flex;
        align-items: center;
        filter: invert(1);
        height: 100%;
        font-family: 'ManropeSemiBold';
        color: black; }
    [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      grid-column: span 5; }
      [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer > .SetpointContainer {
        display: flex;
        align-items: center;
        height: 55px;
        gap: 10px; }
        [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer > .SetpointContainer > .ActualTempValue {
          color: var(--globalFontColor);
          width: 30px;
          display: flex;
          justify-content: center; }
        [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer > .SetpointContainer > .Range {
          touch-action: none;
          width: 130px;
          height: 33px;
          border-radius: 40px;
          background: transparent url(/graphics/SliderTemp.png);
          -webkit-appearance: none; }
          [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer > .SetpointContainer > .Range::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 30px;
            width: 30px;
            background-color: white;
            border-radius: 100%;
            border: none;
            margin-bottom: 1.5px; }
        [id^="thermostatFunctionsContainer"] > .ButtonsContainer .ControlButtonsContainer > .SetpointContainer > .SetpointTempValue {
          color: var(--globalFontColor);
          width: 30px;
          display: flex;
          justify-content: center; }

.SteeringContainer > .ThermostatControlSteeringContainer {
  height: 100%;
  width: 100%;
  display: none;
  grid-template-columns: 1fr;
  gap: 25px;
  flex-shrink: 0; }
  .SteeringContainer > .ThermostatControlSteeringContainer > .NavigationButtonsContainer {
    max-width: 100%;
    display: flex;
    gap: 20px;
    justify-self: center;
    overflow: scroll;
    scroll-behavior: smooth; }
    .SteeringContainer > .ThermostatControlSteeringContainer > .NavigationButtonsContainer > .LevelButton::before {
      transform: translate(-25%, 0%);
      transform-origin: 25% 50%;
      height: 350%; }
    .SteeringContainer > .ThermostatControlSteeringContainer > .NavigationButtonsContainer > .LevelButton > .Icon {
      max-height: 47px;
      max-width: 47px;
      border-radius: 8px; }
    .SteeringContainer > .ThermostatControlSteeringContainer > .NavigationButtonsContainer > .LevelButton > .Name {
      display: flex;
      max-height: 100%;
      overflow: scroll;
      align-self: center;
      justify-self: center;
      overflow-wrap: anywhere;
      hyphens: auto;
      padding-left: 5px; }
