/* _content/MFVASVend_Documentation/Pages/Advice/Advice_Introduction.razor.rz.scp.css */
.styled-table[b-ynt9giamgy] {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.styled-table th[b-ynt9giamgy], .styled-table td[b-ynt9giamgy] {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.styled-table th[b-ynt9giamgy] {
    background-color: #f2f2f2;
}

.styled-table tr:nth-child(even)[b-ynt9giamgy] {
    background-color: #f9f9f9;
}

.styled-table tr.yellow[b-ynt9giamgy] {
    background-color: #fff3cd;
}

.styled-table tr.red[b-ynt9giamgy] {
    background-color: #f8d7da;
}

.styled-table tr.green[b-ynt9giamgy] {
    background-color: #d4edda;
}
/* _content/MFVASVend_Documentation/Pages/AirtimeAndData/AirtimeAndData_Introduction.razor.rz.scp.css */
table[b-f95tcbcmri], th[b-f95tcbcmri], td[b-f95tcbcmri] {
    padding: 10px;
    border: 1px solid;
}
/* _content/MFVASVend_Documentation/Pages/AirtimeAndData/TestCases.razor.rz.scp.css */
table[b-gyxm2lj8rz], th[b-gyxm2lj8rz], td[b-gyxm2lj8rz] {
    border: 1px solid black;
    padding: 5px;
}
/* _content/MFVASVend_Documentation/Pages/Connectivity/Fault.razor.rz.scp.css */
table[b-ql8f6y5mp7], th[b-ql8f6y5mp7], td[b-ql8f6y5mp7] {
    padding: 5px;
    border: 1px solid;
}
/* _content/MFVASVend_Documentation/Pages/Connectivity/FaultList.razor.rz.scp.css */
table[b-9n4yhqoh2k], th[b-9n4yhqoh2k], td[b-9n4yhqoh2k] {
    padding: 5px;
    border: 1px solid;
}
/* _content/MFVASVend_Documentation/Pages/Connectivity/ReceiptFormat.razor.rz.scp.css */
table[b-90nxfya7yp], th[b-90nxfya7yp], td[b-90nxfya7yp] {
    padding: 10px;
    border: 1px solid;
}
/* _content/MFVASVend_Documentation/Shared/MainLayout.razor.rz.scp.css */
.page[b-kjjc0oahjg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kjjc0oahjg] {
    flex: 1;
}

.sidebar[b-kjjc0oahjg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kjjc0oahjg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kjjc0oahjg]  a, .top-row .btn-link[b-kjjc0oahjg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kjjc0oahjg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kjjc0oahjg] {
        display: none;
    }

    .top-row.auth[b-kjjc0oahjg] {
        justify-content: space-between;
    }

    .top-row a[b-kjjc0oahjg], .top-row .btn-link[b-kjjc0oahjg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kjjc0oahjg] {
        flex-direction: row;
    }

    .sidebar[b-kjjc0oahjg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kjjc0oahjg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kjjc0oahjg], article[b-kjjc0oahjg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MFVASVend_Documentation/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6n9bjzgnzy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6n9bjzgnzy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6n9bjzgnzy] {
    font-size: 1.1rem;
}

.oi[b-6n9bjzgnzy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6n9bjzgnzy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6n9bjzgnzy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6n9bjzgnzy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6n9bjzgnzy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6n9bjzgnzy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6n9bjzgnzy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6n9bjzgnzy] {
        display: none;
    }

    .collapse[b-6n9bjzgnzy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
