/* /Components/Layout/ContentHeader.razor.rz.scp.css */
h1.page-title[b-wq7zz0mktt] {
    font-size: 2rem;
    margin:0;
}
.page-subtiltle[b-wq7zz0mktt]{
    display:flex;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
[b-1xz71cmsi4] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-1xz71cmsi4] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-1xz71cmsi4] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-1xz71cmsi4] {
        display: none;
        visibility: hidden;
    }

    [b-1xz71cmsi4] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-1xz71cmsi4] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5lyl99ht5d] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-5lyl99ht5d] .navigation-drawer > .dxbl-drawer-panel {
    background: var(--bs-primary-color); /*linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%)*/
    
}

[b-5lyl99ht5d] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-5lyl99ht5d] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-5lyl99ht5d] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-5lyl99ht5d] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-5lyl99ht5d] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-5lyl99ht5d] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-5lyl99ht5d] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5lyl99ht5d] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-5lyl99ht5d] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-5lyl99ht5d] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-5lyl99ht5d] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-5lyl99ht5d] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-5lyl99ht5d] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-5lyl99ht5d] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5lyl99ht5d] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5lyl99ht5d] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-5lyl99ht5d] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-5lyl99ht5d] {
    display: inline-flex;
}

.menu-button-nav[b-5lyl99ht5d] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-5lyl99ht5d] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-5lyl99ht5d]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-5lyl99ht5d]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-5lyl99ht5d] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-5lyl99ht5d] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-5lyl99ht5d] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

[b-5lyl99ht5d] .top-bar {
    display: flex;
    background: #efefef;
    /*box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);*/
}

[b-5lyl99ht5d] .main-subtitle{
    display:flex;
    flex-shrink:0;
    align-items:end;
    font-size:0.8rem;
}

[b-5lyl99ht5d] .dxbl-drawer-panel .dxbl-btn-icon, [b-5lyl99ht5d] .dxbl-drawer-panel span.dxbl-btn-caption {
    color: var(--bs-white);
    text-decoration: none !important;
}

@media (max-width: 768px) {
    :: deep .navigation-drawer > .dxbl-drawer-panel[b-5lyl99ht5d] {
        display: none;
    }

    [b-5lyl99ht5d] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-5lyl99ht5d] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* /Components/Layout/Menu/DictionaryMenu.razor.rz.scp.css */
[b-kyp6pjrefz] .submenu-right {
    display: flex;
    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;
}


    [b-kyp6pjrefz] .submenu-right:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

[b-kyp6pjrefz] .dxbl-menu.dxbl-menu-horizontal {
    --dxbl-menu-item-font-size: 1.4rem;
}

[b-kyp6pjrefz] .menu-item {
    color: var(--bs-white);
}

[b-kyp6pjrefz] .dxbl-menu-bar {
    background: var(--bs-primary-color);
}


/* /Components/Layout/Menu/MODSystemMenu.razor.rz.scp.css */
[b-cr5w7zhhoj] .submenu-right {
    display: flex;
    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;
}


    [b-cr5w7zhhoj] .submenu-right:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

[b-cr5w7zhhoj] .dxbl-menu.dxbl-menu-horizontal {
    --dxbl-menu-item-font-size: 1.4rem;
}

[b-cr5w7zhhoj] .menu-item {
    color: var(--bs-white);
}

[b-cr5w7zhhoj] .dxbl-menu-bar {
    background: var(--bs-primary-color);
}


/* /Components/Layout/Menu/RaportsMenu.razor.rz.scp.css */
[b-3ji31s1e5j] .submenu-right {
    display: flex;
    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;
}


    [b-3ji31s1e5j] .submenu-right:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

[b-3ji31s1e5j] .dxbl-menu.dxbl-menu-horizontal {
    --dxbl-menu-item-font-size: 1.4rem;
}

[b-3ji31s1e5j] .menu-item {
    color: var(--bs-white);
}

[b-3ji31s1e5j] .dxbl-menu-bar {
    background: var(--bs-primary-color);
}


/* /Components/Layout/Menu/SystemSettingsMenu.razor.rz.scp.css */
[b-8e9c87fs7t] .submenu-right {
    display: flex;
    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;
}


    [b-8e9c87fs7t] .submenu-right:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

[b-8e9c87fs7t] .dxbl-menu.dxbl-menu-horizontal {
    --dxbl-menu-item-font-size: 1.4rem;
}

[b-8e9c87fs7t] .menu-item {
    color: var(--bs-white);
}

[b-8e9c87fs7t] .dxbl-menu-bar {
    background: var(--bs-primary-color);
}


/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-hn8xg2glph]{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

[b-hn8xg2glph] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-hn8xg2glph] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-hn8xg2glph] .menu {
    background-color: inherit;
}

    [b-hn8xg2glph] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-hn8xg2glph] .menu-item {
    color: var(--bs-white);
    width: 100%;
}
    [b-hn8xg2glph] .menu-item .dxbl-btn {
        display: flex;
        flex-direction: column; /* Ikona nad tekstem */
        align-items: center; /* Wyśrodkowanie ikon i tekstu */
        text-align: center; /* Wyśrodkowanie tekstu */
        width: 100%; /* Dopasowanie do szerokości sidebaru */
    }
        [b-hn8xg2glph] .menu-item .dxbl-btn .dxbl-image {
            font-size: 2rem; /* Zwiększenie rozmiaru ikony */
            margin-bottom: 5px; /* Odstęp między ikoną a tekstem */
            width: auto; /* Automatyczna szerokość dla ikony */
            height: auto; /* Automatyczna wysokość dla ikony */
        }

        [b-hn8xg2glph] .menu-item .dxbl-btn .dxbl-menu-item-text-container {
            margin: 0;
            width:100%;
            text-align:center;
        }

[b-hn8xg2glph] .dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn {
    --dxbl-btn-disabled-color: #ffffff;
}
@media (max-width: 768px) {
    #sidebar[b-hn8xg2glph] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }
}
/* /Components/Layout/StandardContent.razor.rz.scp.css */
.er-contentwithpanels[b-p3r8l0kmto] {
   /* width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
}
/* /Components/Pages/Dictionaries/Classification.razor.rz.scp.css */
/* /Components/Pages/Dictionaries/Colors.razor.rz.scp.css */
/* /Components/Pages/Dictionaries/Dictionary.razor.rz.scp.css */
.input-color[b-st96bu6eoc] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-st96bu6eoc] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Dictionaries/EigenschaftenRAL.razor.rz.scp.css */
.input-color[b-p5of4jg7z0] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-p5of4jg7z0] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Dictionaries/Manufacturers.razor.rz.scp.css */
/* /Components/Pages/Dictionaries/MODMaterialToSummaries.razor.rz.scp.css */
.input-color[b-r1vfzj8xnx] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-r1vfzj8xnx] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Dictionaries/Parameters.razor.rz.scp.css */
.input-color[b-nid1vxjuza] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-nid1vxjuza] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Dictionaries/Patterns.razor.rz.scp.css */
.input-color[b-gjhr44wdof] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-gjhr44wdof] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}

.hatch-preview-wrapper[b-gjhr44wdof] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hatch-preview-image[b-gjhr44wdof] {
    display: block;
    width: 100%;
    max-width: 768px;
}
/* /Components/Pages/Dictionaries/RevitCategories.razor.rz.scp.css */
.input-color[b-wm761grhd5] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-wm761grhd5] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Dictionaries/Units.razor.rz.scp.css */
.input-color[b-0u54t112hg] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-0u54t112hg] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-fl58zmwum2] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-fl58zmwum2] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-fl58zmwum2] .title {
    text-align: center;
}

[b-fl58zmwum2] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-fl58zmwum2] .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-fl58zmwum2] .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-fl58zmwum2] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-fl58zmwum2] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-fl58zmwum2] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-fl58zmwum2] .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;
    }
/* /Components/Pages/MODSystems/MODAccessories.razor.rz.scp.css */
.input-color[b-9lfk6a8igd] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-9lfk6a8igd] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/MODSystems/MODFiles.razor.rz.scp.css */
/* /Components/Pages/MODSystems/MODMaterials.razor.rz.scp.css */
.input-color[b-glhtlqerfa] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-glhtlqerfa] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/MODSystems/MODRfaObjects.razor.rz.scp.css */
/* /Components/Pages/MODUI.razor.rz.scp.css */
.input-color[b-imwqrm4ss8] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-imwqrm4ss8] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/Projects/ProjectList.razor.rz.scp.css */
/* /Components/Pages/Reports/AmountRaports.razor.rz.scp.css */
.input-color[b-ay8ny6oqie] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-ay8ny6oqie] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/SystemSettings/MODRoles.razor.rz.scp.css */
/* /Components/Pages/SystemSettings/MODUsers.razor.rz.scp.css */
.input-color[b-plevxtrmdb] {
    width: 100%;
    height: 1.6em;
    border: none; 
    display: block;
}
input[type="color"][b-plevxtrmdb] {
    width: 100%;
    height: 1.6em;
    border: none; 
    padding: 0;
    margin: 0;
    cursor: pointer; 
    display: block; 
}
/* /Components/Pages/SystemSettings/SystemSettingPage.razor.rz.scp.css */
