/* /Components/Sidebar.razor.rz.scp.css */
/* The side navigation menu */
.sidenavM[b-6a8oxa4ttf] {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: rgb(219, 219, 219); /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    }

    /* The navigation menu links */
    .sidenavM a[b-6a8oxa4ttf] {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	/* font-size: 25px; */
	color: #181818;
	display: block;
	transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenavM a:hover[b-6a8oxa4ttf] {
	color: #3d3d3d;
    }

    /* Position and style the close button (top right corner) */
    .sidenavM .closebtn[b-6a8oxa4ttf] {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #mainM[b-6a8oxa4ttf] {
	transition: margin-left .5s;
	padding: 20px;
    }

    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
	.sidenavM[b-6a8oxa4ttf] {padding-top: 15px;}
	.sidenavM a[b-6a8oxa4ttf] {font-size: 18px;}
    }
/* /Pages/WipCompanyList.razor.rz.scp.css */
.wc-active[b-uz55u7jb0l]  {
    background-color: #f0f0f0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-84pvgkyyxj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-84pvgkyyxj] {
    flex: 1;
}

.sidebar[b-84pvgkyyxj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-84pvgkyyxj]  a, .top-row .btn-link[b-84pvgkyyxj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

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

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

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

    .main > div[b-84pvgkyyxj] {
        padding-left: 0.9rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3qu29ob01l] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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