/* _content/Maestronic.MNPC.Maintenance.WebApp/Components/Layout/Header.razor.rz.scp.css */
[b-115xkj6kqz] .logo-size {
    width: 200px;
    height: auto;
    object-fit: contain;
}
/* _content/Maestronic.MNPC.Maintenance.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h2tes5xl5f] {
  height: 100%;
  font-family: var(--bs-font-sans-serif);
}

[b-h2tes5xl5f] .content {
  overflow: auto;
}

@media (max-width: 768px) {
  [b-h2tes5xl5f] .layout-sidebar {
    grid-area: header / header / header / header !important;
  }
}
/* _content/Maestronic.MNPC.Maintenance.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-ofyn3390o3] {
    min-width: 16rem;
    max-width: 16rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    overflow: auto;
}

[b-ofyn3390o3] .bus-size {
    width: 20px;
}

[b-ofyn3390o3] .dxbl-treeview-item-text {
    font-weight: 400 !important;
}

[b-ofyn3390o3] .dxbl-active::before {
  background-color: ghostwhite !important;
  opacity: 0.7 !important;
}

[b-ofyn3390o3] .dxbl-active > .dxbl-text {
  color: black !important;
}
/* _content/Maestronic.MNPC.Maintenance.WebApp/Components/Layout/SearchItem.razor.rz.scp.css */
.search[b-ky1tbzfvwk] {
    padding: 0.25rem;
    position: relative;
    min-width: 123px;
}
 .search .search-input[b-ky1tbzfvwk] {
     padding-right: calc(24px+0.5rem);
 }
 .search .search-button[b-ky1tbzfvwk] {
     right: 0px;
     top: 0px;
     pointer-events: auto;
     z-index: 3;
     width: auto;
     display: flex;
     align-items: center;
     height: 100%;
     position: absolute;
 }
 .search .search-button .search-icon[b-ky1tbzfvwk] {
     background-color: currentColor;
     width: 16px;
     height: 16px;
     mask-image: url("images/icons/search.svg");
     -webkit-mask-image: url("images/icons/search.svg");
     opacity: 0.6;
 }
.search .search-button .oi[b-ky1tbzfvwk] {
    opacity: 0.5;
}
/* _content/Maestronic.MNPC.Maintenance.WebApp/Components/Pages/Index.razor.rz.scp.css */
.welcome[b-hii2it73rj] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-hii2it73rj] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-hii2it73rj] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-hii2it73rj] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-hii2it73rj] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-hii2it73rj] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-hii2it73rj] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-hii2it73rj] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-hii2it73rj] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-hii2it73rj] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-hii2it73rj] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-hii2it73rj] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-hii2it73rj] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
