/* /App.razor.rz.scp.css */
div[b-2r1b8kc2qt] {
    text-align: center;
    height: 100vh;
}

h1[b-2r1b8kc2qt] {
    margin-top: 40vh;
    margin-bottom: 1rem;
}

p[b-2r1b8kc2qt] {
    margin: 0;
}
/* /Pages/Index.razor.rz.scp.css */
table > tbody > tr:hover[b-fkzns3sacs] {
    cursor: default
}

.circle.small[b-fkzns3sacs] {
    border: 8px solid #bfbfbf;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    z-index: 86;
    margin-right: 2rem;
}

.circle.filled[b-fkzns3sacs] {
    background-color: #666666;
}

.graph[b-fkzns3sacs] {
    margin: auto;
    position: relative;
    width: 60vw;
    height: max-content;
}

.oval-container[b-fkzns3sacs] {
    min-width: 50%;
    max-width: 50%;
    margin-right: 4rem;
}


/*toggle button*/
.content[b-fkzns3sacs] {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    width: 80%;
    transform: translateY(5%);
}

label[b-fkzns3sacs], .toggle[b-fkzns3sacs] {
    height: 2rem;
    border-radius: 100px;
}

label[b-fkzns3sacs] {
    width: 100%;
    background-color: rgba(0,0,0,.1);
    position: relative;
    cursor: pointer;
}

.switch[b-fkzns3sacs] {
    width: 20vw;
}

.toggle[b-fkzns3sacs] {
    position: absolute;
    width: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.names[b-fkzns3sacs] {
    height: 100%;
    font-size: 90%;
    font-weight: bolder;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.dark[b-fkzns3sacs] {
    opacity: .5;
}
/* -------- Switch Styles ------------*/
[type="checkbox"][b-fkzns3sacs] {
    display: none;
}
    /* Toggle */
    [type="checkbox"]:checked + .switch .toggle[b-fkzns3sacs] {
        transform: translateX(100%);
    }

    [type="checkbox"]:checked + .switch .dark[b-fkzns3sacs] {
        opacity: 1;
    }

    [type="checkbox"]:checked + .switch .light[b-fkzns3sacs] {
        opacity: .5;
    }
/* /Pages/InventoryPages/AddHardwareItem.razor.rz.scp.css */
input[b-99pwbhnhxd] {
    outline: unset !important;
    border: unset !important;
    box-shadow: 0 410px 27px 0 rgba(0, 0, 0, 0.01), 0 6px 30px 0 rgba(0, 0, 0, 0.02);
    border: 0.3px solid rgba(0, 0, 0, 0.02) !important;
}

label[b-99pwbhnhxd] {
    font-weight: 600;
}
/* /Pages/InventoryPages/AddHardwareItemForProject.razor.rz.scp.css */
input[b-1nbyd3hdxp] {
    outline: unset !important;
    border: unset !important;
    box-shadow: 0 410px 27px 0 rgba(0, 0, 0, 0.01), 0 6px 30px 0 rgba(0, 0, 0, 0.02);
    border: 0.3px solid rgba(0, 0, 0, 0.02) !important;
}

label[b-1nbyd3hdxp] {
    font-weight: 600;
}
/* /Pages/InventoryPages/EditHardwareItem.razor.rz.scp.css */
input[b-v9uigcxjz1] {
    outline: unset !important;
    border: unset !important;
    box-shadow: 0 410px 27px 0 rgba(0, 0, 0, 0.01), 0 6px 30px 0 rgba(0, 0, 0, 0.02);
    border: 0.3px solid rgba(0, 0, 0, 0.02) !important;
}

label[b-v9uigcxjz1] {
    font-weight: 600;
}
/* /Pages/InventoryPages/InventoryComponent.razor.rz.scp.css */
th[b-2uljegm91n],
td[b-2uljegm91n] {
    text-align: center;
}
/* /Pages/InventoryPages/InventoryFormComponent.razor.rz.scp.css */
th[b-xnnouxlo41],
td[b-xnnouxlo41] {
    text-align: center;
}
#snackbar[b-xnnouxlo41] {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show[b-xnnouxlo41] {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein-b-xnnouxlo41 0.5s, fadeout-b-xnnouxlo41 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-b-xnnouxlo41 {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout-b-xnnouxlo41 {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* /Pages/InventoryPages/ViewHardwareItem.razor.rz.scp.css */
input[b-xti2h5tpgr] {
    outline: unset !important;
    border: unset !important;
    box-shadow: 0 410px 27px 0 rgba(0, 0, 0, 0.01), 0 6px 30px 0 rgba(0, 0, 0, 0.02);
    border: 0.3px solid rgba(0, 0, 0, 0.02) !important;
}

label[b-xti2h5tpgr] {
    font-weight: 600;
}
/* /Pages/SyncRequestPages/NewSyncsComponent.razor.rz.scp.css */
th[b-8qti1vq0b1], td[b-8qti1vq0b1]{
    text-align:center;
}
/* /Pages/UserPages/UserDetail.razor.rz.scp.css */
table > tbody > tr:hover[b-mlncidzqr1] {
    cursor: pointer
}

input:focus-visible[b-mlncidzqr1] {
    outline: none;
}

/*toggle button*/
.content[b-mlncidzqr1] {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    width: 80%;
    transform: translateY(5%);
}

label[b-mlncidzqr1], .toggle[b-mlncidzqr1] {
    height: 2rem;
    border-radius: 100px;
}

.toggle-label[b-mlncidzqr1] {
    width: 100%;
    background-color: rgba(0,0,0,.1);
    position: relative;
    cursor: pointer;
}

.switch[b-mlncidzqr1] {
    width: 20vw;
}

.toggle[b-mlncidzqr1] {
    position: absolute;
    width: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.names[b-mlncidzqr1] {
    height: 100%;
    font-size: 90%;
    font-weight: bolder;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.dark[b-mlncidzqr1] {
    opacity: .5;
}
/* -------- Switch Styles ------------*/
[type="checkbox"][b-mlncidzqr1] {
    display: none;
}
    /* Toggle */
    [type="checkbox"]:checked + .switch .toggle[b-mlncidzqr1] {
        transform: translateX(100%);
    }

    [type="checkbox"]:checked + .switch .dark[b-mlncidzqr1] {
        opacity: 1;
    }

    [type="checkbox"]:checked + .switch .light[b-mlncidzqr1] {
        opacity: .5;
    }
/* /Pages/WearablePages/WearableDetail.razor.rz.scp.css */
table > tbody > tr:hover[b-p9avlf05bm] {
    cursor: pointer
}

input:focus-visible[b-p9avlf05bm] {
    outline: none;
}

/*toggle button*/
.content[b-p9avlf05bm] {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    width: 80%;
    transform: translateY(5%);
}

label[b-p9avlf05bm], .toggle[b-p9avlf05bm] {
    height: 2rem;
    border-radius: 100px;
}

.toggle-label[b-p9avlf05bm] {
    width: 100%;
    background-color: rgba(0,0,0,.1);
    position: relative;
    cursor: pointer;
}

.switch[b-p9avlf05bm] {
    width: 20vw;
}

.toggle[b-p9avlf05bm] {
    position: absolute;
    width: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.names[b-p9avlf05bm] {
    height: 100%;
    font-size: 90%;
    font-weight: bolder;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.dark[b-p9avlf05bm] {
    opacity: .5;
}
/* -------- Switch Styles ------------*/
[type="checkbox"][b-p9avlf05bm] {
    display: none;
}
    /* Toggle */
    [type="checkbox"]:checked + .switch .toggle[b-p9avlf05bm] {
        transform: translateX(100%);
    }

    [type="checkbox"]:checked + .switch .dark[b-p9avlf05bm] {
        opacity: 1;
    }

    [type="checkbox"]:checked + .switch .light[b-p9avlf05bm] {
        opacity: .5;
    }
/* /Shared/AccessControl.razor.rz.scp.css */
/*a {
    background-color: #42C3AA!important;
    color: white!important;
    padding-left: 1rem;
}
h6{
    margin-bottom:0;
}
*/

a[b-zzgm9rmhvk] {
    background-color: #000 !important;
    color: white !important;
    padding-left: 1rem;
}

h6[b-zzgm9rmhvk] {
    margin-bottom: 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.unauthorized {
    display:flex;
    background-color: white;
    align-items:center;
    justify-content:center;
    height: 100%;
    font-size: 128px;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
    background-color: white;
    overflow: auto;
    padding-top: 3rem;
    height: 100vh;
}

.sidebar {
    background-color: #EEF9F8;
}

.content {
    padding-bottom: 10vh;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .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: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/


.unauthorized[b-oicp5eis7n] {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 128px;
}

.page[b-oicp5eis7n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-oicp5eis7n] {
    flex: 1;
    background-color: white;
    overflow: auto;
    /*padding-top: 3rem;*/
    height: 100vh;
}

.sidebar[b-oicp5eis7n] {
    background-color: #FFF;
    border-right: 1px solid #e5e5e5;
}

.content[b-oicp5eis7n] {
    padding-bottom: 10vh;
}

.top-row[b-oicp5eis7n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oicp5eis7n]  a, .top-row .btn-link[b-oicp5eis7n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oicp5eis7n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-oicp5eis7n] {
        display: none;
    }

    .top-row.auth[b-oicp5eis7n] {
        justify-content: space-between;
    }

    .top-row a[b-oicp5eis7n], .top-row .btn-link[b-oicp5eis7n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oicp5eis7n] {
        flex-direction: row;
    }

    .sidebar[b-oicp5eis7n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oicp5eis7n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-oicp5eis7n] {
/*        padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

h6 {
    margin-bottom:0;
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: rgba(153, 153, 153, 0.8);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }


        .nav-item ::deep a.active {
            background-color: #DEF3EE;
            color: black;
        }

        .nav-item ::deep a.active h6 {
            font-weight: 600;
        }

.nav-item ::deep a:hover {
    background-color: rgba(175, 255, 181, 0.3);
    color: black;
}

li:last-child {
    flex-grow: 1;
}


.logout {
    bottom: 0;
    position: absolute;
    margin-bottom: 100px !important;
    width: 100%;
}

.logout-link {
    border-radius: 10px;
    padding: 0.1rem;
    color: white!important;
}

    .logout-link:hover {
        background-color: rgba(175, 255, 181, 0.3);
        color:black;
    }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/


.navbar-toggler[b-i58r45mrg4] {
    background-color: rgba(255, 255, 255, 0.1);
}

h6[b-i58r45mrg4] {
    margin-bottom: 0;
}

.navbar-brand[b-i58r45mrg4] {
    font-size: 1.1rem;
}

.oi[b-i58r45mrg4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-icon[b-i58r45mrg4] {
    min-width: 30px;
    font-size: 16px;
}

.nav-item[b-i58r45mrg4] {
    /*font-size: 0.9rem;*/
    color: black;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i58r45mrg4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i58r45mrg4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i58r45mrg4]  a {
        /*color: rgba(153, 153, 153, 0.8);*/
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }


        .nav-item[b-i58r45mrg4]  a.active {
            /*background-color: #DEF3EE;*/
            font-weight: bold;
            color: black;
        }

            .nav-item[b-i58r45mrg4]  a.active h6 {
                font-weight: bold;
            }

        .nav-item[b-i58r45mrg4]  a:hover {
            background-color: #f6f6f6;
            font-weight: bold;
            color: black;
        }

li:last-child[b-i58r45mrg4] {
    flex-grow: 1;
}


.logout[b-i58r45mrg4] {
    bottom: 0;
    position: absolute;
    margin-bottom: 40px !important;
    width: 100%;
}

.logout-link[b-i58r45mrg4] {
    border-radius: 10px;
    padding: 0.1rem;
    color: white !important;
}

    .logout-link:hover[b-i58r45mrg4] {
        background-color: rgba(175, 255, 181, 0.3);
        color: black;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-i58r45mrg4] {
        display: none;
    }

    .collapse[b-i58r45mrg4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
