/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tygi2zml7j] {
    position: relative;
    display: flex;
}

main[b-tygi2zml7j] {
    flex: 1;
}
/* /Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-3z9zayw5mo] {
    position: fixed;
    top: 0;
    left: -320px; 
    width: 320px;
    height: 100vh;
    background-color: #343a40;
    color: white;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1050;
    padding-top: 60px;
}

.sidebar.show[b-3z9zayw5mo] {
    left: 0; 
}

.sidebar a[b-3z9zayw5mo] {
    color: white;
    text-decoration: none;
}

.sidebar a:hover[b-3z9zayw5mo] {
    text-decoration: underline;
}

.btn[b-3z9zayw5mo] {
    position: fixed;
    
    top: 10px; 
    left: 10px;
    z-index: 9999;
}
.filters[b-3z9zayw5mo] {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
}

.filters div[b-3z9zayw5mo] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.filters label[b-3z9zayw5mo] {
    margin-right: 4px;
    width: 130px;
}
.form-check[b-3z9zayw5mo] {
    visibility: visible;
}
.filters select[b-3z9zayw5mo] {
    min-width: 30px;
    max-width: 150px;
}


#mcu-range[b-3z9zayw5mo] {
    max-width: 80px;
}

.tempHide[b-3z9zayw5mo]{
    display: none !important;
}



/* /Pages/Home.razor.rz.scp.css */
#map[b-hark64sm5z] {
    height: 100vh;
    width: 100%;
    background-color: #353535;
}
