@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';

/* _content/SabespReports/Components/Content/DataPresentation/BemPatrimonialDetails.razor.rz.scp.css */
.text-message[b-mg9yjb5cn6] {
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.container[b-mg9yjb5cn6] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 2px;
    min-height: 100%;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    box-sizing: border-box;
}

.left-panel[b-mg9yjb5cn6] {
    flex: 0 0 calc(70% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: black;
    background-color: #e7eaea;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;
}

.info[b-mg9yjb5cn6] {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.map-wrapper[b-mg9yjb5cn6] {
    margin-top: 16px;
    min-height: 400px;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    flex-shrink: 0;
    position: relative;
}

.right-panel[b-mg9yjb5cn6] {
    flex: 0 0 calc(30% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    background-color: #e7eaea;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;  
}

.photo[b-mg9yjb5cn6] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
}

.photo:hover[b-mg9yjb5cn6] {
    transform: scale(1.02);
}
/* _content/SabespReports/Components/Content/DataPresentation/ReportSABESPList.razor.rz.scp.css */
.button-row[b-ppcag03b8x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.button-group-left > *[b-ppcag03b8x] {
    margin-right: 12px;
    padding: 4px 12px;
}

.button-group-left > *:last-child[b-ppcag03b8x] {
    margin-right: 0;
}

.button-group-right > *[b-ppcag03b8x] {
    padding: 4px 12px;
}
/* _content/SabespReports/Components/Content/LoginScreen.razor.rz.scp.css */
.login-wrapper[b-wm1n9k6zdx] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100vh; /* Full viewport height */
    width: 100vw;
    background-color: var(--cockpit-gray);
}

.login-card[b-wm1n9k6zdx] {
    display: flex;
    background-color: var(--cockpit-black);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 700px;
    height: 350px;
}

.login-left[b-wm1n9k6zdx] {
    background-color: var(--cockpit-black);
    color: var(--cockpit-text);
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-left .logo[b-wm1n9k6zdx] {
    width: 120px;
    margin-bottom: 10px;
}

.login-left h2[b-wm1n9k6zdx] {
    color: var(--cockpit-white);
    font-size: 20px;
    margin: 10px 0;
}

.login-left p[b-wm1n9k6zdx] {
    font-size: 12px;
    opacity: 0.5;
}

.login-right[b-wm1n9k6zdx] {
    background-color: var(--cockpit-black);
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.result-message[b-wm1n9k6zdx] {
    color: var(--cockpit-text);
    font-size: 10px;
    text-align: center;
    width: 80%;
    margin: 5px;
    margin-bottom: 15px;
}

.chevron[b-wm1n9k6zdx] {
    font-size: 10px;
    opacity: 0.7;
}

/* NOTE: The css styling for <InputText> is inside the app.css file,
    because Blazor doesn't recognize those stylings if not in there
*/

.login-button[b-wm1n9k6zdx] {
    background-color: var(--cockpit-accent);
    color: var(--cockpit-icon);
    padding: 10px;
    margin: 5px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    width: 80%;
    cursor: pointer;
    margin-top: 10px;
}

.login-button:disabled[b-wm1n9k6zdx] {
    opacity: 0.3;
    cursor: default;
}
/* _content/SabespReports/Components/Content/Reports/Base/ColumnChart.razor.rz.scp.css */
.column-chart-title[b-jhuv2jadgx] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: black;
}

.column-chart-container[b-jhuv2jadgx] {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background-color: #e7eaea;
    box-sizing: border-box;
    text-align: center;
}

.column-chart-container[b-jhuv2jadgx]  .rz-tick-text {
    fill: black !important;
}

.column-chart-container[b-jhuv2jadgx]  .rz-legend-item-text {
    color: black !important;
}

.column-chart-container[b-jhuv2jadgx]  .rz-tick-text {
    white-space: normal !important;
    word-wrap: break-word !important;
    max-width: 10px;
}
/* _content/SabespReports/Components/Content/Reports/Base/MapChart.razor.rz.scp.css */
.map-container[b-0zbv2ealzi] {
    width: 100%;
    max-width: 1216px;
    height: 600px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background-color: #e7eaea;
    box-sizing: border-box;
    text-align: center;
}

.map-title[b-0zbv2ealzi] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: black;
}

.map-container[b-0zbv2ealzi]  .leaflet-tooltip {
    font-weight: bold !important;
    opacity: 1 !important;
    border-color: #777 !important;
}
.map-container[b-0zbv2ealzi]  .leaflet-interactive {
    fill: red !important;
    fill: red !important;
    fill-opacity: 0.5 !important;
}
/* _content/SabespReports/Components/Content/Reports/Base/PieChart.razor.rz.scp.css */
.pie-chart-container[b-yhxi3wb18r] {
    width: 100%;
    max-width: 400px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background-color: #e7eaea;
    box-sizing: border-box;
    text-align: center;
}

.pie-chart-container[b-yhxi3wb18r]  .rz-legend-item-text {
    color: black !important;
}

.pie-chart-container[b-yhxi3wb18r]  .rz-series-data-label {
    fill: black !important;
}

.pie-chart-title[b-yhxi3wb18r] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: black
}
/* _content/SabespReports/Components/Content/Reports/Base/TextChart.razor.rz.scp.css */
.text-chart-container[b-mvaacyi1x7] {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background-color: #e7eaea;
    box-sizing: border-box;
    text-align: center;
}

.text-chart-title[b-mvaacyi1x7] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: black;
}

.text-chart-list[b-mvaacyi1x7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-chart-item[b-mvaacyi1x7] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
}

.text-chart-category[b-mvaacyi1x7] {
    font-weight: 500;
    color: #333;
}

.text-chart-value[b-mvaacyi1x7] {
    font-weight: bold;
    color: #0078d4;
}
/* _content/SabespReports/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-41h1p33wv8] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-41h1p33wv8] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: auto;
    overflow: hidden;
}

.sidebar[b-41h1p33wv8] {
    background-color: #555;
}

.logout-btn[b-41h1p33wv8] {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.navbar-user[b-41h1p33wv8] {
    background-color: #333;
    align-items: end;
    justify-content: end;
    padding-right: 12px;
}

/* Alterado: centralizar o conte�do do corpo */
.main-body[b-41h1p33wv8] {
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza horizontalmente */
    overflow: auto;
    max-height: 100%;
    padding: 16px;
    box-sizing: border-box;
}


.top-row[b-41h1p33wv8] {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #f7f7f7;
}

.top-row[b-41h1p33wv8]  a, .top-row[b-41h1p33wv8]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-41h1p33wv8]  a:hover, .top-row[b-41h1p33wv8]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-41h1p33wv8]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-41h1p33wv8] {
        justify-content: space-between;
    }

    .top-row[b-41h1p33wv8]  a, .top-row[b-41h1p33wv8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .page[b-41h1p33wv8] {
        flex-direction: row;
    }

    .sidebar[b-41h1p33wv8] {
        width: 185px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-41h1p33wv8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-41h1p33wv8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-41h1p33wv8], article[b-41h1p33wv8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-41h1p33wv8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-41h1p33wv8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/SabespReports/Components/Layout/NavMenu.razor.rz.scp.css */
.container-header[b-tltyqzexh8] {
    width: 100%;
    padding-right: 50px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.icon[b-tltyqzexh8] {
    margin-right: 10px;
}

.nav-link[b-tltyqzexh8] {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.navbar-toggler[b-tltyqzexh8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tltyqzexh8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-tltyqzexh8] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-tltyqzexh8] {
    text-align: right;
    padding-left: 5px;
}

.navbar-brand[b-tltyqzexh8] {
    font-size: 1.1rem;
}

.oi[b-tltyqzexh8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tltyqzexh8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-tltyqzexh8] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-tltyqzexh8] {
    padding-bottom: 1rem;
}

.nav-item[b-tltyqzexh8]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-tltyqzexh8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tltyqzexh8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tltyqzexh8] {
        display: none;
    }

    .collapse[b-tltyqzexh8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-tltyqzexh8] {
        display: block;
    }
}
/* _content/SabespReports/Components/Pages/BemPatrimonialPage.razor.rz.scp.css */
.reports-button[b-wnl8iixpv4] {
    border-radius: 10px;
    background-color: #e7e7e7;
    padding: 4px 4px;
    border: solid 1px #555;
}

.reports-button:hover[b-wnl8iixpv4] {
    background-color: #444;
    color: white;
}
