/* /Pages/DevTools/DevToolsLayout.razor.rz.scp.css */
/* � 2023-2024 Victor Kaminsky. All rights reserved. */


[b-26rkypchfv] table.details {
    border-collapse: collapse;
    border: 1px solid black;
    border-style: groove;
    table-layout: fixed;
    width: 1100px;
}

    [b-26rkypchfv] table.details td:nth-child(1) {
        width: 200px;
        word-wrap: anywhere;
        max-width: 200px;
        justify-content: left;
    }

    [b-26rkypchfv] table.details td:nth-child(2) {
        width: 900px;
        word-wrap: anywhere;
        max-width: 900px;
        justify-content: left;
    }

    [b-26rkypchfv] table.details td {
        padding: 5px;
        border-width: 1px;
        border-style: solid;
    }

[b-26rkypchfv] table.detailsInner {
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
    width: 900px;
}

    [b-26rkypchfv] table.detailsInner td:nth-child(1) {
        width: 150px;
        max-width: 250px;
        justify-content: left;
        overflow-wrap:break-word
    }

    [b-26rkypchfv] table.detailsInner td:nth-child(2) {
        width: 650px;
        word-wrap: break-word;
        max-width: 6500px;
        justify-content: left;
    }

    [b-26rkypchfv] table.detailsInner td {
        padding: 5px;
        border: 0;
    }

div.HeaderForAdds[b-26rkypchfv] {
    min-height: 50px;
    padding: 0;
    margin: 0;
    top:0;
    justify-content:center;
}

footer.FooterForCopyright[b-26rkypchfv] {
    justify-content:center;
    font-size: 20px;
    padding: 30px;
    top: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* � 2023 - 2024 Victor Kaminsky. All rights reserved. */

.page[b-qioyo8r09i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-qioyo8r09i] {
    background-image: linear-gradient(180deg, var(--nav-bg-color-dark), var(--nav-bg-color));
}

.top-row[b-qioyo8r09i] {
    background-color: var(--info-bg-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-qioyo8r09i], article[b-qioyo8r09i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* � 2023 - 2024 Victor Kaminsky. All rights reserved. */

.navbar-toggler[b-3tbiedrl69] {
    background-color: rgba(var(--nav-top-bg-color), 0.1);
}

.navbar-dark[b-3tbiedrl69] {
    /*background-color: rgba(var(--nav-top-bg-color), 0.1);*/
    background-color: var(--nav-top-bg-color);
}

..navbar-text[b-3tbiedrl69] {
    color: rgba(var(--nav-top-text-color), 0.55)
}

.top-row[b-3tbiedrl69] {
    height: 3.5rem;
    background-color: rgba(var(--nav-top-bg-color),0.4);
    color: var(--info-text-color);
}

.navbar-brand[b-3tbiedrl69] {
    font-size: 1.1rem;
    background-color: rgba(var(--nav-top-bg-color))
}

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

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

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

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

    .nav-item[b-3tbiedrl69]  a {
        color: var(--nav-text-color);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-3tbiedrl69]  a.active {
            background-color: rgba(var(--nav-bg-color),0.25);
            color: var(--nav-text-color);
        }

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

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

    .collapse[b-3tbiedrl69] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3tbiedrl69] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
