/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-z7hzmk1elk] {
    background: hsla(0, 100%, 100%, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid hsla(0, 100%, 100%, 0.5);
}

[b-z7hzmk1elk] .top_header {
    background: hsla(0, 100%, 100%, .15);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border: 1px solid hsla(0, 100%, 100%, 0.5);
    border-top-right-radius: 15px;
    padding: 5px 20px 5px 20px;
    height: 55px!important;
}

[b-z7hzmk1elk] .top_nav {
    background: hsla(0, 100%, 100%, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 100%, 100%, 0.5);
    padding: 5px 20px 5px 20px;
    height: 45px;
}

[b-z7hzmk1elk] .inner_content_last {
    background: hsla(0, 100%, 100%, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 100%, 100%, 0.5);
    padding: 20px 20px 40px 20px;
    border-bottom-right-radius: 15px;
    flex: 1 1 auto !important;
}

.main_content[b-z7hzmk1elk] {
    display: flex;
    flex-flow: column;
    height: calc(100vh);
}

@media (min-width: 576px) {
    .sidebar[b-z7hzmk1elk] {
        margin: 20px 2px 20px 10px;
    }

    .inside-sidebar[b-z7hzmk1elk] {
        height: calc(100vh - 42px);
    }

    [b-z7hzmk1elk] .top_header {
        margin: 20px 10px 2px 0;
    }

    [b-z7hzmk1elk] .top_nav {
        margin: 0 10px 2px 0;
    }

    [b-z7hzmk1elk] .inner_content_last {
        margin: 0 10px 20px 0;
    }
}

@media (max-width: 576px) {
    .sidebar[b-z7hzmk1elk] {
        margin: 6px 2px 6px 0;
    }

    .inside-sidebar[b-z7hzmk1elk] {
        height: calc(100vh - 14px);
    }

    [b-z7hzmk1elk] .top_header {
        margin: 6px 0 2px 0;
    }

    [b-z7hzmk1elk] .top_nav {
        margin: 0 0 2px 0;
    }

    [b-z7hzmk1elk] .inner_content_last {
        margin: 0 0 6px 0;
    }
}

#blazor-error-ui[b-z7hzmk1elk] {
    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-z7hzmk1elk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav[b-89jgeak75w] {
    width: 100%;
}

.nav-item[b-89jgeak75w] {
    color: hsla(217, 14%, 54%, 1);
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    font-family: "exo", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 10px;
    width: 90%;
}

.nav-item i[b-89jgeak75w] {
    color: hsla(43, 89%, 61%, 0.8);
}

.nav-item:hover i[b-89jgeak75w] {
    color: hsla(43, 89%, 61%, 1);
}

/*.nav-svg {
    width: 1.2em;
    height: 1em;
    fill: hsla(43, 89%, 61%, 0.8);
    &:hover {
        fill: hsla(43, 89%, 61%, 1);
    }
}

.nav-item:hover svg path {
    fill: hsla(43, 89%, 61%, 1);
}*/

.nav-item[b-89jgeak75w]  .nav-link {
    color: #fff;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 2rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-89jgeak75w]  a.active, .nav-item[b-89jgeak75w]  .nav-link:hover {
    background-color: hsla(0, 100%, 100%, 0.1);
    color: hsla(0, 100%, 100%, 1);
    border: 1px solid hsla(0, 100%, 100%, 0.15);
}
/* /Components/Layout/PlainLayout.razor.rz.scp.css */
[b-cm5xpoywx6] .inner_content_last {
    /*background: hsla(0, 100%, 100%, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
    /* box-shadow: 0 4px 30px hsla(0, 0%, 0%, 0.5);*/
    /*border: 1px solid hsla(0, 100%, 100%, 0.5);*/
    padding: 20px 20px 40px 20px;
    /*border-bottom-right-radius: 15px;*/
    flex: 1 1 auto !important;
}

.main_content[b-cm5xpoywx6] {
    display: flex;
    flex-flow: column;
    height: calc(100vh);
}

#blazor-error-ui[b-cm5xpoywx6] {
    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-cm5xpoywx6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Shared/Charts/BarChart.razor.rz.scp.css */
.chart-container[b-jyir86azuh] {
    position: relative;
}
/* /Components/Shared/Charts/DoughnutChart.razor.rz.scp.css */
.chart-container[b-mtnlolxk0c] {
    position: relative;
}
/* /Components/Shared/Charts/DualAxisLineChart.razor.rz.scp.css */
.chart-container[b-y1x1zpdaxc] {
    position: relative;
}
/* /Components/Shared/Charts/LineChart.razor.rz.scp.css */
.chart-container[b-lkcjhrc2ju] {
    position: relative;
}
/* /Components/Shared/Common/Busy.razor.rz.scp.css */
[b-rjxpe1sum8] .inner_content {
    background: hsla(0, 100%, 100%, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* box-shadow: 0 4px 30px hsla(0, 0%, 0%, 0.5);*/
    border: 1px solid hsla(0, 100%, 100%, 0.5);
    padding: 20px 20px 40px 20px;
    border-radius: 15px;
    flex: 1 1 auto !important;
    margin:  20px 10px 20px 10px;
}
/* /Components/Shared/Common/WidgetTopMenu.razor.rz.scp.css */
.dialog-btn[b-6bzxvhxqza] {
    color: hsla(var(--maastricht-blue), 1);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.dialog-btn:hover[b-6bzxvhxqza],
.dialog-btn:focus[b-6bzxvhxqza] {
    color: hsla(var(--maastricht-blue), 1);
    background-color: hsla(var(--gray-100), .7);
    border-width: 1px;
    border-style: solid;
    border-color: hsla(var(--gray-200), .2);
    border-radius: 6px;
}

.dialog-btn:active[b-6bzxvhxqza] {
    color: hsla(var(--maastricht-blue), 1);
    background-color: hsla(var(--gray-100), .8);
    border-width: 1px;
    border-style: solid;
    border-color: hsla(var(--gray-200), .2);
    border-radius: 6px;
}

.dialog-btn-disabled[b-6bzxvhxqza] {
    color: hsla(var(--maastricht-blue), .5);
}
