/* /Features/Diagnostics/DiagnosticsResultView.razor.rz.scp.css */
.markdown-body[b-ey4gobmzkg] {
    font-size: 0.875rem;
    line-height: 1.6;
}

.markdown-body[b-ey4gobmzkg]  h1 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 0.4rem;
}

.markdown-body[b-ey4gobmzkg]  h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem 0;
}

.markdown-body[b-ey4gobmzkg]  h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.4rem 0;
}

.markdown-body[b-ey4gobmzkg]  p {
    margin: 0.4rem 0;
}

.markdown-body[b-ey4gobmzkg]  ul,
.markdown-body[b-ey4gobmzkg]  ol {
    margin: 0.3rem 0;
    padding-left: 1.4rem;
}

.markdown-body[b-ey4gobmzkg]  li {
    margin: 0.2rem 0;
}

.markdown-body[b-ey4gobmzkg]  li > ul,
.markdown-body[b-ey4gobmzkg]  li > ol {
    margin: 0.2rem 0;
}

.markdown-body[b-ey4gobmzkg]  code {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 0.1rem 0.3rem;
    font-family: "Consolas", "Monaco", monospace;
    font-size: 0.85em;
}

.markdown-body[b-ey4gobmzkg]  pre {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 0.75rem;
    overflow-x: auto;
}

.markdown-body[b-ey4gobmzkg]  pre code {
    background-color: transparent;
    padding: 0;
}

.markdown-body[b-ey4gobmzkg]  table {
    border-collapse: collapse;
    margin: 0.5rem 0;
    width: 100%;
}

.markdown-body[b-ey4gobmzkg]  th,
.markdown-body[b-ey4gobmzkg]  td {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0.35rem 0.6rem;
    text-align: left;
    font-size: 0.85em;
}

.markdown-body[b-ey4gobmzkg]  th {
    background-color: rgba(0, 0, 0, 0.04);
}

.markdown-body[b-ey4gobmzkg]  hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin: 1rem 0;
}

.markdown-body[b-ey4gobmzkg]  blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    margin: 0.5rem 0;
    padding: 0.2rem 0.8rem;
    color: rgba(0, 0, 0, 0.65);
}
/* /Features/ElectricVehicles/Components/ElectricVehicleCard.razor.rz.scp.css */
.electric-vehicle-card[b-l3daaskso6] {
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.electric-vehicle-card:hover[b-l3daaskso6] {
    transform: translateY(-4px);
    box-shadow: var(--mud-elevation-10);
}

.charging-info[b-l3daaskso6] {
    animation: pulse-b-l3daaskso6 2s infinite;
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
}

.electric-vehicle-card[b-l3daaskso6]  .mud-card-header {
    padding-bottom: 8px;
}

.electric-vehicle-card[b-l3daaskso6]  .mud-card-content {
    padding-top: 0;
}

@keyframes pulse-b-l3daaskso6 {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}
/* /Features/ElectricVehicles/Components/SmartChargingDialog.razor.rz.scp.css */
.mud-dialog-content .pa-4[b-o5zfuavaf2] { max-width: 420px; }
/* /Features/ElectricVehicles/ElectricVehicleDetails.razor.rz.scp.css */
.charging-info[b-vqksv1yy9v] {
    animation: pulse-b-vqksv1yy9v 2s infinite;
    padding: 12px;
    border-radius: 4px;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
}

@keyframes pulse-b-vqksv1yy9v {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}
/* /Features/Locations/Components/GridAreaCodeSelector.razor.rz.scp.css */
.grid-area-code-selector[b-3njs19l2xh] {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    transition: all 0.2s ease;
}

.grid-area-code-content[b-3njs19l2xh] {
    position: relative;
}

.grid-area-radio-group[b-3njs19l2xh] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 0;
}

.grid-area-radio-group .mud-radio-content[b-3njs19l2xh] {
    font-size: 1rem;
    font-weight: 400;
}

.grid-area-radio-group .mud-radio[b-3njs19l2xh] {
    margin-top: 2px;
    margin-bottom: 2px;
    transition: all 0.15s ease-in-out;
}

.grid-area-radio-group .mud-radio:hover[b-3njs19l2xh] {
    background-color: rgba(0, 0, 0, 0.03);
}

.status-indicator[b-3njs19l2xh] {
    min-height: 48px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.saving-indicator[b-3njs19l2xh] {
    display: flex;
    align-items: center;
    margin: 6px 0;
    animation: fadeIn-b-3njs19l2xh 0.3s ease;
}

.mud-alert[b-3njs19l2xh] {
    animation: slideInRight-b-3njs19l2xh 0.3s ease;
}

@keyframes fadeIn-b-3njs19l2xh {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInRight-b-3njs19l2xh {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 600px) {
    .grid-area-code-selector[b-3njs19l2xh] {
        max-width: 100%;
    }
    
    .grid-area-radio-group[b-3njs19l2xh] {
        gap: 8px;
    }
}
/* /Features/Locations/LocationManagement.razor.rz.scp.css */
.map-container[b-1dtlnha1fm] {
    width: 100%;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    overflow: hidden;
}

.location-card[b-1dtlnha1fm] {
    transition: all 0.2s ease;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.location-card:hover[b-1dtlnha1fm] {
    border-left-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

.mud-table-container[b-1dtlnha1fm] {
    border-radius: 4px;
}

.mud-table-row[b-1dtlnha1fm] {
    transition: background-color 0.15s ease;
}

.mud-table-row.mud-table-row-selected[b-1dtlnha1fm] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06) !important;
}

.mud-table-cell[b-1dtlnha1fm] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.mud-table-head .mud-table-cell[b-1dtlnha1fm] {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

.mud-table-container .mud-table-root .mud-table-body .mud-table-row:hover[b-1dtlnha1fm] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

.mud-card[b-1dtlnha1fm] {
    transition: all 0.2s ease;
}

.expanded-details[b-1dtlnha1fm] {
    background-color: rgba(0, 0, 0, 0.02);
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 16px;
    transition: all 0.3s ease;
}

/* Common style for form sections */
.form-section[b-1dtlnha1fm] {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.form-section:last-child[b-1dtlnha1fm] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.location-header[b-1dtlnha1fm] {
    background: linear-gradient(135deg, var(--mud-palette-primary-lighten), var(--mud-palette-primary));
    color: var(--mud-palette-primary-text);
    padding: 16px;
    border-radius: 4px 4px 0 0;
}

.location-primary-badge[b-1dtlnha1fm] {
    background-color: var(--mud-palette-success);
    color: var(--mud-palette-success-text);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    margin-left: 8px;
}

/* New styles for improved table experience */
.compact-text[b-1dtlnha1fm] {
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
}

.location-details-cell[b-1dtlnha1fm] {
    padding: 0 !important;
}

.location-details-container[b-1dtlnha1fm] {
    padding: 16px;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.02);
}

/* Responsive fixes */
@media (max-width: 600px) {
    .mud-table-toolbar[b-1dtlnha1fm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .mud-table-toolbar > *:not(:first-child)[b-1dtlnha1fm] {
        margin-top: 8px;
    }
    
    .mud-button-root[b-1dtlnha1fm] {
        margin-bottom: 4px;
    }
    
    .location-header[b-1dtlnha1fm] {
        padding: 12px;
    }
    
    .mud-table[b-1dtlnha1fm] {
        overflow-x: auto;
    }
}
/* /Features/MySystems/MySystems.razor.rz.scp.css */
.system-card[b-w8a8oug8a0] {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.system-card:hover[b-w8a8oug8a0] {
    transform: translateY(-3px);
    box-shadow: var(--mud-elevation-10);
}

.stat-card[b-w8a8oug8a0] {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, var(--mud-palette-primary-darken), var(--mud-palette-primary));
    color: var(--mud-palette-primary-text);
}

.stat-card:hover[b-w8a8oug8a0] {
    background-color: var(--mud-palette-primary-hover);
    color: var(--mud-palette-primary-text);
}

.map-container[b-w8a8oug8a0] {
    width: 100%;
    border-top: 1px solid var(--mud-palette-divider);
    border-bottom: 1px solid var(--mud-palette-divider);
}

.location-detail-section[b-w8a8oug8a0] {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.location-detail-section:last-child[b-w8a8oug8a0] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Smooth scrolling for the whole page */
html[b-w8a8oug8a0] {
    scroll-behavior: smooth;
}

/* Add some padding to location cards for better anchor positioning */
[id^="location-"][b-w8a8oug8a0] {
    scroll-margin-top: 80px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gondopeiiu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gondopeiiu] {
    flex: 1;
}

.sidebar[b-gondopeiiu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gondopeiiu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gondopeiiu]  a, .top-row[b-gondopeiiu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gondopeiiu]  a:hover, .top-row[b-gondopeiiu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gondopeiiu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gondopeiiu] {
        justify-content: space-between;
    }

    .top-row[b-gondopeiiu]  a, .top-row[b-gondopeiiu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gondopeiiu] {
        flex-direction: row;
    }

    .sidebar[b-gondopeiiu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gondopeiiu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gondopeiiu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gondopeiiu], article[b-gondopeiiu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wc69qvuklt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wc69qvuklt] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wc69qvuklt] {
    font-size: 1.1rem;
}

.bi[b-wc69qvuklt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wc69qvuklt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wc69qvuklt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wc69qvuklt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wc69qvuklt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wc69qvuklt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wc69qvuklt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wc69qvuklt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wc69qvuklt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wc69qvuklt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wc69qvuklt] {
        display: none;
    }

    .collapse[b-wc69qvuklt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-wc69qvuklt] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
