/* _content/Visits.Blazor.Server/Editors/CustomElementList/DeviceDetailView.razor.rz.scp.css */
.detailview-icon[b-ccjk6mb4v7] {
    font-size: 8rem;
}

.light-toggle[b-ccjk6mb4v7] {
    width: 5rem; 
    height: 2.5rem;
}

/* Wall switch styles */
.wall-switch[b-ccjk6mb4v7] {
    --switch-width: 44px;
    --switch-height: 88px;
    --knob-size: 34px;
    --padding: 6px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: var(--switch-width);
    height: var(--switch-height);
    padding: var(--padding);
    border-radius: 10px;
    background: linear-gradient(180deg, #ececec, #dcdcdc);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.6), 0 2px 6px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    cursor: pointer;
    transition: background 0.18s ease, box-shadow 0.18s ease;
    outline: none;
}

    .wall-switch .knob[b-ccjk6mb4v7] {
        width: var(--knob-size);
        height: var(--knob-size);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.18);
        transition: transform 0.18s ease, background 0.18s ease;
        transform: translateY(var(--knob-size));
    }

    /* ON state - knob slides to bottom and color changes */
    .wall-switch.on[b-ccjk6mb4v7] {
        background: linear-gradient(180deg, #fff7d6, #ffe58a);
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.6), 0 3px 8px rgba(0,0,0,0.12);
    }

        .wall-switch.on .knob[b-ccjk6mb4v7] {
            transform: translateY(!calc(var(--switch-height) - var(--knob-size) - var(--padding) * 2));
            background: #ffd54a;
        }

    /* Hover & focus */
    .wall-switch:hover[b-ccjk6mb4v7] {
        filter: brightness(1.02);
    }

    .wall-switch:focus[b-ccjk6mb4v7] {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.18);
    }

    /* Disabled look (if needed later) */
    .wall-switch[disabled][b-ccjk6mb4v7] {
        opacity: 0.5;
        cursor: not-allowed;
    }
/* _content/Visits.Blazor.Server/Editors/CustomElementList/DeviceListView.razor.rz.scp.css */
.building-scroll[b-3zf19tbelz] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: thin;
    gap: .5rem;
    scroll-snap-type: x mandatory;
    padding-bottom: .25rem;
}

    .building-scroll[b-3zf19tbelz]::-webkit-scrollbar {
        height: 8px;
    }

.btn.building-pill[b-3zf19tbelz] {
    background-color: #0C253A !important;
    color: whitesmoke !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    /* Optional: keep pill height consistent */
    height: 40px;
    /* Optional: for better touch targets */
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 3px;
    margin-top: 3px;
}

    /* hover and focus change color */
    .btn.building-pill:hover[b-3zf19tbelz],
    .btn.building-pill:focus[b-3zf19tbelz] {
        background-color: #21649F !important;
        border-color: #21649F !important;
        color: whitesmoke !important;
        outline: none;
        box-shadow: none;
    }

    /* persistent selected state */
    .btn.building-pill.active[b-3zf19tbelz],
    .btn.building-pill.active:hover[b-3zf19tbelz],
    .btn.building-pill.active:focus[b-3zf19tbelz] {
        background-color: #21649F !important;
        border-color: #21649F !important;
        color: whitesmoke !important;
    }

    .btn.building-pill .text-truncate[b-3zf19tbelz] {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .btn.building-pill.clicked[b-3zf19tbelz] {
        background-color: #21649F !important;
    }

.building-scroll[b-3zf19tbelz] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: thin;
    gap: .5rem;
    scroll-snap-type: x mandatory;
    padding-bottom: .25rem;
}

    .building-scroll[b-3zf19tbelz]::-webkit-scrollbar {
        height: 8px;
    }

.btn.building-pill[b-3zf19tbelz] {
    background-color: #0C253A !important;
    color: whitesmoke !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    /* Optional: keep pill height consistent */
    height: 50px;
    /* Optional: for better touch targets */
    padding-left: 1rem;
    padding-right: 1rem;
}

    /* hover and focus change color */
    .btn.building-pill:hover[b-3zf19tbelz],
    .btn.building-pill:focus[b-3zf19tbelz] {
        background-color: #21649F !important;
        border-color: #21649F !important;
        color: whitesmoke !important;
        outline: none;
        box-shadow: none;
    }

    /* persistent selected state */
    .btn.building-pill.active[b-3zf19tbelz],
    .btn.building-pill.active:hover[b-3zf19tbelz],
    .btn.building-pill.active:focus[b-3zf19tbelz] {
        background-color: #21649F !important;
        border-color: #21649F !important;
        color: whitesmoke !important;
    }

    .btn.building-pill .text-truncate[b-3zf19tbelz] {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .btn.building-pill.clicked[b-3zf19tbelz] {
        background-color: #21649F !important;
    }

.grid-container[b-3zf19tbelz] {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
}

/* ------------------------
   Layout & control sizing improvements
   - Larger toggle switch inside cards
   - Buttons sized and aligned to fit the tile
   - Card content centered vertically and horizontally
   ------------------------ */

.card[b-3zf19tbelz] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.5rem;
    gap: 0.4rem;
    max-width: 140px;
    min-width: 110px;
    min-height: 110px;
    max-height: 140px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.card-text-value[b-3zf19tbelz] {
    font-size: 0.60rem;
}

.card-text-truncate[b-3zf19tbelz],
span.fw-bold.card-text-truncate[b-3zf19tbelz] {
    font-size: 0.70rem; /* slightly smaller */
    font-weight: 600; /* keep bold */
    margin-top: 5px; /* flush to top */
    margin-bottom: 0.15rem;
    margin-left: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines before ellipsis */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* allow line break */
    line-height: 1.15;
    min-height: 2.3em; /* reserve space for 2 lines */
    align-self: center; /* center horizontally in flex */
}

/* Enlarge the bootstrap form-switch toggle only inside cards.
   Using transform preserves native behavior while increasing visible size. */
.card .form-check[b-3zf19tbelz] {
    /* center the switch in the tile and give it room */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.15rem 0;
    margin: 0;
    margin-left: 4px;
}

.card .form-check-input[type="checkbox"][b-3zf19tbelz] {
    /* scale the switch; tweak scale to taste (1.0 = normal, 1.4 = bigger) */
    transform: scale(1.4);
    transform-origin: center;
    /* provide a minimum width/height to avoid clipping on some browsers */
    width: 2.4rem;
    height: 1.2rem;
    margin: 0; /* centered by parent */
    cursor: pointer;
}

/* Improve focus ring for accessibility when enlarged */
.card .form-check-input:focus[b-3zf19tbelz] {
    box-shadow: 0 0 0 .15rem rgba(33,100,159,0.25);
}

/* Buttons inside cards - make them sit nicely and share space */
.card .d-flex[b-3zf19tbelz] {
    width: 100%;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

    .card .d-flex .btn[b-3zf19tbelz] {
        flex: 1 1 45%;
        min-width: 0;
        height: 36px;
        padding: 0.25rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px; /* keep pill shape */
        font-size: 0.95rem;
    }

        /* keep icons aligned without extra spacing */
        .card .d-flex .btn i[b-3zf19tbelz] {
            margin: 0;
            line-height: 1;
        }

        /* label inside button when space is available */
        .card .d-flex .btn .btn-label[b-3zf19tbelz] {
            display: inline-block;
            margin-left: 0.35rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 60%;
            vertical-align: middle;
        }

.card.card-wide[b-3zf19tbelz] {
    grid-column: span 3 !important;
    max-width: none;
    aspect-ratio: 3 / 1;
    min-width: calc(3 * 100px + 2rem);
}

    .card.card-wide .card-text-truncate[b-3zf19tbelz] {
        font-size: 0.78rem;
        min-height: 1.8em;
    }

/* Remove all media queries that override .card.card-wide */

/* Small-screen adjustments to avoid overflow */
@media (max-width: 360px) {
    .card[b-3zf19tbelz] {
        max-width: 100%;
        padding: 0.4rem;
    }

        .card .form-check-input[type="checkbox"][b-3zf19tbelz] {
            transform: scale(1.2);
        }

        .card .d-flex .btn[b-3zf19tbelz] {
            height: 34px;
            font-size: 0.9rem;
        }
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/DetailView/Door.razor.rz.scp.css */
.btn.doorbtn[b-gm9q7k1i8x] {
    height: 40px !important;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 0 black !important;
    border-color: black !important;
}

    .btn.doorbtn:hover[b-gm9q7k1i8x] {
        height: 40px !important;
        margin-bottom: 10px;
        border-color: black !important;
        box-shadow: 0 0 0 0 black !important;
    }

    .btn.doorbtn:focus[b-gm9q7k1i8x] {
        height: 40px !important;
        margin-bottom: 10px;
        border-color: black !important;
        box-shadow: 0 0 0 0 black !important;
    }

    .btn.doorbtn.close-btn[b-gm9q7k1i8x] {
        background-color: #90a733 !important;
    }

    .btn.doorbtn.open-btn[b-gm9q7k1i8x] {
        background-color: #A7C62E !important;
    }

.detailview-icon[b-gm9q7k1i8x] {
    font-size: 8rem;
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/DetailView/Light.razor.rz.scp.css */
.detailview-icon[b-c0hx2wekrd] {
    font-size: 8rem;
}

.light-toggle[b-c0hx2wekrd] {
    width: 5rem;
    height: 2.5rem;
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/DetailView/Radiator.razor.rz.scp.css */
.detailview-icon[b-p32096cjyl] {
    font-size: 8rem;
}

.light-toggle[b-p32096cjyl] {
    width: 5rem;
    height: 2.5rem;
}

.vertical-slider[b-p32096cjyl] {
    writing-mode: bt-lr; /* Für Firefox */
    -webkit-appearance: slider-vertical; /* Für Chrome/Safari/Edge */
    width: 8px;
    height: 200px;
    margin-left: 1rem;
}

.slider-value[b-p32096cjyl] {
    font-size: 1.2rem;
    font-weight: 500;
    min-width: 3ch;
    text-align: center;
}

#gauge-demo[b-p32096cjyl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    width: 100%;
    height: auto;
}

#gauge[b-p32096cjyl] {
    width: 340px;
    height: 340px;
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/ListView/Door.razor.rz.scp.css */
.btn.door-btn[b-qisfyseh9m] {
    height: 40px !important;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 0 black !important;
    border-color: black !important;
}

.btn.door-btn:hover[b-qisfyseh9m] {
    height: 40px !important;
    margin-bottom: 10px;
    border-color: black !important;
    box-shadow: 0 0 0 0 black !important;
}

.btn.door-btn:focus[b-qisfyseh9m] {
    height: 40px !important;
    margin-bottom: 10px;
    border-color: black !important;
    box-shadow: 0 0 0 0 black !important;
}

.btn.door-btn.close-btn[b-qisfyseh9m] {
    background-color: #90a733 !important;
}

.btn.door-btn.open-btn[b-qisfyseh9m] {
    background-color: #A7C62E !important;
}

.card[b-qisfyseh9m] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.5rem;
    gap: 0.4rem;
    max-width: 140px;
    min-width: 110px;
    min-height: 110px;
    max-height: 140px;
    position: relative;
    aspect-ratio: 1 / 1;
}
.card-text-value[b-qisfyseh9m] {
    font-size: 0.60rem;
}
.card-text-truncate[b-qisfyseh9m],
span.fw-bold.card-text-truncate[b-qisfyseh9m] {
    font-size: 0.70rem; /* slightly smaller */
    font-weight: 600; /* keep bold */
    margin-top: 5px; /* flush to top */
    margin-bottom: 0.15rem;
    margin-left: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines before ellipsis */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* allow line break */
    line-height: 1.15;
    min-height: 2.3em; /* reserve space for 2 lines */
    align-self: center; /* center horizontally in flex */
}
/* Enlarge the bootstrap form-switch toggle only inside cards.
   Using transform preserves native behavior while increasing visible size. */
.card .form-check[b-qisfyseh9m] {
    /* center the switch in the tile and give it room */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.15rem 0;
    margin: 0;
    margin-left: 4px;
}
.card .form-check-input[type="checkbox"][b-qisfyseh9m] {
    /* scale the switch; tweak scale to taste (1.0 = normal, 1.4 = bigger) */
    transform: scale(1.4);
    transform-origin: center;
    /* provide a minimum width/height to avoid clipping on some browsers */
    width: 2.4rem;
    height: 1.2rem;
    margin: 0; /* centered by parent */
    cursor: pointer;
}
/* Improve focus ring for accessibility when enlarged */
.card .form-check-input:focus[b-qisfyseh9m] {
    box-shadow: 0 0 0 .15rem rgba(33,100,159,0.25);
}
/* Buttons inside cards - make them sit nicely and share space */
.card .d-flex[b-qisfyseh9m] {
    width: 100%;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}
.card .d-flex .btn[b-qisfyseh9m] {
    flex: 1 1 45%;
    min-width: 0;
    height: 36px;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px; /* keep pill shape */
    font-size: 0.95rem;
}
/* keep icons aligned without extra spacing */
.card .d-flex .btn i[b-qisfyseh9m] {
    margin: 0;
    line-height: 1;
}
/* label inside button when space is available */
.card .d-flex .btn .btn-label[b-qisfyseh9m] {
    display: inline-block;
    margin-left: 0.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    vertical-align: middle;
}
.card.card-wide[b-qisfyseh9m] {
    grid-column: span 3 !important;
    max-width: none;
    aspect-ratio: 3 / 1;
    min-width: calc(3 * 100px + 2rem);
}
    .card.card-wide .card-text-truncate[b-qisfyseh9m] {
        font-size: 0.78rem;
        min-height: 1.8em;
    }
/* Remove all media queries that override .card.card-wide */
/* Small-screen adjustments to avoid overflow */
@media (max-width: 360px) {
    .card[b-qisfyseh9m] {
        max-width: 100%;
        padding: 0.4rem;
    }
        .card .form-check-input[type="checkbox"][b-qisfyseh9m] {
            transform: scale(1.2);
        }
        .card .d-flex .btn[b-qisfyseh9m] {
            height: 34px;
            font-size: 0.9rem;
        }
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/ListView/Light.razor.rz.scp.css */


.card[b-jxpba8k62d] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.5rem;
    gap: 0.4rem;
    max-width: 140px;
    min-width: 110px;
    min-height: 110px;
    max-height: 140px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.card-text-value[b-jxpba8k62d] {
    font-size: 0.60rem;
}

.card-text-truncate[b-jxpba8k62d],
span.fw-bold.card-text-truncate[b-jxpba8k62d] {
    font-size: 0.70rem; /* slightly smaller */
    font-weight: 600; /* keep bold */
    margin-top: 5px; /* flush to top */
    margin-bottom: 0.15rem;
    margin-left: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines before ellipsis */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* allow line break */
    line-height: 1.15;
    min-height: 2.3em; /* reserve space for 2 lines */
    align-self: center; /* center horizontally in flex */
}
/* Enlarge the bootstrap form-switch toggle only inside cards.
   Using transform preserves native behavior while increasing visible size. */
.card .form-check[b-jxpba8k62d] {
    /* center the switch in the tile and give it room */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.15rem 0;
    margin: 0;
    margin-left: 4px;
}

.card .form-check-input[type="checkbox"][b-jxpba8k62d] {
    /* scale the switch; tweak scale to taste (1.0 = normal, 1.4 = bigger) */
    transform: scale(1.4);
    transform-origin: center;
    /* provide a minimum width/height to avoid clipping on some browsers */
    width: 2.4rem;
    height: 1.2rem;
    margin: 0; /* centered by parent */
    cursor: pointer;
}
/* Improve focus ring for accessibility when enlarged */
.card .form-check-input:focus[b-jxpba8k62d] {
    box-shadow: 0 0 0 .15rem rgba(33,100,159,0.25);
}
/* Buttons inside cards - make them sit nicely and share space */
.card .d-flex[b-jxpba8k62d] {
    width: 100%;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

    .card .d-flex .btn[b-jxpba8k62d] {
        flex: 1 1 45%;
        min-width: 0;
        height: 36px;
        padding: 0.25rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px; /* keep pill shape */
        font-size: 0.95rem;
    }
        /* keep icons aligned without extra spacing */
        .card .d-flex .btn i[b-jxpba8k62d] {
            margin: 0;
            line-height: 1;
        }
        /* label inside button when space is available */
        .card .d-flex .btn .btn-label[b-jxpba8k62d] {
            display: inline-block;
            margin-left: 0.35rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 60%;
            vertical-align: middle;
        }

.card.card-wide[b-jxpba8k62d] {
    grid-column: span 3 !important;
    max-width: none;
    aspect-ratio: 3 / 1;
    min-width: calc(3 * 100px + 2rem);
}

    .card.card-wide .card-text-truncate[b-jxpba8k62d] {
        font-size: 0.78rem;
        min-height: 1.8em;
    }
/* Remove all media queries that override .card.card-wide */
/* Small-screen adjustments to avoid overflow */
@media (max-width: 360px) {
    .card[b-jxpba8k62d] {
        max-width: 100%;
        padding: 0.4rem;
    }

        .card .form-check-input[type="checkbox"][b-jxpba8k62d] {
            transform: scale(1.2);
        }

        .card .d-flex .btn[b-jxpba8k62d] {
            height: 34px;
            font-size: 0.9rem;
        }
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Devices/ListView/Radiator.razor.rz.scp.css */
.card[b-d52nqy87yu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.5rem;
    gap: 0.4rem;
    max-width: 140px;
    min-width: 110px;
    min-height: 110px;
    max-height: 140px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.card-text-value[b-d52nqy87yu] {
    font-size: 0.60rem;
}

.card-text-truncate[b-d52nqy87yu],
span.fw-bold.card-text-truncate[b-d52nqy87yu] {
    font-size: 0.70rem; /* slightly smaller */
    font-weight: 600; /* keep bold */
    margin-top: 5px; /* flush to top */
    margin-bottom: 0.15rem;
    margin-left: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines before ellipsis */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* allow line break */
    line-height: 1.15;
    min-height: 2.3em; /* reserve space for 2 lines */
    align-self: center; /* center horizontally in flex */
}
/* Enlarge the bootstrap form-switch toggle only inside cards.
   Using transform preserves native behavior while increasing visible size. */
.card .form-check[b-d52nqy87yu] {
    /* center the switch in the tile and give it room */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.15rem 0;
    margin: 0;
    margin-left: 4px;
}

.card .form-check-input[type="checkbox"][b-d52nqy87yu] {
    /* scale the switch; tweak scale to taste (1.0 = normal, 1.4 = bigger) */
    transform: scale(1.4);
    transform-origin: center;
    /* provide a minimum width/height to avoid clipping on some browsers */
    width: 2.4rem;
    height: 1.2rem;
    margin: 0; /* centered by parent */
    cursor: pointer;
}
/* Improve focus ring for accessibility when enlarged */
.card .form-check-input:focus[b-d52nqy87yu] {
    box-shadow: 0 0 0 .15rem rgba(33,100,159,0.25);
}
/* Buttons inside cards - make them sit nicely and share space */
.card .d-flex[b-d52nqy87yu] {
    width: 100%;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

    .card .d-flex .btn[b-d52nqy87yu] {
        flex: 1 1 45%;
        min-width: 0;
        height: 36px;
        padding: 0.25rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px; /* keep pill shape */
        font-size: 0.95rem;
    }
        /* keep icons aligned without extra spacing */
        .card .d-flex .btn i[b-d52nqy87yu] {
            margin: 0;
            line-height: 1;
        }
        /* label inside button when space is available */
        .card .d-flex .btn .btn-label[b-d52nqy87yu] {
            display: inline-block;
            margin-left: 0.35rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 60%;
            vertical-align: middle;
        }

.card.card-wide[b-d52nqy87yu] {
    grid-column: span 3 !important;
    max-width: none;
    aspect-ratio: 3 / 1;
    min-width: calc(3 * 100px + 2rem);
}

    .card.card-wide .card-text-truncate[b-d52nqy87yu] {
        font-size: 0.78rem;
        min-height: 1.8em;
    }
/* Remove all media queries that override .card.card-wide */
/* Small-screen adjustments to avoid overflow */
@media (max-width: 360px) {
    .card[b-d52nqy87yu] {
        max-width: 100%;
        padding: 0.4rem;
    }

        .card .form-check-input[type="checkbox"][b-d52nqy87yu] {
            transform: scale(1.2);
        }

        .card .d-flex .btn[b-d52nqy87yu] {
            height: 34px;
            font-size: 0.9rem;
        }
}
/* _content/Visits.Blazor.Server/Editors/CustomElementList/Fallback.razor.rz.scp.css */
/* _content/Visits.Blazor.Server/Editors/CustomElementList/MainView.razor.rz.scp.css */
/* _content/Visits.Blazor.Server/Templates/DekstopMainFormTemplateComponent.razor.rz.scp.css */
.header-logo[b-ripcz5kzmr] {
    flex-shrink: 0;
    background-image: url(../images/logo-trans.png);
    background-image: url('../images/logo-trans.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    height: 90%;
}

.header[b-ripcz5kzmr] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 1030;
    min-height: 3.1rem;
    word-wrap: inherit;
    background-color: #0C253A;
    color:white;
}

#blazor-error-ui[b-ripcz5kzmr] {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.footer[b-ripcz5kzmr] {
    background-color: #0C253A;
    height: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
/* _content/Visits.Blazor.Server/Templates/MobileMainFormTemplateComponent.razor.rz.scp.css */
@media (max-width: 768px) {

}

.sidebar[b-4vl6tpy8lh] {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 999;
    display: block;
}

.collapse-toggle .sidebar[b-4vl6tpy8lh] {
    max-height: 100vh;
}

.collapse-toggle .sidebar-sm-shadow[b-4vl6tpy8lh] {
    display: block;
    left: 0;
}

.flex-balance[b-4vl6tpy8lh] {

}

.mobile-icons-header[b-4vl6tpy8lh] {
    min-height: 48px;
    background-color: white;
}

.header-logo2[b-4vl6tpy8lh] {
    height: 100%;
    max-height: 110px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.header[b-4vl6tpy8lh] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 1030;
    min-height: 3.1rem;
    word-wrap: inherit;
    background-color: white;
}

.mobile-logo-header[b-4vl6tpy8lh] {
    flex:1; 
    background-color:#0C253A; 
    padding:5px 0;
}

.footer[b-4vl6tpy8lh] {
    background-color: #0C253A;
    height: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
