/* /Shared/DesktopMainLayout.razor.rz.scp.css */
.page[b-2e4rxdos3r] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: max-content;
}

main[b-2e4rxdos3r] {
    flex: 1;
    background: #F7F7F7;
    width: calc(100% - 287px);
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}


.top-row[b-2e4rxdos3r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.btn-retract-menu[b-2e4rxdos3r] {
    border: 0;
    background: #fff;
}

.top-row[b-2e4rxdos3r]  a, .top-row[b-2e4rxdos3r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-2e4rxdos3r]  a:hover, .top-row[b-2e4rxdos3r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2e4rxdos3r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {

    .page[b-2e4rxdos3r] {
        flex-direction: row;
    }

    .top-row:not(.auth)[b-2e4rxdos3r] {
        display: none;
    }


    .top-row.auth[b-2e4rxdos3r] {
        justify-content: space-between;
    }

    .top-row[b-2e4rxdos3r]  a, .top-row[b-2e4rxdos3r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2e4rxdos3r] {
        flex-direction: row;
    }

    .sidebar[b-2e4rxdos3r] {
        width: 278px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2e4rxdos3r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2e4rxdos3r]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

   
}
[b-2e4rxdos3r] .dxbl-stacklayout.dx-stack-layout-horizontal {
    display: inline-block ;
    overflow-x: hidden;
    overflow-y:hidden;

    width : 1500% !important;   
    max-width:max-content;
}
[b-2e4rxdos3r] .dx-stack-layout-vertical {
    display: inline-block !important;
    /*overflow-y: auto !important;*/
    margin-bottom: 5%;
    height:100% !important;
}

[b-2e4rxdos3r] .dxbl-stacklayout-item.dx-stack-item {
    display: inline-block !important;
    flex: 1 1 auto !important;
    padding: 5px;
    width: fit-content;
    /* width: 40px !important; */
    margin-right: 5px !important;
}
[b-2e4rxdos3r] .dxbl-stacklayout-root {
    display: inline-block !important;
}
[b-2e4rxdos3r] .stack-layout {
    width: 100%;
    padding: 10px;
    display: grid;
    justify-content: space-between;
}
/* /Shared/DesktopNavMenu.razor.rz.scp.css */
.navbar-toggler[b-9pq5a1axa8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9pq5a1axa8] {
    height: 3.5rem;
}

    .top-row .d-flex[b-9pq5a1axa8] {
        padding-left: 1rem;
        padding-right: 2.5rem;
    }

.navbar-brand[b-9pq5a1axa8] {
    font-size: 1.1rem;
}

.oi[b-9pq5a1axa8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



.nav-item[b-9pq5a1axa8] {
    color: #0D3996;
    padding-left: 18px;
    padding-right: 18px;
    min-height: 56px;
    padding-top: 16px;
    margin-right: 1.1rem;
}



    .nav-item[b-9pq5a1axa8]  a {
        color: #0D3996;
        border-radius: 4px;
        height: 24px;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 16px;
        font-weight: 500;
        justify-content: space-between;
        padding: 0;
        cursor: pointer;
        text-decoration: none;
    }

        .nav-item[b-9pq5a1axa8]  a.active {
        }

.profile-menu-down[b-9pq5a1axa8] {
    background: url(../assets/arrowProfileSelect.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    position: relative;
    top: 3px;
}

.sub-menu-down[b-9pq5a1axa8] {
    background: url(../assets/subMenuArrowDown.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.sub-menu-up[b-9pq5a1axa8] {
    background: url(../assets/subMenuArrowUp.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.Administration[b-9pq5a1axa8] {
    background: url(../assets/AdministrationMenuIcon.svg) no-repeat;
    background-position: 18px 14px;
}

.Configuration[b-9pq5a1axa8] {
    background: url(../assets/ConfigurationMenuIcon.svg) no-repeat;
    background-position: 18px 17px;
}

.M�tier[b-9pq5a1axa8] {
    background: url(../assets/ParcelMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}

.Favoris[b-9pq5a1axa8] {
    background: url(../assets/FavorisMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}


@media (min-width: 641px) {
    .navbar-toggler[b-9pq5a1axa8] {
        display: none;
    }

    .collapse[b-9pq5a1axa8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-9pq5a1axa8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/MobileMainLayout.razor.rz.scp.css */
.page[b-xcrb2d7qbn] {
   
    display: flex;
    flex-direction: column;
    height:100vh;
    max-height:max-content
 
}

main[b-xcrb2d7qbn] {
    flex: 1;
    background: #F7F7F7;
    width: calc(100% - 287px);
    padding: 40px;
    padding-top: 0px;
    overflow-y:auto;
    overflow-x:hidden;
    position:relative;
}


.top-row[b-xcrb2d7qbn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.btn-retract-menu[b-xcrb2d7qbn] {
    border: 0;
    background: #fff;
}

.top-row[b-xcrb2d7qbn]  a, .top-row[b-xcrb2d7qbn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-xcrb2d7qbn]  a:hover, .top-row[b-xcrb2d7qbn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xcrb2d7qbn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {

    .page[b-xcrb2d7qbn] {
        flex-direction: row;
    }

    .top-row:not(.auth)[b-xcrb2d7qbn] {
        display: none;
    }


    .top-row.auth[b-xcrb2d7qbn] {
        justify-content: space-between;
    }

    .top-row[b-xcrb2d7qbn]  a, .top-row[b-xcrb2d7qbn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xcrb2d7qbn] {
        flex-direction: row;
    }

    .sidebar[b-xcrb2d7qbn] {
        width: 278px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xcrb2d7qbn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-xcrb2d7qbn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

   
}
[b-xcrb2d7qbn] .dxbl-stacklayout.dx-stack-layout-horizontal {
    display: inline-block ;
    overflow-x: hidden;
    overflow-y:hidden;

    width : 1500% !important;   
    max-width:max-content;
}
[b-xcrb2d7qbn] .dx-stack-layout-vertical {
    display: inline-block !important;
    /*overflow-y: auto !important;*/
    margin-bottom: 5%;
    height:100% !important;
}

[b-xcrb2d7qbn] .dxbl-stacklayout-item.dx-stack-item {
    display: inline-block !important;
    flex: 1 1 auto !important;
    padding: 5px;
    width: fit-content;
    /* width: 40px !important; */
    margin-right: 5px !important;
}
[b-xcrb2d7qbn] .dxbl-stacklayout-root {
    display: inline-block !important;
}
[b-xcrb2d7qbn] .stack-layout {
    width: 100%;
    padding: 10px;
    display: grid;
    justify-content: space-between;
}
/* /Shared/MobileNavMenu.razor.rz.scp.css */
.navbar-toggler[b-onc3ug0s42] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-onc3ug0s42] {
    height: 3.5rem;
}

    .top-row .d-flex[b-onc3ug0s42] {
        padding-left: 1rem;
        padding-right: 2.5rem;
    }

.navbar-brand[b-onc3ug0s42] {
    font-size: 1.1rem;
}

.oi[b-onc3ug0s42] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



.nav-item[b-onc3ug0s42] {
    color: #0D3996;
    padding-left: 18px;
    padding-right: 18px;
    min-height: 56px;
    padding-top: 16px;
    margin-right: 1.1rem;
}



    .nav-item[b-onc3ug0s42]  a {
        color: #0D3996;
        border-radius: 4px;
        height: 24px;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 16px;
        font-weight: 500;
        justify-content: space-between;
        padding: 0;
        cursor: pointer;
        text-decoration: none;
    }

        .nav-item[b-onc3ug0s42]  a.active {
        }

.profile-menu-down[b-onc3ug0s42] {
    background: url(../assets/arrowProfileSelect.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    position: relative;
    top: 3px;
}

.sub-menu-down[b-onc3ug0s42] {
    background: url(../assets/subMenuArrowDown.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.sub-menu-up[b-onc3ug0s42] {
    background: url(../assets/subMenuArrowUp.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.Administration[b-onc3ug0s42] {
    background: url(../assets/AdministrationMenuIcon.svg) no-repeat;
    background-position: 18px 14px;
}

.Configuration[b-onc3ug0s42] {
    background: url(../assets/ConfigurationMenuIcon.svg) no-repeat;
    background-position: 18px 17px;
}

.M�tier[b-onc3ug0s42] {
    background: url(../assets/ParcelMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}

.Favoris[b-onc3ug0s42] {
    background: url(../assets/FavorisMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}


@media (min-width: 641px) {
    .navbar-toggler[b-onc3ug0s42] {
        display: none;
    }

    .collapse[b-onc3ug0s42] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-onc3ug0s42] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j1r38zmnl2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j1r38zmnl2] {
    height: 3.5rem;
}

    .top-row .d-flex[b-j1r38zmnl2] {
        padding-left: 1rem;
        padding-right: 2.5rem;
    }

.navbar-brand[b-j1r38zmnl2] {
    font-size: 1.1rem;
}

.oi[b-j1r38zmnl2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



.nav-item[b-j1r38zmnl2] {
    color: #0D3996;
    padding-left: 18px;
    padding-right: 18px;
    min-height: 56px;
    padding-top: 16px;
    margin-right: 1.1rem;
}



    .nav-item[b-j1r38zmnl2]  a {
        color: #0D3996;
        border-radius: 4px;
        height: 24px;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 16px;
        font-weight: 500;
        justify-content: space-between;
        padding: 0;
        cursor: pointer;
        text-decoration: none;
    }

        .nav-item[b-j1r38zmnl2]  a.active {
        }

.profile-menu-down[b-j1r38zmnl2] {
    background: url(../assets/arrowProfileSelect.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    position: relative;
    top: 3px;
}

.sub-menu-down[b-j1r38zmnl2] {
    background: url(../assets/subMenuArrowDown.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.sub-menu-up[b-j1r38zmnl2] {
    background: url(../assets/subMenuArrowUp.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    cursor: pointer;
}

.Administration[b-j1r38zmnl2] {
    background: url(../assets/AdministrationMenuIcon.svg) no-repeat;
    background-position: 18px 14px;
}

.Configuration[b-j1r38zmnl2] {
    background: url(../assets/ConfigurationMenuIcon.svg) no-repeat;
    background-position: 18px 17px;
}

.M�tier[b-j1r38zmnl2] {
    background: url(../assets/ParcelMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}

.Favoris[b-j1r38zmnl2] {
    background: url(../assets/FavorisMenuIcon.svg) no-repeat;
    background-position: 18px 18px;
}


@media (min-width: 641px) {
    .navbar-toggler[b-j1r38zmnl2] {
        display: none;
    }

    .collapse[b-j1r38zmnl2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-j1r38zmnl2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
