/* _content/FPortal/Componenti/BaseGridTable.razor.rz.scp.css */
body[b-3wu6l40vd7] {
    font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.hsCell[b-3wu6l40vd7] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    line-height: 36px;
    height: 45px;
    padding: 4.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    -moz-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    vertical-align: top;
    white-space: nowrap;
}

#customers[b-3wu6l40vd7] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 10px;
    border: 1px solid #DADADA;
}

.bhead[b-3wu6l40vd7] {
    background-color: #DADADA;
    align-items: center;
}

    .bhead .head-search[b-3wu6l40vd7] {
        border-bottom: 1px solid #DADADA;
        text-align: left;
        padding: auto 5px;
        margin: auto;
    }

.head-search input[b-3wu6l40vd7] {
    text-align: left;
    width: 100%;
    padding: 0px 1px;
    font-size: 16px;
    font-weight: 300;
    margin-top: -5px;
}

#customers tr[b-3wu6l40vd7] {
    padding: 5px;
}

.head[b-3wu6l40vd7] {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 10px;
    text-align: left;
    font-weight: 400;
    border-right: 1px solid #DADADA;
    font-size: 18px;
    background-color: #FAF9FB;
    color: black;
    width: min-content;
    border-bottom: 1px solid #DADADA;
}
/* _content/FPortal/Componenti/BoxDialogModal.razor.rz.scp.css */
body[b-3hj6u17cs9] {
}

.box-dialog[b-3hj6u17cs9] {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    position: absolute;    
    z-index: 1; /* Sit on top */
     /* Location of the box */
     padding: auto;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.box-dialog-content[b-3hj6u17cs9] {
    background-color: white;
    margin: auto;
    padding: 20px 50px;
    border: 1px solid #888;
    max-width: 50%;
    height: auto;
    position: relative;
}

.flex-row-box-dialog[b-3hj6u17cs9] {
    flex-direction: row;
    display: inline-flex;
    text-align: right;
    justify-content: flex-end;
}
.flex-column-box-dialog[b-3hj6u17cs9] {
    flex-direction: column;
    display: flex;
    text-align: center;
    justify-content: center;
}
.box-title[b-3hj6u17cs9]{
    font-size: 25px;
    color: black;
}

.box-message[b-3hj6u17cs9] {
    font-size: 20px;
    color: black;
}

.box-info[b-3hj6u17cs9]{
    border-top: 4px solid blue;
    color: blue;
}

    .box-info .box-action[b-3hj6u17cs9] {
        color: blue;
        border: 1px solid blue;
    }


    .box-action[b-3hj6u17cs9] {
        padding: 5px 40px;
        background-color: white;
        cursor: pointer;
    }

.box-done[b-3hj6u17cs9] {
    border-top: 4px solid green;
    color: green;
}

.box-done .box-action[b-3hj6u17cs9] {
    color: green;
    border: 1px solid green;
}

.box-error .box-action[b-3hj6u17cs9] {
    color: red;
    border: 1px solid red;
}

.box-error[b-3hj6u17cs9] {
    border-top: 4px solid red;
    color: red;
}

.box-warning .box-action[b-3hj6u17cs9] {
    color: orange;
    border: 1px solid orange;
}
.box-warning[b-3hj6u17cs9] {
    border-top: 4px solid orange;
    color: orange;
}

.flex-column-box-dialog span[b-3hj6u17cs9] {
    font-size: 40px;
}
/* _content/FPortal/Componenti/BoxDialogProp.razor.rz.scp.css */
body[b-x8pgspjmq7] {
}

/* _content/FPortal/Pages/CreaModificaCliente.razor.rz.scp.css */
body[b-bvwdphh4gu] {
    font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
}


.box[b-bvwdphh4gu] {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: min-content;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    width: 100%;
    margin-bottom: 20px;
}

.box-action2[b-bvwdphh4gu] {
    padding: 5px 40px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    font-size: 18px;
    height: 40px;
}

.cfcontattotipo[b-bvwdphh4gu] {
    padding: 2px 10px;
    background: #0769AA;
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 0.21428571rem;
}

.cfcontattoinfo[b-bvwdphh4gu] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 2px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
}
.cfcontattoinfo span[b-bvwdphh4gu]{
    font-size: 18px;
    margin-right: 10px;
    opacity: 0.7;
}

.cfcontattoinfo label[b-bvwdphh4gu]{
    margin-top: -5px;
}
.cfcontatto[b-bvwdphh4gu] {
    display: flex;
    margin-bottom: 0.5rem;
    border: 1px solid rgb(229, 229, 229);
    overflow: hidden;
    flex-direction: column;
    padding: 10px 10px;
    width: 450px;
    transition: border-color 0.25s ease 0s;
}

.group-cfcontatto[b-bvwdphh4gu] {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
    width: 100%;
}

.btn-ok2[b-bvwdphh4gu] {
    background-color: blue;
    font-size: 18px;
    height: 40px;
}

.box-header[b-bvwdphh4gu] {
    color: blue;
    font-size: 18px;
    font-weight: 500;
    text-align: start;
    width: 100%;
}

.box-content[b-bvwdphh4gu] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden auto;
    height: min-content;
    width: 100%;
}

.box-content-item[b-bvwdphh4gu] {
    padding: 10px;
    display: flex;
    width: 50%;
    padding: 0px 10px;
    flex-direction: column;
    height: min-content;
}

.item[b-bvwdphh4gu] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    padding: 5px 0px;
    width: 100%;
}

    .item label[b-bvwdphh4gu] {
        font-size: 18px;
        font-weight: 300;
        vertical-align: middle;
        width: 30%;
        text-align: start;
    }

    .item input[b-bvwdphh4gu] {
        font-size: 18px;
        font-weight: 600;
        width: 65%;
        vertical-align: middle;
    }

.search[b-bvwdphh4gu] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 65%;
    cursor: pointer;
}



@media(max-width: 850px){
    .box-content[b-bvwdphh4gu] {
        flex-direction: column;
        justify-content: center;
    }

    .box-content-item[b-bvwdphh4gu]{
        width: 100%;
    }

}
/* _content/FPortal/Pages/LoginPage.razor.rz.scp.css */
body[b-9vnbchxqy6] {
}

.modal[b-9vnbchxqy6] {
    display: flex; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    padding-bottom: 50px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nonevis[b-9vnbchxqy6] {
    display: none;
}



.container[b-9vnbchxqy6] {
    background-color: white;
    margin: auto;
    padding: 20px 50px;
    border: 1px solid #888;
    width: 30%;
    height: 70%;
}

input[type=text][b-9vnbchxqy6], input[type=password][b-9vnbchxqy6] {
    width: 100%;
    padding: 6px 20px;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.imgcontainer[b-9vnbchxqy6] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Set a style for all buttons */
button[b-9vnbchxqy6] {
    background-color: rgb(10,101,136);
    color: white;
    padding: 14px 20px;
    margin: 50px auto;
    border: none;
    cursor: pointer;
    width: 100%;
}

.animate[b-9vnbchxqy6] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-9vnbchxqy6 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-9vnbchxqy6 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* _content/FPortal/Pages/PaginaArticolo.razor.rz.scp.css */
body[b-b6zls4qusi] {
}

.frame[b-b6zls4qusi] {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    padding: 5px 20px;
    flex-direction: column;
    display: flex;
    text-align: start;
    overflow-y: auto;
}


.image-frame[b-b6zls4qusi] {
    display: flex;
    flex-direction: row;
    width: 50%;
    border: 0.2px solid black;
    height: 75vh;
}

.btn-order[b-b6zls4qusi] {
    text-decoration: none;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: blue;
    cursor: pointer;
    height: fit-content;
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
}

.content-frame[b-b6zls4qusi] {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
    padding-left: 10px;
    margin-bottom: -20px;
}

.zoomable-image[b-b6zls4qusi] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transform-origin: top left;
    transition: transform 0.3s ease;
    width: 85%;
    height: 100%;
}

    .zoomable-image img[b-b6zls4qusi] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
    }

.picture-image-frame[b-b6zls4qusi] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    width: 20%;
    padding: 2px;
}

    .picture-image-frame img[b-b6zls4qusi] {
        width: 100%;
        height: 85px;
        margin-top: 2px;
        object-fit: contain;
        cursor: pointer;
    }

.select-box[b-b6zls4qusi] {
    text-align: start;
    height: 40px;
}

    .select-box option[b-b6zls4qusi] {
        padding: 5px 5px;
    }
.frame-content[b-b6zls4qusi] {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
}
.price[b-b6zls4qusi] {
    color: Green;
    font-size: 25px;
    margin-top: 20px;
}

    .price span[b-b6zls4qusi] {
        padding-right: 10px;
    }

@media(max-width: 900px) {
    .frame-content[b-b6zls4qusi] {
        flex-direction: column;
        justify-content: center;
    }

    .image-frame[b-b6zls4qusi] {
        width: 100%;
    }

    .content-frame[b-b6zls4qusi] {
        width: 100%;
    }
}
/* _content/FPortal/Pages/src/HeaderToolbarHome.razor.rz.scp.css */
body[b-1ipebo2nnz] {
}

.component[b-1ipebo2nnz] {
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.component-title[b-1ipebo2nnz] {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.searchbar[b-1ipebo2nnz] {
    height: 32px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    color: black;
    width: 240px;
    border-bottom: 0.5px solid #DADADA
}

.title-app[b-1ipebo2nnz] {
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    margin-top: 5px;
    margin-right: 10px;
    align-items: center;
}

.userinfo[b-1ipebo2nnz] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title thumbnail"
        "description thumbnail";
    -webkit-box-align: center;
    align-items: center;
    gap: 1px 8px;
    font-size: 12px;
    line-height: 16px;
}

    .userinfo .title[b-1ipebo2nnz] {
        grid-area: title;
    }

    .userinfo .description[b-1ipebo2nnz] {
        grid-area: description;
    }

    .userinfo .thumbnail[b-1ipebo2nnz] {
        width: 30px;
        height: 30px;
        grid-area: thumbnail;
        border-radius: 100%;
        border: 0;
        text-align: center;
        align-items: center;
        color: white;
        background-color: blue;
        vertical-align: middle;
        padding-top: 7px;
    }


.searchbar input[b-1ipebo2nnz] {
    height: 100%;
    flex: 1 1 0%;
    padding: 8px;
    background: none;
    outline: none;
    border: none;
    color: inherit;
    font-size: 1rem;
}

.searchbar span[b-1ipebo2nnz] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
    fill: currentColor;
}

.actions[b-1ipebo2nnz] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0px 5px;
}

.div-order[b-1ipebo2nnz]{
    display: flex;
    flex-direction: row;
    text-align: center;
}

@media(max-width: 1150px){
    .div-order[b-1ipebo2nnz]{
        flex-direction: column;
        margin-top: -5px;

    }
    .div-order div[b-1ipebo2nnz]{
        margin-top: -5px;
    }
   
}
@media(max-width: 890px) {
    .div-order[b-1ipebo2nnz] {
        display: none;
    }
}

/* _content/FPortal/Pages/View_Document.razor.rz.scp.css */
body[b-26x9mryd23] {
    font-size: 18px;
}

.flex-column[b-26x9mryd23] {
    display: flex;
    flex-direction: column;
}

.flex-row[b-26x9mryd23] {
    display: inline-flex;
    flex-direction: row;
}

h6[b-26x9mryd23] {
    color: rgb(10, 101, 136);
}

.btn-order[b-26x9mryd23] {
    text-decoration: none;
    border-radius: 5px;
    background-color: blue;
    cursor: pointer;
    height: fit-content;
    font-size: 18px;
    width: 100%;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.btn-order-del[b-26x9mryd23] {
    text-decoration: none;
    border-radius: 5px;
    background-color: red;
    cursor: pointer;
    font-size: 18px;
    height: fit-content;
    width: 100%;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.subtotal[b-26x9mryd23] {
    background-color: white;
    padding: 5px 5px;
    height: fit-content;
    font-size: 18px;
    width: fit-content;
    border: 0.5px grey solid;
    border-radius: 5px;
    margin-top: 5px;
}

.price[b-26x9mryd23] {
    color: black;
    font-size: 17px;
}

.search[b-26x9mryd23] {
    border: none;
    width: 50%;
}

    .search:focus[b-26x9mryd23] {
        border: none;
    }

.div-search[b-26x9mryd23] {
    margin-bottom: 10px;
    width: 50%;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    border: 1px solid black;
    padding: 2px 10px;
    display: flex;
}

    .div-search input[b-26x9mryd23] {
        width: 95%;
        font-size: 18px;
    }

    .div-search span[b-26x9mryd23] {
        margin-top: 5px;
    }

.item-group[b-26x9mryd23] {
    border: 1px solid #E8E8E8;
    box-shadow: 1px 2px #E8E8E8;
    background-color: white;
    padding: 7px 20px;
    font-size: 18px;
    border-radius: 2px;
    margin: 0px 10px;

}

.item-tp[b-26x9mryd23] {
    padding: 20px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000
}

.item-row-align[b-26x9mryd23] {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
}
.item-row-align2[b-26x9mryd23] {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
}


.start-item[b-26x9mryd23]{
    justify-content: start;
}


    .item-column-align[b-26x9mryd23] {
        display: flex;
        flex-direction: column;
        padding: 5px 10px;
    }

        .item-column-align .item-column-align[b-26x9mryd23] {
            display: flex;
            flex-direction: column;
            padding: 5px 0px;
            
        }


.item-header[b-26x9mryd23] {
    color: blue;
    font-size: 18px;
    width: 100%;
    text-align: start;
}


.item-input[b-26x9mryd23] {
    border: 1px solid black;
    padding: 2px 10px;
    cursor: pointer;
}

.item-input span[b-26x9mryd23]{
    margin-top: 5px;
}

.item-input label[b-26x9mryd23]{
    font-weight: bold;
}

.item-disable[b-26x9mryd23] {
    background-color: #E8E8E8 !important;
}

.item-disable span[b-26x9mryd23]{
   display: none;
}

.item-dispatcher[b-26x9mryd23]{
    width: 34%;
    text-align: start;
}

.item-dispatcher-total[b-26x9mryd23] {
    width: 20%;
}

@media(max-width: 900px){
    .item-dispatcher[b-26x9mryd23] {
        width: 100%;
    }

    .item-dispatcher-total[b-26x9mryd23] {
        width: 100%;
    }

    .item-row-align2[b-26x9mryd23] {
        display: flex;
        flex-direction: column;
        padding: 5px 10px;
    }
}
/* _content/FPortal/Shared/HomePage.razor.rz.scp.css */
body[b-7b6kbb8n45] {
}

.grid-container[b-7b6kbb8n45] {
    display: grid;
    grid-template:
        'header header'
        'menu main';
    height: 100vh;
    width: 100%;
    grid-template-rows: 50px auto;
    grid-template-columns: 80px auto;
}

.grid-container > .menu[b-7b6kbb8n45] {
    background-color: rgb(10,101,136);
    grid-area: menu;
    width: 100%;
    height: 100%;
}

.grid-container > .header[b-7b6kbb8n45] {
    background-color: white;
    grid-area: header;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DADADA;
}

.grid-container > .main[b-7b6kbb8n45] {
    background-color: white;
    text-align: center;
    font-size: 30px;
    grid-area: main;
    width: 100%;
    height: 100%;
    overflow-x: auto;
}

.modelLoad[b-7b6kbb8n45] {
    
}

.modalFullScreen[b-7b6kbb8n45] {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
}

.grid-container > .header-toolbar-attivita[b-7b6kbb8n45] {
    height: 100%;
    background-color: rgb(10,101,136);
    color: white;
    font-size: 15px;
    grid-area: attivita;
    font-weight: 400;
    width: 100%;
    padding: 0px 10px;
    flex-direction: row;
    display: none;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media(max-width: 900px){
    .grid-container[b-7b6kbb8n45] {
        grid-template:
            'header header'
            'menu attivita'
            'menu main';
        grid-template-rows: 50px 40px auto;
        grid-template-columns: 80px auto;
    }

    .grid-container > .header-toolbar-attivita[b-7b6kbb8n45]{
        display: flex;
    }
}
/* _content/FPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-wvq6rwf5ba] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvq6rwf5ba] {
    flex: 1;
}

.sidebar[b-wvq6rwf5ba] {
    background-color: rgb(10, 101, 136);
}

.top-row[b-wvq6rwf5ba] {
    background-color: rgb(10, 101, 136);
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}


.modal[b-wvq6rwf5ba] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modalImg[b-wvq6rwf5ba] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

#drawer[b-wvq6rwf5ba] {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    display: none;
    left: 0;
    background-color: rgb(10, 101, 136);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.closeBtn[b-wvq6rwf5ba] {
    color: white;
    text-decoration: none;
    font-size: 30px;
    display: block;
    margin-right: 20px;
    cursor: pointer;
    margin-top: -10px;
}

    .closeBtn:hover[b-wvq6rwf5ba] {
        color: #818181;
    }

/* Modal Content */
.modal-content[b-wvq6rwf5ba] {
    background-color: #fefefe;
    margin: auto;
    position: absolute;
    padding: 10px 10px;
    right: 30px;
    top: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: fit-content;
    box-shadow: 2px 2px lightgrey;
}

/* The Close Button */
.close[b-wvq6rwf5ba] {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-wvq6rwf5ba],
    .close:focus[b-wvq6rwf5ba] {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*
.top-row ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}
    */
@media (min-width: 11px) {
    .page[b-wvq6rwf5ba] {
        flex-direction: row;
    }

    .sidebar[b-wvq6rwf5ba] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-wvq6rwf5ba], article[b-wvq6rwf5ba] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dkoocm0sjz] {
    background-color: rgb(10, 101, 136);
}

.top-row[b-dkoocm0sjz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

.nav-item[b-dkoocm0sjz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dkoocm0sjz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dkoocm0sjz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dkoocm0sjz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dkoocm0sjz]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-dkoocm0sjz]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }



@media (min-width: 500px) {
    .navbar-toggler[b-dkoocm0sjz] {
        display: block;
    }

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

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