/* _content/EDIH/Components/Layout/MainLayout.razor.rz.scp.css */
.container-custom[b-ufrpeqpjt3] {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.left-column[b-ufrpeqpjt3] {
    position: fixed;
    width: 260px;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #010B44;
}

.row-logo[b-ufrpeqpjt3]{
    display: flex;
    background: #FFFFFF;
    height: 100px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.nav-btn[b-ufrpeqpjt3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 400px;
    margin-top: 100px;
    padding-left: 25px;
    color: #FFF3F1;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

img[b-ufrpeqpjt3]{
    width: 70%;
    height: auto;
    object-fit: cover;
}

.right-column[b-ufrpeqpjt3] {
    margin-left: 260px;       
    width: calc(100vw - 260px);
    height: 100vh;
    background: #FFF3F1;
}

.row-dashboard[b-ufrpeqpjt3]{
    display: flex;
    flex-direction: column;   
    height: 100px;
    padding: 0;
    justify-content: center;
    border-bottom: 2px solid #010B44;
}

.txt h1[b-ufrpeqpjt3] {
    font-size: 1.8rem;
    font-weight: 400;
    color: #010B44; /* Match your brand color */
    margin: 0;
}

.txt p[b-ufrpeqpjt3] {
    color: #010B44; 
    margin: 0;
}

.txt[b-ufrpeqpjt3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.nav-wrapper[b-ufrpeqpjt3] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
}

.nav-wrapper:has(.navigation.active)[b-ufrpeqpjt3] {
    border-radius: 18px 0 0 18px;
    background-color: #FFF3F1;
}

.nav-wrapper:hover[b-ufrpeqpjt3] {
    
}

.nav-wrapper[b-ufrpeqpjt3]  a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px  17px;
    color: #FFF3F1;
    text-decoration: none;
    margin: 0;
}

.nav-wrapper[b-ufrpeqpjt3]  a.active{
    border-radius: 18px 0 0 18px;
    background-color: #FFF3F1;
}

.nav-wrapper:hover[b-ufrpeqpjt3]  a {
    
}

.nav-wrapper[b-ufrpeqpjt3]  a.active {
    font-weight: 600;
}

.nav-wrapper[b-ufrpeqpjt3]  svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

.nav-wrapper[b-ufrpeqpjt3]  a.active svg {
    fill: #010B44; 
}

.nav-wrapper[b-ufrpeqpjt3]  span {
    font-size: 1rem;
    line-height: 1;
}

.nav-wrapper[b-ufrpeqpjt3]  a.active span {
    font-size: 1.1rem;
    color: #010B44;
    font-weight: 700;
}
/* _content/EDIH/Components/Pages/Cycles.razor.rz.scp.css */
.esp-dot[b-cpbirhkaep] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1976d2;
}

.container-fluid[b-cpbirhkaep] {
    max-width: 1400px;
    margin: 0 auto;
    .esp-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #1976d2;
    }

    .container-fluid[b-cpbirhkaep] {
        max-width: 1400px;
        margin: 0 auto;
    }

    .location-dot[b-cpbirhkaep] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    [b-cpbirhkaep] .mud-input-control .mud-input-label {
        color: #1976d2 !important;
    }

    [b-cpbirhkaep] .mud-input-text:focus-within {
        box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
    }

    [b-cpbirhkaep] .mud-button.mud-button-filled-primary {
        background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
        box-shadow: 0 3px 6px rgba(25, 118, 210, 0.3);
    }

    [b-cpbirhkaep] .mud-button.mud-button-filled-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(25, 118, 210, 0.4);
    }

    [b-cpbirhkaep] .mud-table {
        border-radius: 8px;
        overflow: hidden;
    }

    [b-cpbirhkaep] .mud-table .mud-table-head {
        background-color: #f5f5f5;
    }
/* _content/EDIH/Components/Pages/Inactivity.razor.rz.scp.css */
.chart_inactivity[b-mybfko5sf1] {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #FFF3F1;
    overflow: hidden;
}

.picker[b-mybfko5sf1] {
    max-width: 500px;
    margin: 0 auto;
}

/* More specific selectors for MudBlazor components */
.picker .custom-colors .mud-input-control .mud-input-label[b-mybfko5sf1] {
    color: #010B44 !important;
}

.picker .custom-colors .mud-input-control .mud-input-label.mud-shrink[b-mybfko5sf1] {
    color: #010B44 !important;
}

/* Target dropdown items differently */
.mud-popover .mud-list .mud-list-item[b-mybfko5sf1] {
    color: #010B44 !important;
}

.mud-popover .mud-list .mud-list-item:hover[b-mybfko5sf1] {
    background-color: rgba(1, 11, 68, 0.1) !important;
    color: #010B44 !important;
}

.elegant-beacon-chip[b-mybfko5sf1] {
    background-color: #010B44 !important;
    color: #FFF3F1 !important;
    border: 1px solid #FFF3F1 !important;
    border-radius: 15px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
/* _content/EDIH/Components/Pages/Live.razor.rz.scp.css */
/* _content/EDIH/Components/Pages/Utilization.razor.rz.scp.css */
.container-fluid[b-t1n484s1n6] {
    max-width: 1400px;
    margin: 0 auto;
}
