@import '_content/LogRWebMonitor/LogRWebMonitor.bundle.scp.css';

/* _content/Hubiis.WebApp/Pages/Components/Toast.razor.rz.scp.css */
.toast[b-8592x5d3nw] {
	display: none;
	padding: 1.5rem;
	color: #fff;
	z-index: 1;
	position: fixed;
	top : 70px;
	left : 0;
	width: 25rem;
	border-radius: 1rem;
	overflow-x:hidden;
	left: 40%;
	outline:0;
}

.toast-icon[b-8592x5d3nw] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1rem;
	font-size: 2.5rem;
}

.toast-body[b-8592x5d3nw] {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-left: 1rem;
}

.toast-body p[b-8592x5d3nw] {
	margin-bottom: 0;
}

.toast-visible[b-8592x5d3nw] {
	display: flex;
	flex-direction: row;
	animation: fadein-b-8592x5d3nw 1.5s;
}

@keyframes fadein-b-8592x5d3nw {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/* _content/Hubiis.WebApp/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-cqhbp1z3h7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cqhbp1z3h7] {
    flex: 1;
}

.sidebar[b-cqhbp1z3h7] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-right: 1px solid;
}

.top-row[b-cqhbp1z3h7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cqhbp1z3h7]  a, .top-row .btn-link[b-cqhbp1z3h7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cqhbp1z3h7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cqhbp1z3h7] {
        display: none;
    }

    .top-row.auth[b-cqhbp1z3h7] {
        justify-content: space-between;
    }

    .top-row a[b-cqhbp1z3h7], .top-row .btn-link[b-cqhbp1z3h7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cqhbp1z3h7] {
        flex-direction: row;
    }

    .sidebar[b-cqhbp1z3h7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cqhbp1z3h7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cqhbp1z3h7], article[b-cqhbp1z3h7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Hubiis.WebApp/Pages/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fxl6sz84qj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fxl6sz84qj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fxl6sz84qj] {
    font-size: 1.1rem;
}

.oi[b-fxl6sz84qj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fxl6sz84qj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fxl6sz84qj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fxl6sz84qj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fxl6sz84qj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-fxl6sz84qj]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-fxl6sz84qj]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-fxl6sz84qj] {
        display: none;
    }

    .collapse[b-fxl6sz84qj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-fxl6sz84qj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Hubiis.WebApp/Pages/UploadPackage.razor.rz.scp.css */
.file-drop-zone[b-gcp437k7hz] {
    border: 3px dotted green;
    padding: 10px;
}

.hover[b-gcp437k7hz] {
    border-style: solid;
    background-color: white;
}

.rz-dialog-content[b-gcp437k7hz] {
    height: 100%;
}
