@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Vn.Web.App/Areas/Admin/Pages/Dashboard/Index.cshtml.rz.scp.css */
.dashboard[b-pdzjhx7sl8] {
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 1fr;
    grid-template-areas:
        "dash-active dash-activity dash-map dash-map"
        "dash-alerts dash-alerts dash-map dash-map";
    grid-gap: 1rem;
}

@media only screen and (max-width: 1300px) {
    .dashboard[b-pdzjhx7sl8] {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 150px 1fr;
        grid-template-areas:
            "dash-active dash-map"
            "dash-activity dash-map"
            "dash-alerts dash-map";
        grid-gap: 1rem;
    }
}

@media only screen and (max-width: 1000px) {
    .dashboard[b-pdzjhx7sl8] {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 150px 150px 1fr 250px;
        grid-template-areas:
            "dash-active"
            "dash-activity"
            "dash-alerts"
            "dash-map";
        grid-gap: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    .dashboard[b-pdzjhx7sl8] {
        height: auto;
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 150px 150px 1fr 250px;
        grid-template-areas:
            "dash-active"
            "dash-activity"
            "dash-alerts"
            "dash-map";
        grid-gap: 1rem;
    }
}

#dash-map[b-pdzjhx7sl8] {
    grid-area: dash-map;
}

#dash-alerts[b-pdzjhx7sl8] {
    grid-area: dash-alerts;
}

#dash-activity[b-pdzjhx7sl8] {
    grid-area: dash-activity;
}

#dash-active[b-pdzjhx7sl8] {
    grid-area: dash-active;
}

#dash-x[b-pdzjhx7sl8] {
    grid-area: dash-x;
}

#dash-y[b-pdzjhx7sl8] {
    grid-area: dash-y;
}
/* _content/Vn.Web.App/Areas/Admin/Pages/Locations/Index.cshtml.rz.scp.css */
/* _content/Vn.Web.App/Areas/Admin/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-22dq0zr2k0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary[b-22dq0zr2k0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-22dq0zr2k0], .nav-pills .show > .nav-link[b-22dq0zr2k0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-22dq0zr2k0] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-22dq0zr2k0] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-22dq0zr2k0] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-22dq0zr2k0] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-22dq0zr2k0] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
body[b-22dq0zr2k0] {
    overflow: hidden;
}

.main-content[b-22dq0zr2k0] {
    overflow-y: auto;
    height: 100vh;
}
/* _content/Vn.Web.App/Areas/Client/Pages/Dashboard/Index.cshtml.rz.scp.css */
.dashboard[b-0m157gj51w] {
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 1fr;
    grid-template-areas:
        "dash-map dash-map dash-active dash-active"
        "dash-map dash-map dash-alerts dash-alerts";
    grid-gap: 1rem;
}

@media only screen and (max-width: 1000px) {
    .dashboard[b-0m157gj51w] {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 150px 1fr;
        grid-template-areas:
            "dash-active dash-active"
            "dash-alerts dash-alerts"
            "dash-map dash-map";
        grid-gap: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    .dashboard[b-0m157gj51w] {
        height: auto;
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 125px 125px 125px;
        grid-template-areas:
            "dash-active"
            "dash-alerts"
            "dash-map";
        grid-gap: 1rem;
    }
}

#dash-map[b-0m157gj51w] {
    grid-area: dash-map;
}

#dash-alerts[b-0m157gj51w] {
    grid-area: dash-alerts;
}

#dash-active[b-0m157gj51w] {
    grid-area: dash-active;
}

#dash-x[b-0m157gj51w] {
    grid-area: dash-x;
}
/* _content/Vn.Web.App/Areas/Client/Pages/Locations/Unit/Index.cshtml.rz.scp.css */
.ag-theme-balham[b-kakus2a5ax] {
    --ag-grid-size: 5px;
    --ag-borders: none;
    --ag-border-color: #efeff3;
    --ag-borders-critical: 1px solid;
    --ag-header-border-color: #333;
    --ag-row-border-color: #efeff3;
    --ag-header-background-color: #fff;
    --ag-header-foreground-color: #828282;
    --ag-row-hover-color: #efeff3;
    --ag-header-column-separator-display: none;
}


.page-wrapper[b-kakus2a5ax] {
    padding: 1px;
    background-color: #ccccda;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.v-main[b-kakus2a5ax] {
    display: flex;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    .v-main[b-kakus2a5ax] {
        flex-direction: column-reverse;
    }
}

#v-sidebar[b-kakus2a5ax] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 310px;
}

#metadata[b-kakus2a5ax] {
    background-color: #fff;
}

#sensor-stats[b-kakus2a5ax] {
    background-color: #fff;
    margin-top: -2px;
    z-index: 500;
}

#mode-stats[b-kakus2a5ax] {
    background-color: #fff;
    border-bottom: solid 1px #ccccda;
}

#v-chart[b-kakus2a5ax] {
    flex: 3;
}

.chart-container[b-kakus2a5ax] {
    flex: 1;
}

.chart-button-group[b-kakus2a5ax] {
    display: flex;
    gap: 8px;
}

.dropdown-toggle[b-kakus2a5ax]::after {
    display: none !important;
}


.filter-pill[b-kakus2a5ax] {
    padding: 2px 8px;
    font-size: 0.75rem;
    line-height: 1.25;
    border: none;
    border-radius: 0;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.btn-check:checked + .filter-pill[b-kakus2a5ax] {
    opacity: 1;
}

.filter-pill:hover[b-kakus2a5ax] {
    opacity: 0.85;
    cursor: pointer;
}
.dropdown-menu-scrollable[b-kakus2a5ax] {
    max-height: 200px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0.25rem 0; /* less vertical padding */
}

    .dropdown-menu-scrollable .dropdown-item[b-kakus2a5ax] {
        padding: 0.25rem 0.75rem; /* slimmer vertically */
        font-size: 0.85rem; /* slightly smaller text */
        display: flex;
        align-items: center;
        gap: 0.5rem; /* spacing between icon and text */
        color: #374151; /* text-gray-700 */
        cursor: pointer;
        transition: background-color 0.15s ease;
    }

        .dropdown-menu-scrollable .dropdown-item:hover[b-kakus2a5ax],
        .dropdown-menu-scrollable .dropdown-item:focus[b-kakus2a5ax] {
            background-color: #f3f4f6; /* light gray hover */
            color: #1f2937; /* darker text on hover */
        }

        .dropdown-menu-scrollable .dropdown-item i[b-kakus2a5ax] {
            font-size: 1rem; /* icon size */
            color: #6b7280; /* text-gray-500 */
            flex-shrink: 0; /* prevent icon from shrinking */
        }

#chart-container[b-kakus2a5ax] {
    height: 600px;
}
@media (min-width: 768px) {
    #chart-container[b-kakus2a5ax] {
        height: auto;
    }
}
/* _content/Vn.Web.App/Areas/Client/Pages/Locations/Unit/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-hr49gsbgjd] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hr49gsbgjd] {
  color: #0077cc;
}

.btn-primary[b-hr49gsbgjd] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hr49gsbgjd], .nav-pills .show > .nav-link[b-hr49gsbgjd] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hr49gsbgjd] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hr49gsbgjd] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hr49gsbgjd] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hr49gsbgjd] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-hr49gsbgjd] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Vn.Web.App/Areas/Client/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7znsvgbjb6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7znsvgbjb6] {
  color: #0077cc;
}

.btn-primary[b-7znsvgbjb6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7znsvgbjb6], .nav-pills .show > .nav-link[b-7znsvgbjb6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7znsvgbjb6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7znsvgbjb6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7znsvgbjb6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7znsvgbjb6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7znsvgbjb6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Vn.Web.App/Areas/Identity/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-6l2cmvfat0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6l2cmvfat0] {
  color: #0077cc;
}

.btn-primary[b-6l2cmvfat0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6l2cmvfat0], .nav-pills .show > .nav-link[b-6l2cmvfat0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6l2cmvfat0] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6l2cmvfat0] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6l2cmvfat0] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6l2cmvfat0] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6l2cmvfat0] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Vn.Web.App/Pages/Onboarding/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-4hw116tjyu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4hw116tjyu] {
  color: #0077cc;
}

.btn-primary[b-4hw116tjyu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4hw116tjyu], .nav-pills .show > .nav-link[b-4hw116tjyu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4hw116tjyu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4hw116tjyu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4hw116tjyu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4hw116tjyu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4hw116tjyu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
