@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/AndersonISNET/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ykw42xg3j4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-ykw42xg3j4] {
    background-image: linear-gradient(180deg,#ff0000 0%, #000000 75%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-ykw42xg3j4] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-ykw42xg3j4], article[b-ykw42xg3j4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ykw42xg3j4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ykw42xg3j4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.aisLogo[b-ykw42xg3j4] {
    background: #ffffff;
    float: left;
    width: 35px;
    height: 35px;
}
/* _content/AndersonISNET/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5z06ko0zqf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5z06ko0zqf] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-5z06ko0zqf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

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

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

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

    .nav-item[b-5z06ko0zqf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-5z06ko0zqf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5z06ko0zqf] {
    display: block;
}

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

    .nav-scrollable[b-5z06ko0zqf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* _content/AndersonISNET/Components/Layout/TopNav.razor.rz.scp.css */
.navbar-toggler[b-vhgpkcuoew] {
    background-color: rgba(255, 255, 255, 0.1);
}
 
.top-row[b-vhgpkcuoew] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}
 
.navbar-brand[b-vhgpkcuoew] {
    font-size: 1.1rem;
}
 
.oi[b-vhgpkcuoew] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
 
.nav-item[b-vhgpkcuoew] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
 
    .nav-item:first-of-type[b-vhgpkcuoew] {
        padding-top: 1rem;
    }
 
    .nav-item:last-of-type[b-vhgpkcuoew] {
        padding-bottom: 1rem;
    }
 
    .nav-item[b-vhgpkcuoew]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
 
        .nav-item[b-vhgpkcuoew]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }
 
        .nav-item[b-vhgpkcuoew]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
 
@media (min-width: 641px) {
    .navbar-toggler[b-vhgpkcuoew] {
        display: none;
    }
 
    .collapse[b-vhgpkcuoew] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
 
    .nav-scrollable[b-vhgpkcuoew] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
 
/* _content/AndersonISNET/Components/Pages/Home.razor.rz.scp.css */
.round[b-835gvkmytj] {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.roundSmall[b-835gvkmytj] {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.roundT[b-835gvkmytj] {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.roundB[b-835gvkmytj] {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leftImage[b-835gvkmytj] {
    background: #000;
    float: left;
    border: 3px solid #e00;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 6px;
    text-align: center;
}

    .leftImage[b-835gvkmytj], .leftImage a[b-835gvkmytj] {
        color: #fff;
    }

        .leftImage img[b-835gvkmytj] {
            display: block;
        }

        .leftImage p[b-835gvkmytj] {
            margin: 0.5em 0;
        }

.rightImage[b-835gvkmytj] {
    background: #000;
    float: right;
    border: 3px solid #e00;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 6px;
    text-align: center;
}

    .rightImage[b-835gvkmytj], .rightImage a[b-835gvkmytj] {
        color: #fff;
    }

        .rightImage img[b-835gvkmytj] {
            display: block;
        }

        .rightImage p[b-835gvkmytj] {
            margin: 0.5em 0;
        }


