﻿:root {
    --main-font: 'din_next_slab_pro-regular', arial, sans-serif;
    --secondary-font: 'din_next_lt_pro-light', arial, sans-serif;
    --tertiary-font: 'din_next_lt_pro-medium', arial, sans-serif;
    --primary-color: var(--mud-palette-primary);
    --seconday-color: var(--mud-palette-secondary);
    --tertiary-color: var(--mud-palette-tertiary);
    --success-color: var(--mud-palette-success);
    --offline-color: var(--mud-palette-error);
    --background-color: var(--mud-palette-background);
    --defaultScreenContentHeight: calc(100vh - var(--mud-appbar-height) - 164px);
    --button-border-radius: 50px;
}

.mud-table-row:hover {
    background: linear-gradient(90deg,#00000005, #00000002);
    background-color:transparent !important;
}

.mud-table-row.selected:hover {
    background: hsl(from var(--mud-palette-primary) h s calc(l + 10)) !important;
}

.text-overlay-disabled {
    color: var(--mud-palette-overlay-dark) !important;
}

.test-class {
    background: linear-gradient(170deg, #ede8e16e, transparent);
}

.dev-expand:hover {
    background-color: transparent;
    border: 1px solid gray;
}

.dev-expand {
    border: 1px solid transparent;
    font-size: 10px;
    padding: 6px;
}

.test-class-inner-actions {
    width: 220px;
    max-width: 220px;
}

.inner-table td {
    line-height:1.2;
    padding: 8px;
}

.room-selector-list {
    max-height: 40% !important;
}

.room-selector-list .mud-selected-item {
    color: var(--background-color) !important;
    background-color: var(--seconday-color) !important;
}

.w-80-px {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    overflow:hidden;
}
.w-100-px {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    overflow: hidden;
}
.w-200-px {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}


#app {
    font-family: var(--secondary-font), arial, sans-serif;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

html {
    font-family: var(--main-font);
    user-select: none;
}

html,body {
    height:100%;
    overflow: hidden;
}

.h-100 {
    height: 100%;
}

.clockStyle {
    font-family: var(--secondary-font) !important;
    font-size: 0.85rem;
    cursor: pointer;
}

.circleSlider {
    width:310px;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.circleSliderText {
    font-family: var(--main-font) !important;
    font-size: 0.8rem;
}

#circleSliderSlide {
    width:85%;
    animation: 0.3s slide-right;
}

.drawer-button {
    padding: 0.4rem;
    border-radius:5px;
    border: 1px solid transparent;
    color: var(--primary-color);
}

.drawer-button:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.drawer-button:hover .mud-icon-button-label {
    animation: button-animation 0.5s ease forwards;
}

@keyframes button-animation {
    0% {
        transform: scale(1) rotate(0deg);
    }

    40% {
        transform: scale(1.2) rotate(6deg);
    }
    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.app-logout-button {
    padding: 0.4rem;
    border-radius: 5px;
    border: 1px solid transparent;
    color: var(--primary-color);
}

.app-logout-button:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.app-logout-button:hover .mud-icon-button-label {
    animation: button-animation 0.5s ease forwards;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

.circleSliderShowButton {
    min-width: 10px;
    width: 10px;
}

.commontext {
    font-family: var(--secondary-font) !important;
}

.dialog-smallwidthtext {
    max-width: 360px;
}

.mud-switch-label-medium {
    font-family: var(--secondary-font) !important;
}

.mud-typography-button {
    font-family: var(--tertiary-font);
    text-transform: unset;
}

.mud-typography {
    font-family: var(--tertiary-font);
}

.mud-typography-subtitle2 {
    line-height: 1;
}

.mud-typography-h6 {
    font-variant-caps: all-small-caps;
}

.loadingScreen {
    font-family: var(--main-font), arial, sans-serif;
    font-size: 1.5rem;
}

.logoTextContainer {
    text-align: right;
    width: 100%;
    padding-right: 24px;
    padding-top: 3px;
}

.logoText {
    font-family: var(--secondary-font);
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-variant-caps: normal;
    text-align: right;
    color: black;
    padding-right: 30px;
}

.leftPaneItem {
    font-family: var(--main-font), arial, sans-serif;
    font-size: 1rem;
    padding-inline: 0.8rem;
}

.leftPaneLabel {
    padding-inline: 36px;
    padding-bottom: 1.1rem;
    color: var(--primary-color);
    font-family: var(--main-font), arial, sans-serif;
    font-size: 1rem;
    pointer-events: none;
    font-variant-caps:all-small-caps;
}

.main-nav-menu .mud-divider {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link {
    padding-left: 48px;
    padding-inline-start: 48px;
}

.main-nav-menu .mud-nav-link .mud-nav-link-expand-icon {
    color: var(--mud-palette-drawer-text);
}

.main-nav-menu a.mud-nav-link.selected-link::before {
    content:"";
    width: 4px;
    height: 80%;
    background-color: var(--primary-color);
    position: absolute;
    top: 10%;
    left: 3px;
}

.selected-link {
    color: var(--primary-color);
    background-color: #f1f1f1;
    position: relative;
}

.chart-setup {
    padding: 1rem;
}

.no-scroll .mud-drawer-content {
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-scroll .mud-navmenu {
    overflow-y:scroll;
    scrollbar-width:none;
}

.menu-edges-blur {
    position: fixed;
    background: linear-gradient(180deg, var(--mud-palette-drawer-background) 2%, transparent 5%, transparent 95%, var(--mud-palette-drawer-background) 98%);
    height: calc(100% - var(--mud-appbar-height));
    top: var(--mud-appbar-height);
    width: var(--mud-drawer-width-left);
    z-index: 999;
    pointer-events: none;
}

.no-scroll .mud-drawer-content::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}


.mud-nav-link svg {
    color: var(--primary-color);
}

.muddrawer-icon-container .muddrawer-icon {
    display: none;
}

.enableSelect {
    user-select:text;
}

.mud-button {
    border-radius: var(--button-border-radius);
    padding-block: 0.6rem;
    font-family: var(--tertiary-font) !important;
    font-size: 0.85rem;
    text-transform: capitalize;
}

.button-minwidth {
    min-width: 8rem;
}

.small-button-minwidth {
    min-width: 6rem;
}

.themecolorpicker .mud-input-slot {
    text-align: center;
}

.themecolorpicker .mud-input-control {
    margin-top: 0;
}

.theme-color-tile-text {
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1)
}

.mainlayout-language {
    align-items: center;
    display: flex;
    justify-content: end;
}

.mainlayout-username {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: clip;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 1;
    font-size: 0.9rem;
    min-width: 7rem;
    cursor: pointer;
}

.slabfont {
    font-family: var(--main-font);
    font-size: 1.6rem;
}

.slab-font {
    font-family: var(--main-font);
}

.selectChartHeader {
    font-family: var(--main-font);
    font-variant-caps: all-small-caps;
    font-size: 1.3rem;
}

.container {
    display: flex;
    justify-content: center;
}

.container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.languagesMenu {
    font-family: var(--secondary-font), arial, sans-serif;
    font-size: 1rem;
    font-variant-caps:all-small-caps;
}

.verticalDivider {
    width: 1px;
    height: 45px;
    background-color: var(--primary-color);
}

.loginScreenText {
    font-family: var(--main-font), arial, sans-serif;
    font-size: 1.3rem;
}

.popover-menu-component .mud-list-item .mud-list-item-text p {
    font-family: inherit;
    font-size: inherit;
}

.popover-menu-component .mud-list {
    font-family: var(--tertiary-font);
    font-size: 0.9rem;
}

.action-context-menu .mud-list-item {
    padding-inline: 1.5rem;
}

.action-context-menu .mud-list-item .mud-list-item-icon .mud-icon-root {
    font-size: 1.8rem;
}

.action-context-menu .mud-list-item .mud-list-item-text p {
    font-family: var(--secondary-font);
    font-size: 0.9rem;
}

.customSimpleTableHeader {
    font-weight: 600 !important;
    font-family: var(--tertiary-font);
}

.tableHeaderFontStyle {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
}

.tableDescriptionRow {
    font-family: var(--secondary-font);
    font-weight: lighter;
}

.tableHeaderCentered {
    text-align: center !important;
}

.tableActionsCentered {
    text-align: center;
    white-space: nowrap;
}

.alert-table .col-enabled {
    width: 3rem;
}

.alert-table .col-status {
    width: 6rem;
}

.alert-table .col-actions {
    width: 16rem;
}

.alert-table thead tr th {
    padding: 0.4rem 1rem;
} 

.setup-page-name {
    width: 100%;
}

.setup-page-buttons {
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.setup-page-buttons .mud-button {

    white-space:nowrap;
}

.device-table .wider-column {
    min-width: 10rem;
}

.device-selector-button {
    white-space: nowrap;
    border: 1px solid var(--mud-palette-lines-inputs) !important;
    border-radius: 0;
}


.tableStatusIcon {
    margin: 0 auto;
}

.FeaturePropsTable .mud-table-cell {
    border-bottom: 1px solid rgba(128,128,128,0.1);
    padding: 6px 10px 6px 16px !important;
}

.ipSearchFormat {
    width: 2.5rem;
    text-align: center;
}
.ipSearchDotFormat {
    width: 1rem;
    font-weight: 600;
}
.setupLogoParagraphFormat {
    text-align: justify;
    text-justify: inter-word;
}

.dimensionsSetupBorder {
    color: rgba(128,128,128,.2);
    border: thin solid;
    position: relative;
}

.chartDimensionInputWidth {
    width: calc(100% - 2rem);
}

.chart-dimension-delete-button {
    position: absolute;
    top: 0;
    right:0;
    box-shadow: 1px 0px 6px #0000003b;
}

.dimensions-panel .mud-expand-panel-header {
    padding: 10px 8px;
    background-color: #c0bdb652;
}

.dimensions-panel .mud-expand-panel-header .mud-expand-panel-icon {
    display: none;
}

.chart-dimension-panel-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.chart-dimension-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: #c0bdb652;
}

.chart-settings-info {
    top: 50%;
    translate: 0 -50%;
    color: var(--mud-palette-info);
    right: -48px;
}

.floorplan-sidepanel-items-width {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}

.checkbox-items .mud-list-item-icon {
    min-width: 2.5rem;
}

.reportDeviceSelect {
    width: 250px;
    padding-top: 0px;
}

.chartDrawerBottomDivider {
    position: absolute;
    bottom: 130px;
    width: 70%;
}

.chartDrawerBottomDeleteButton {
    position: absolute;
    bottom: 0px;
}

.chart-drawer-save-button,
.chart-drawer-cancel-button {
    min-width: 5rem;
    line-height: 1.2;
    height: 3rem;
    padding-block: 0.6rem;
}

.chartDrawerBottomButtons {
    position: absolute;
    bottom: 5rem;
    width: 70%;
    min-width: 250px;
}

.grid-stack {
    background: white;
    border: 1px solid black;
}

.grid-stack-item-content {
    color: #2c3e50;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 0px;
}

.grid-stack-item-content svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 6px;
    margin-top: 6px;
    transform: scale(0.8)
}

.charts-loading > svg {
    animation: charts-loading-animation 2s infinite;
    cursor: wait;
}

@keyframes charts-loading-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.floorplanArea-editable {
    width: 100%;
    height: calc(100dvh - 160px);
}

.floorplanArea-view {
    width: 100%;
    height: calc(100vh - 64px);
}

.noPadding {
    padding: 0px !important;
    margin: 0px !important;
}

.chart-popup-loader {
    height: 50px;
    position: relative;
    top: -10px;
}

.chart-popup {
    height: calc(100vh - 200px);
}

#myChart-Chart_detail {
    width: 100%;
    height: 100%

}

.mud-button-filled {
    min-width:8rem;
}

.weekday-select-dialog .mud-button-outlined {
    min-width: 8rem;
}

.sched-event-timing {
    min-width:250px;
}

.scheduler-event-timing-label {
    text-align: center;
    font-variant: all-small-caps;
    font-size: 1.3rem;
}

.scheduler-color-picker .mud-button {
    border-radius: 0;
}

.scheduler-color-picker .mud-button-label {
    display:flex;
    flex-direction:column;
    font-family: var(--secondary-font);

}

.scheduler-calendar .mud-button {
    border-radius: 0;
}

.scheduler-color-picker .mud-button-label .color-picker-color-preview {
    margin-left: 0;
    border-radius: 0;
    height: 0.2rem;
    width: 90%;
}

.scheduler-tab-height {
    height: 700px;
}

.mud-cal-month-dropzone {
    overflow-y: hidden !important;
}

.scheduler-calendar-event {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4px;
    position: relative;
    padding: 0 20px;
}

.scheduler-calendar-event-icon-start {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scheduler-calendar-event-icon-end {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.actions-fab {
    height: 33px !important;
    min-height: 26px !important;
    font-family: var(--secondary-font) !important;
    font-size: 11px !important;
    line-height: initial;
    text-transform: none;
    border: 1px dotted var(--mud-palette-lines-inputs);
    pointer-events: none;
    background-color: transparent;
    box-shadow: none;
    color: darkslategrey;
    border-radius: 24px;
}

.actions-fab .mud-button-label span:nth-child(2) {
    font-size: 16px;
    font-family: var(--tertiary-font);
    white-space: nowrap;
}

.actions-fab .mud-button-label {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.actions-remove-duplicate-buttons {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;

}

.actions-remove-action-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: var(--background-color);
}

.actions-create-new-action {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    translate: -50% -50%;
}

.actions-content-window-scrollable {
    height: 60vh;
    overflow: auto;
}

.scheduler-action-props .mud-select {
    min-width: 250px;
}

.scheduler-action-props .mud-grid-item {
    margin-left:auto;
    margin-right:auto;
}

.actions-remove-duplicate-buttons .mud-icon-root.icon-Remove {
    font-size: 1.9rem;
}

.area-icon-select-popover .mud-list.mud-list-padding {
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 8px;
}

.area-icon-select-popover .mud-list.mud-list-padding .mud-list-item {
    width: auto;
}

.areas-tree .areas-tree-item {
    font-family: var(--secondary-font);
}

.areas-tree .mud-treeview-item-arrow {
    width: 1rem;
}

.areas-tree .areas-tree-item .mud-icon-button {
    padding: 2px;
}

.areas-tree .mud-treeview-item-content {
    height: 48px;
    padding: 4px 16px;
}

.areas-tree .mud-treeview-item-icon .mud-svg-icon {
    font-size: 1.25rem;
}

.areas-tree-minwidth {
    min-width: 420px;
}

.areas-tree-section {
    overflow: auto;
    scrollbar-gutter: stable;
    min-width: 420px;
}


.areas-tree.mud-treeview-hover .mud-treeview-item-content:hover {
    background: linear-gradient(330deg, #857e701a, transparent);
}


.devices-buttons .mud-button {
    min-width: 6rem;
    overflow: hidden;
    height: 3rem;
    line-height: 1.2;
}

.color-picker-popover {
    padding:0 !important;
}


.color-picker-container {
    width: 240px;
    overflow: hidden;
    position: relative;
}

.color-picker-grid {
    display: flex;
    flex-wrap: wrap;
}

.color-picker-button {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin:0;
    transition: none;
}

.color-picker-custom-button {
    min-width: 240px;
    max-width: 240px;
    height: 35px;
    color: black;
    border-top: 1px solid rgb(208, 234, 191);
    background:linear-gradient(to left, rgb(229, 251, 192) 0%, rgb(204, 238, 239) 100%);
    border-radius: 0;
    box-shadow: none;
    font-variant: all-small-caps;
    text-align: center;
}

.color-picker-color-preview {
    margin-left: 1.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 99px;
    box-shadow: 0px 0px 15px -8px rgb(0, 0, 0);
}

.colorselect-icon {
    color: #7E7E7E;
}

.color-picker-custom-button span {
    position: relative;
    bottom: 0px;
}

.color-picker-button:hover {
    border: 2px solid white;
}

.color-picker-selected-color::before {
    content: "\e94f";
    position: relative;
    left: 50%;
    translate: -50%;
    font-size: 1rem;
    font-family: steinel;
    line-height: 1;
    color: rgba(255,255,255,0.7);
    filter: drop-shadow(0px 0px 2px black);
}

.scheduler-calendar .mud-chip-content p {
    white-space: normal;
}

.custom-button.mud-button .mud-typography {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.floorplans-heatrange-container {
    position: absolute;
    z-index: 999;
    margin-left: 253px;
    margin-top: -7px;
    width: 400px;
}

.floorplans-button {
    position: absolute;
    z-index: 999;
    margin-left: 53px;
    margin-top: 6px;
    display: flex;
    background-color: var(--background-color);
    box-shadow: 0 0 15px 15px var(--background-color);
}

.floorplans-share-button {
    font-size: 1.3rem !important;
    margin-top: 10px;
}

.dashboard-select-button {
    min-width: 15rem;
    width: max-content;
    padding-left: 1rem;
}

.dashboard-select-button .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: var(--primary-color);
}

.floorplans-button .mud-input-control > .mud-input-control-input-container {
    background-color: white;
}

.floorplans-button .mud-input > input.mud-input-root-outlined {
    padding: 16px 14px;
}

#legend-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.color-bar {
    width: 100%;
    color: black;
    text-align: center;
    margin: 1px 0;
}

.heatmap-component {
    display: flex;
    flex-direction: row !important;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    width: calc(100% - 250px);
    
}

.blur {
    backdrop-filter: blur(10px);
    background: linear-gradient(1deg, white, transparent 90%);
}

.heatmap-rangeOptions {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
    width: 100%;
    gap: 0;
}

.heatmap-slider {
    gap: 0;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
}
.heatmap-slider-labels{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.notification-wrapper {
    position: fixed;
    top: 60px;
    right: 20px;
    margin: 0 20px 20px;
}

.play-pause-button {
    flex-grow: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 50px;
}
.big-img {
    max-height: 500px;
    max-width: 100%;
}

.heatmap-options-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    margin-top: 20px;
    right: 0;
    margin-right: 20px;
    z-index: 999;

}

    .heatmap-options-container .options-info {
        padding-bottom: 3rem;
        text-align: end;
    }

        .heatmap-options-container .options-info h6 {
            line-height: 1.2;
            font-family: var(--tertiary-font);
            font-size: 22px;
        }

        .heatmap-options-container .options-info p {
            font-size: 16px;
            font-family: var(--secondary-font);
            padding-bottom: 1rem;
        }


.soft-blurred-background {
    backdrop-filter: blur(40px);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%);
    height: calc(100%);
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    margin: 0;
    position: static;
}

.heatmap-options {
    padding: 20px;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.vertical-heatmap-legend-container {
    width: 8px;
    height: 300px;
}

.color-spectrum {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, hsl(30, 0%, 100%) 0%, hsl(30, 20%, 90%) 20%, hsl(30, 40%, 80%) 40%, hsl(30, 60%, 70%) 60%, hsl(30, 80%, 60%) 80%, hsl(30, 100%, 50%) 100%);
    position: relative;
    border-radius: 20px;
    border: 1px solid #0000004a;
}

.label {
    font-size: small;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    width: 100%;
    text-align: center;
    pointer-events: none;
    text-shadow: 0 0 9px #000;
}

.color-spectrum-report {
    background: linear-gradient(to bottom, hsl(0, 100%, 50%), hsl(30, 100%, 50%), hsl(60, 100%, 50%), hsl(90, 100%, 50%), hsl(120, 100%, 50%));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

    .color-spectrum-report .label {
        position: relative;
        margin: 0;
        left: -16px;
        color: #3c3c3c;
        text-shadow: none;
        font-size: 14px;
        text-align: right;
        width: 50px;
        pointer-events: none;
        right: unset;
        font-family: var(--main-font);
    }


.discovery-device-tbl {
    max-height: 350px;
    padding: 0px !important;
    overflow-y: scroll;
}

.heatmap-component .mud-overlay-content {
    bottom: 200px;
}

.dialogHeaderText {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: var(--primary-color);
    font-family: var(--main-font), arial, sans-serif;
    font-variant-caps: all-small-caps;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 1200px) {
    .button-group-with-dividers {
        overflow-x: scroll;
    }

    .heatmap-slider-labels > h6{
        font-size: 0.8em !important;
    }

    .heatmap-options-toggle{
        width: auto;
    }

    .heatmap-component {
        display: flex;
        flex-direction: column-reverse !important;
        position: absolute;
        bottom: 50px;
        z-index: 10;
        padding-left: 25px;
        box-sizing: border-box;
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 960px) {

    .heatmap-options-text {
        display: none;
    }

    .heatmap-options {
        padding: 0px;
        background-color: white;
        border: 1px solid lightgrey;
        border-radius: 5px;
    }

    .heatmap-options-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        margin-top: 10px;
        right: 0;
        margin-right: 10px;
        z-index: 999;
    }

    .soft-blurred-background {
        margin: 0;
        position: static;
    }

    .heatmap-component > .mud-tooltip-root {
        width: 100%;
    }

    .heatmap-component {
        display: flex;
        flex-direction: column-reverse !important;
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding-left: 25px;
        box-sizing: border-box;
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 601px) {
    .dialogHeaderText {
        text-underline-offset: 0.5rem;
        text-decoration-thickness: 0.1rem;
        font-size: 1.5rem;
    }

    .floorplan-sidepanel-roomcapacity {
        text-underline-offset: 0.2rem;
        text-decoration: underline;
        text-decoration-thickness: 0.06rem;
        text-decoration-color: var(--primary-color);
        font-family: var(--main-font), arial, sans-serif;
        font-size: 1.2rem;
        font-variant-caps: all-small-caps;
    }

    .capacity-number {
        font-size: 1.8rem;
    }

    .cov-threshold {
        min-width: 160px;
        width: 170px;
    }

    .cov-unit {
        width: 60px;
    }

    .cov-button {
        min-width: 180px;
        width: 180px;
    }
}

@media screen and (max-width: 599px) {
    .PageLoginImage {
        background-color: white;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .clockStyle {
        font-size: 0.75rem;
    }

    .slabfont {
        font-size: 1.1rem;
    }

    .dialogHeaderText {
        text-underline-offset: 0.3rem;
        text-decoration-thickness: 0.1rem;
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .floorplan-sidepanel-roomcapacity {
        text-underline-offset: 0.2rem;
        text-decoration: underline;
        text-decoration-thickness: 0.06rem;
        text-decoration-color: var(--primary-color);
        font-family: var(--main-font), arial, sans-serif;
        font-size: 1.1rem;
        font-variant-caps: all-small-caps;
    }

    .capacity-number {
        font-size: 1.5rem;
    }

    .nogap {
        gap: 0 !important;
    }
}

@media screen and (min-width: 961px) {
    .PageLoginImage {
        background-color: white;
        align-items: center;
        display: flex;
        justify-content: start;
    }
}

@media screen and (max-width: 600px) {
    .mud-xs-table .mud-table-cell {
        margin-inline-start: auto;
        border-bottom: none !important;
    }

    .heatmap-component {
        display: flex;
        flex-direction: column-reverse !important;
        position: absolute;
        bottom: 50px;
        z-index: 10;
        padding-left: 10px;
        box-sizing: border-box;
        width: calc(100% - 20px);
    }
}

.cursor-pointer {
    cursor: pointer;
}

.selected {
    background-color: var(--mud-palette-primary) !important;
}

.selected > td {
    color: white !important;
}

.selected > td .mud-input {
    color: white !important;
}

.alerts-text {
    border: 1px solid;
    border-color: var(--mud-palette-secondary);
    border-radius: 2px;
    text-transform: uppercase;
}

.alerts-table .mud-table-root {
    padding-right:1rem;
}

.alerts-table .mud-table-body {
    display:flex;
    flex-direction: column;
    gap:2rem;
}

.alert-rule-spec {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.alert-email-field {
    max-width: 40rem;
}

.alert-email-button {
    height: 2.5rem;
}

.alert-button-narrow {
    height: 2rem;
}

.alert-email-item {
    border-color: var(--seconday-color);
}

.share-button {
    margin-left: 1rem;
    padding: 0.5rem;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: transform 0.2s;
    font-size: 1.1rem;
}

.share-button:hover {
    color: white;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transform:rotate(90deg);
}

.alert-and-text {
    text-align: center;
    padding: 0.4rem;
    text-transform: uppercase;
}

.sensor-image-centered {
    display: block;
    margin:auto;
    margin-bottom: 1rem;
}

.device-add-sensor-name {
    font-family: var(--main-font);
    font-size: 1.1rem;
}

.height-screen {
    height: 100vh;
}

.alert-switch label {
    margin:0;
}


.alarm {
    animation: ring 1s infinite;
    transform-origin: center;
    vertical-align: middle;
}

.add-condition-button {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%);
    border-radius: 100px !important;
}

.alert-close-button {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    border-radius: 100px !important;
}

.remove-condition-button {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    border-radius: 100px !important;
}

.integrations-cards {
    max-width: 1279px;
    margin-left: auto;
    margin-right: auto;
}

.integrations-cards .mud-button-outlined-size-medium.mud-icon-button {
    padding: 12px;
}

.integrations-cards .mud-card.mud-paper {
        box-shadow: 2px 0px 18px -6px rgba(0,0,0,0.2);
}

.integrations-cards .mud-typography {
    font-family: var(--secondary-font);
    line-height: 1;
}

.integrations-cards .mud-card-content {
    padding-left: 24px;
    padding-right: 24px;
}

.full-width {
    width: 100%;
}

.text-uppercase {
    text-transform: uppercase;
}

.report-page-cell {
    min-width: 18rem;
}

.smart-storage-toggler {
    width: 20rem;
}

.smart-storage-switcher {
    flex: 1 1 auto !important;
}

.smart-storage-switcher svg {
    fill: white !important;
}

.smart-storage-switcher p {
    font-family: var(--main-font) !important;
}

.smart-storage-switcher label {
    margin-inline: 0px;
}

.smart-storage-toggler .mud-checkbox p {
    font-family: var(--secondary-font);
}

.smart-storage-estimation {
    color: #454545;
    font-family: var(--secondary-font);
    font-size: 1.1rem;
}

.storage-table tbody tr td:nth-child(2) {
    user-select: text;
}

.storage-page-loader {
    margin-top: -40px;
    backdrop-filter: blur(10px) grayscale(0.8);
    z-index: 100;
    background-color: hsl(from var(--mud-palette-surface) h s l /0.5);
    height:100%;
    position:fixed;
    right:0;
    transition:opacity linear 0.5s, visibility 1s;
}

.storage-page-panels {
    border: 1px solid var(--mud-palette-lines-default);
    min-width: 280px;
    flex: 1 1 40%;
    min-height: 275px;
}

.app-update-available-text {
    text-align: center;
    font-family: var(--main-font);
    font-size: 24px;
    width: auto;
}

.app-update-available-button {
    box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    width: auto;
    padding: 2px 12px;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 11px;
    background-color: var(--primary-color);
    border-radius: 20px;
    color: white;
}

.app-update-available-button p {
    padding-top: 2px;
}

.app-update-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.app-update-card:hover {
    box-shadow: 0 0 10px -7px var(--mud-palette-grey-dark);
}

.update-channel-selection {
    width: 100%;
    border-radius: 99px;
    border: 1px solid var(--mud-palette-lines-default);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
}

.update-channel-selection-current {
    position: absolute;
    margin: 2px;
    height: calc(100% - 4px);
    border-radius: 99px;
    width: 50%;
    transition: all 0.3s cubic-bezier(0, 0.91, 0.58, 1);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
}

.update-channel-selection-current-text {
    padding: 8px;
    position: relative;
    display: flex;
    flex-grow: 1;
    pointer-events: none;
}

.update-channel-selection-current-text p {
    font-family: var(--tertiary-font);
    font-size: medium;
    text-shadow: 0 0px 4px #00000030;
    text-align: center;
    width: 50%;
}

.update-channel-selection-text-light {
    color: white;
}

.update-channel-selection-text-dark {
    color: slategray;
}

.app-update-card .mud-card-content {
    flex-grow: 1;
    justify-content: flex-start;
    min-height: 240px;
    overflow: hidden;
}

.update-left-choice {
    left:1px;
}

.update-choice-text-0 {
    opacity:0;
}

.update-choice-text-1 {
    opacity: 1;
}

.update-right-choice {
    left:calc(50% - 4px);
}

.storage-page-loader .mud-progress-circular {
    position: fixed;
    top: 33%;
    left: 55%;
    translate: -50% 0;
}

.storage-page-loader .mud-typography {
    position: fixed;
    top: 40%;
    left: 55%;
    translate: -50% 0;
}

.storage-card1-capacity {
    font-family: var(--secondary-font);
    font-size: 1.2rem;
    text-align: end;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 5px;
}

.storage-card1-description {
    font-family: var(--secondary-font);
    font-size: 1rem;
    text-align: end
}

@media screen and (max-width: 960px) {
    .storage-card1-capacity,
    .storage-card1-description {
        text-align: center;
    }
}

.storage-slider {
    background: linear-gradient(to left, hsl(0deg 0% 30%) 0%, hsl(76deg 0% 90%) 100%);
    height: 2px;
    border-radius: 99px;
    position: relative;
}

.storage-slider .storage-slider-currentmarker {
    position: absolute;
    transform: translate(-50%, -105%);
    font-size: 10px;
    z-index: 5;
    text-align: center;
}

    .storage-slider .storage-slider-currentmarker .slider-triangle {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 16px solid var(--markers-color);
        height: 0px;
        width: 0px;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
        transform: translate(-50%, 0px);
        position: relative;
        left: 50%
    }

    .storage-slider .slider-minvalue {
        position: absolute;
        font-size: 10px;
        text-align: left;
        top: 0.6rem;
        left: 0%
    }

    .storage-slider .slider-minvalue-marker {
        position: absolute;
        background: var(--markers-color);
        border-radius: 10px;
        width: 4px;
        height: 100%;
        top: 50%;
        left: 0%;
        min-height: 12px;
        translate: -50% -50%;

    }

    .storage-slider .slider-maxvalue-marker {
        position: absolute;
        background: var(--markers-color);
        border-radius: 10px;
        width: 4px;
        height: 100%;
        top: 50%;
        right: 0%;
        min-height: 12px;
        translate: 50% -50%;
    }

    .storage-slider .slider-maxvalue {
        position: absolute;
        font-size: 10px;
        text-align: right;
        top: 0.6rem;
        right: 0%
    }

.device-dialog .mud-dialog-title > *:first-child {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: var(--primary-color);
    font-family: var(--main-font), arial, sans-serif;
    font-variant-caps: all-small-caps;
    text-underline-offset: 0.5rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
}

.device-dialog.mud-dialog .mud-dialog-title .mud-button-close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px;
}

.device-dialog .mud-button-close:hover {
    background-color: transparent;
    border: 1px solid var(--mud-palette-action-default);
}

.scene-dialog .remove-option-button {
    background-color: var(--mud-palette-surface);
}

.scene-user-input .mud-input.mud-input-text {
    border: 1px solid transparent;
    padding-right: 0.3rem;
}

.scene-user-input .mud-input.mud-input-text:hover,
.scene-user-input .mud-input.mud-input-text:focus-within {
    border: 1px solid var(--mud-palette-lines-default);
    padding-right: 0.3rem;
}

.scene-dialog .remove-option-button:hover {
    background-color: var(--mud-palette-surface) !important;
    border: 1px solid var(--mud-palette-error);
}

.select-item-list .mud-list-item-text p {
    font-family: var(--secondary-font);
}

.devicepropertiestable-features .mud-toggle-group {
    border-radius: 0 !important;
    height: 2rem;
}

.devicepropertiestable-features {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.devicepropertiestable-features .mud-slider p {
    font-family: var(--secondary-font);
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.mud-simple-table.mud-table-hover .mud-table-container table tbody tr:hover {
    background-color: hsla(from var(--mud-palette-primary) h s l / 0.1) !important;
}


.control-card {
    overflow: hidden;
    flex-grow: 1;
    padding: 1rem;
    min-width: 250px;
}

    .control-card .card-icon {
        color: var(--seconday-color);
        font-size: 3.5rem;
        display: block;
        width: 100%;
        text-align: right;
    }

    .control-card .card-label {
        color: var(--primary-color);
    }

    .control-card .card-value {
        line-height: 1.2;
        white-space: nowrap;
        font-size: 3.2rem;
        font-family: var(--secondary-font);
    }


    .control-card .card-value .sign {
        line-height: 1.2;
        display: inline-block;
        font-size: 2.2rem;
        font-family: var(--secondary-font);
    }

    .control-sliders .mud-slider .mud-slider-value-label {
        transform: translateX(-50%);
    }

    .control-sliders .mud-icon-button:hover {
        background-color: transparent;
        color: var(--primary-color);
        transform: scale(1.4);
        transition: transform 1000ms linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%)
    }

    .control-sliders .min-label {
        left: 2rem;
        bottom: 0.9rem;
        pointer-events: none;
    }

    .control-sliders .max-label {
        right: 2rem;
        bottom: 0.9rem;
        pointer-events: none;
    }

    .control-sliders .control-slider {
        width: 80%;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .control-sliders .main-label {
        top: 1rem;
        left: 3rem;
        font-size: 1.2rem;
    }

    .control-sliders .main-icon {
        flex-shrink: 0;
        top: 0rem;
        right: 1.5rem;
    }

        .control-sliders .main-icon .mud-icon-root {
            transition: color 500ms;
        }


    .control-sliders .hover\:mud-primary-hover:hover,
    .control-sliders .hover\:mud-secondary-hover:hover {
        background-color: transparent !important;
    }

.scene-card {
    background-color: white;
    border: 1px solid var(--seconday-color);
    width: 300px;
    height: 200px;
}

    .scene-card .card-body {
        width: 270px;
        height: 170px;
        background: linear-gradient(142deg, #ed8013, #faaf12);
        color: white;
    }

        .scene-card .card-body .mud-icon-root::before {
            color: white;
        }

.scene-card .card-body.scene-active {
    background: linear-gradient(142deg, #a1570e, #a3720c);
}

.scene-button {
    height: 200px;
    flex-shrink: 0;
}

.scene-button:hover {
    background-color: transparent;
    box-shadow: 3px 3px 10px -5px gray;
}

.scenes-card {
    height: calc(100dvh - 29rem);
}

.scenes-card-header {
    font-variant-caps: all-small-caps;
    background-color: #ffffff;
    position: absolute;
    padding-inline: 1rem;
    top: 0;
    display: inline-block;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-53%);
}

.scenes-card-override-button {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-lines-default);
}

.tablet-room-header {
    white-space: nowrap;
    overflow: hidden;
    background-color: white;
    font-size: 3rem;
    font-family: var(--main-font);
    font-variant-caps: small-caps;
    text-align: center;
}

.tablet-room-container {
    overflow: auto;
    overflow-y: hidden;
}

.tablet-provisioning-dialog .mud-dialog-content {
    min-height: 60dvh;
}

.mud-dialog-title > *:first-child {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: var(--primary-color);
    font-family: var(--main-font), arial, sans-serif;
    font-variant-caps: all-small-caps;
    text-underline-offset: 0.5rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
}

.mud-dialog .mud-dialog-title .mud-button-close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px;
}

.mud-button-close:hover {
    background-color: transparent;
    border: 1px solid var(--mud-palette-action-default);
}

.small-steppers .mud-input-numeric-spin .mud-svg-icon {
    font-size: 1.1rem;
}

.blurry-background {
    backdrop-filter: blur(7px);
}

.weekday-select .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 0;
}

.weekday-select .mud-checkbox p {
    font-family: var(--secondary-font);
}
.weekday-select .mud-checkbox .mud-icon-button {
    padding: 10px;
}

.weekday-select .day-range-button {
    height: 3.8rem;
    line-height: 1.5;
}

.weekday-select .outlined-area {
    height: 100%;
    padding: 2rem;
}

.slideshow-slides-grid {
    margin: 0;
}

.mud-button.mud-icon-button.share-icon-button {
    font-family: 'steinel' !important;
    font-size: 1.1rem !important;
    padding: 0.5rem;
}

.weekday-select .mud-checkbox:hover .mud-icon-button, .mud-checkbox:hover p {
    color: var(--primary-color);
    background-color: transparent;
}
.weekday-select .mud-input-control.mud-input-number-control .mud-input-numeric-spin button {
    color: var(--seconday-color);
    padding: 5px 5px;
    margin-right: 2px;
}

.weekday-select .mud-input-numeric-spin .mud-svg-icon {
    font-size: 1.1rem;
}
.floorplan-scale-setup-map {
    height: 400px;
    border: 1px solid #c4c4c43d;
    overflow: hidden;
    border-radius: 20px;
}

.ol-tooltip-measure {
    background-color: #f39201;
    padding: 5px;
    border-radius: 5px;
}


@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg) scale(1.2);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(10deg) scale(1);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg) scale(1.3);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.full-height {
    height: 100% !important;
}

.screen-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 64px);
}

.rename-properties-table {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin: 16px 0;
}

.rename-properties-table .mud-input-text {
    margin-top: 0 !important;
}

.rename-properties-table .mud-table-cell {
    padding: 0 16px !important;
    border: none;
}

.diff-table td.mud-table-cell {
    padding: 4px;
}

.diff-added-cell {
    background: rgba(76, 175, 80, 0.1);
}

.diff-removed-cell {
    background: rgba(216, 27, 96, 0.1);
}

.diff-table-spacer {
    border: 0;
    background: #fff;
}

.mud-table-row:has(.diff-accept-checkbox .mud-checkbox-input:not(:checked)) {
    opacity: 0.25;
}

/* TABLET SCREEN SMALL */

@media(max-height: 680px) {

    .tablet-screen-container {
        padding: 16px !important;
    }

    .tablet-room-header {
        line-height: 1;
    }

    .tablet-screen-properties-container {
        margin-top: 16px !important;
        gap: 16px !important;
    }

    .control-card {
        padding: .75rem;
        min-width: 210px;
        flex: 0;
    }

        .control-card .card-value {
            font-size: 2.4rem;
        }

            .control-card .card-value .sign {
                font-size: 1.6rem;
            }

        .control-card .card-label {
            font-size: .6rem;
        }

        .control-card .card-icon {
            font-size: 2.5rem;
        }

    .tablet-screen-scenes-container {
        padding: 36px 16px 16px 16px !important;
    }

        .tablet-screen-scenes-container > div {
            gap: 16px;
        }

    .scene-button {
        height: unset;
    }

    .scene-card {
        height: 160px;
        width: 240px;
        display: block !important;
        padding: 12px;
    }

        .scene-card .card-body {
            height: 100%;
            width: unset;
        }

            .scene-card .card-body .mud-card-header {
                padding: 12px;
            }

                .scene-card .card-body .mud-card-header .mud-icon-root {
                    font-size: 1.9rem;
                }

                .scene-card .card-body .mud-card-header .mud-typography {
                    font-size: 1.25rem;
                }
}

.eo-context-menu-button {
    min-width: unset;
}

.eo-context-menu {
    background: #0001;
    border-radius: 8px;
    padding: 4px;
}

.floorplan-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-10px - 100%)) !important;
    pointer-events: none;
    width: 500px;
    display: flex;
    justify-content: center;
}

.floorplan-tooltip-trigger {
    display: inline-block;
    position: relative;
}

.floorplan-tooltip-inner {
    transform: none !important;
}

.floorplan-tooltip-trigger .floorplan-tooltip {
    opacity: 0;
    transition: opacity 0s;
}

.floorplan-tooltip-trigger:hover .floorplan-tooltip {
    opacity: 1;
    transition: opacity 300ms;
}

.floorplan-measure-tooltip {
    display: flex;
    gap: 4px;
}

    .floorplan-measure-tooltip > svg {
        color: #fff;
        fill: currentColor;
    }

.floorplan-measure-tooltip-input {
    background-color: #0000;
    color: #fff;
    outline: none;
    width: 7ch;
}

    .floorplan-measure-tooltip-input::selection {
        background-color: #fff;
        color: #000;
    }

.devices-selector-popout-button {
    position: absolute;
    top: 0;
    right: 0;
    translate: 30% 0;
    padding:0px !important;
}

.devices-selector-popout-button svg {
    font-size: 2rem;
}

.configuration-page-buttons button {
    min-width: 7rem;
    max-width: 7rem;
    height: 43px;
    line-height: 1.2;
}

.configuration-tree {
    padding-block: 2rem;
    font-size: 0.9rem;
}

    .configuration-tree .mud-treeview-item-content .mud-treeview-item-label {
        font-family: var(--main-font);
        color: var(--mud-palette-drawer-text);
        font-size: 1.1rem;
    }

.configuration-tree .mud-collapse-container {
    font-family: var(--secondary-font);
}

.configuration-tree .mud-treeview-item {
    margin-top: 1rem;
}

    .configuration-tree .mud-treeview-item-content {
        background-color: var(--mud-palette-action-default-hover);
    }

    .configuration-tree .mud-treeview-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0.6rem 1rem 3.4rem;
        margin: 0;
    }

.configuration-tree.mud-treeview .mud-treeview-item-arrow-expand {
    color: var(--primary-color);
}

    .configuration-tree .mud-treeview-group .config-item {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        align-items: center;
    }

    .configuration-tree .custom-func-button {
        min-width: 150px;
        padding-block: 0.4rem;
    }

.license-items {
    flex-direction: row;
    display: flex;
    flex-grow: 1;
}

    .license-items .license-item-title {
        font-family: var(--secondary-font);
        flex-grow:1;
        font-size:1rem;
    }

    .license-items .license-item-value {
        font-family: var(--main-font);
        text-align: end;
        flex-grow: 1;
        font-size: 1rem;
    }

    .update-license {
        display: flex;
        flex-direction: row;
    }

@media (hover: hover) and (pointer: fine) {
    .configuration-tree.mud-treeview-hover .mud-treeview-item-content:hover {
        background-color: rgb(206 206 206);
    }

    .app-update-available-button:hover {
        background-color: var(--mud-palette-primary-darken);
        transform: scale(1.05);
        transition: transform 150ms;
    }

    .item-hover-effect:hover {
        transition: transform 150ms;
        transform: matrix(1.05, 0, 0, 1.1, 0, -1);
    }
}

@media screen and (max-width: 500px)
{
    .license-items {
        flex-direction: column;
    }

        .license-items .license-item-title {
            font-size: 14px;
            color: dimgrey;
        }

        .license-items .license-item-value {
            font-size: 18px;
            text-align: start;
        }

        .update-license {
            flex-direction: column;
        }
}

@media screen and (max-width: 600px)
{
    .configuration-tree .mud-treeview-group .config-item {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .configuration-tree .mud-treeview-group {
        padding: 1rem;
    }
}

.hide-absolute {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hide-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loading-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .loading-container.edit-mode .floorplanArea-view {
        max-height: calc(100vh - 200px);
        overflow: hidden;
    }

.fullsize-loading {
    position: absolute;
    z-index: 1001;
    background-color: var(--background-color);
    width: 100%;
}

.heatmap-header-container {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transform: translateX(-5%);
    pointer-events: none;
}

.utilization-report-legend-container {
    position: absolute;
    right: 0;
    transition: transform 300ms cubic-bezier(0.6, -0.31, 0.55, 0.77);
    height: calc(100% - 64px);
    z-index:1000;
}

.heatmap-settings-toggle-button {
    position: absolute;
    top: 69px;
    left: -1px;
    z-index: 1002;
    background: rgb(251 251 251 / 100%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    border: none !important;
}

.heatmap-legend-toggle-button {
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 1002;
    background: rgb(251 251 251 / 100%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    border: none !important;
}

.heatmap-settings-toggle-button:hover,
.heatmap-legend-toggle-button:hover {
    background-color: rgb(238 238 238 / 100%) !important;
}

    .heatmap-settings-toggle-button:hover .mud-icon-button-label svg,
    .heatmap-legend-toggle-button:hover .mud-icon-button-label svg {
        transform: scale(1.5) !important;
        transition: inherit;
    }

.menu-popover-hover .mud-list-item:hover {
    background-color: #f1f1f1;
}

.license-cards {
    box-shadow: 2px 0px 18px -6px rgba(0,0,0,0.2);
}

.utilization-report-detail-table.mud-simple-table.mud-table-dense * tr td {
    border-bottom: none;
}

.rotated0 .mud-icon-button-label {
    transform: rotate(0deg);
}

.rotated180 .mud-icon-button-label {
    transform: rotate(180deg);
}

.heatmap-settings-toggle-button .mud-icon-button-label,
.heatmap-legend-toggle-button .mud-icon-button-label {
    transition: transform 250ms;
}

.utilization-report-menu-minwidth {
    min-width: 110px;
}

.proxy-settings-title {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 8px;
    letter-spacing: 8px;
    text-align: center;
}

.proxy-settings-card {
    box-shadow: 2px 0px 18px -6px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    width: 580px;
    overflow: hidden;
}

.proxy-settings-card-picture {
    background-size: contain;
    transition: filter 1s;
    filter: saturate(var(--proxy-settings-image-saturation));
}

.proxy-settings-status {
    min-height: 60px;
}

.proxy-settings-ssh-port {
    color: var(--mud-palette-surface) !important;
    background-color: var(--primary-color);
    padding: 2px 8px;
}


.label-animated {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    font-family: var(--secondary-font);
    animation: slide-up 250ms ease-out forwards;
}

.occupancy-sensors-title {
    background-color: #f1f1f1;
    padding: 2px;
}

.detection-sensors-table th.mud-table-cell,
.detection-sensors-table td.mud-table-cell {
    border-bottom: none;
}

.smart-storage-retention-text p {
    line-height: 1.2;
}

.setup-dashboard-buttongroup,
.setup-floorplan-buttongroup {
    border-radius: var(--button-border-radius);
    overflow: hidden;
}

.setup-dashboard-buttongroup .mud-button-root.mud-button,
.setup-floorplan-buttongroup .mud-button-root.mud-button {
    padding: 0.6rem 1rem;
}

.small-info-text {
    text-align: center;
    color: var(--mud-palette-dark);
    font-size: 14px;
    font-family: var(--secondary-font);
    line-height: 1.2;
}

.collapsible-panel-delete-button {
    position: absolute;
    top:50%;
    right: 0.5rem;
    transform: translateY(-50%);
    padding: 4px;
}

.engraved-text {
    background-color: #4c4c4c;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 1px 1px 4px rgba(245,245,245,0.8);
}

.slides-text {
    font-family: var(--main-font);
    font-variant: normal;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 4px;
    letter-spacing: 4px;
    font-size: 1rem;
}




@keyframes slide-up {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Make sure popovers have correct z-index when inside drawer that is inside dialog */
.mud-dialog .mud-popover-cascading-value {
    z-index: calc(var(--mud-zindex-dialog) + 3) !important;
}
