/* _content/NovaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-emkmr45vrz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-emkmr45vrz] {
    flex: 1;
}

.sidebar[b-emkmr45vrz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-emkmr45vrz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-emkmr45vrz]  a, .top-row[b-emkmr45vrz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-emkmr45vrz]  a:hover, .top-row[b-emkmr45vrz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-emkmr45vrz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-emkmr45vrz] {
        justify-content: space-between;
    }

    .top-row[b-emkmr45vrz]  a, .top-row[b-emkmr45vrz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-emkmr45vrz] {
        flex-direction: row;
    }

    .sidebar[b-emkmr45vrz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-emkmr45vrz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-emkmr45vrz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-emkmr45vrz], article[b-emkmr45vrz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-emkmr45vrz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-emkmr45vrz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NovaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-31vyin14kp] {
    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-31vyin14kp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-31vyin14kp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-31vyin14kp] {
    font-size: 1.1rem;
}

.bi[b-31vyin14kp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-31vyin14kp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-31vyin14kp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-31vyin14kp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-31vyin14kp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-31vyin14kp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-31vyin14kp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-31vyin14kp]  .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-31vyin14kp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-31vyin14kp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-31vyin14kp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-31vyin14kp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-31vyin14kp] {
        display: none;
    }

    .nav-scrollable[b-31vyin14kp] {
        /* 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/NovaWeb/Components/Pages/Home.razor.rz.scp.css */
body[b-9gjg50jv68] {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	min-height: 200vh;
	background: radial-gradient(circle at center, #101014, #242B2F, #101014);
	background-size: 200% 200%;
}


	body.force-desktop .mobile-only[b-9gjg50jv68] {
		display: none;
	}

	body.force-desktop .desktop-only[b-9gjg50jv68] {
		display: block;
	}

intro-text[b-9gjg50jv68] {
}

.intro-logo[b-9gjg50jv68] {
	background-image: url('../images/nova/nova.png');
	flex: 1;
	min-width: 400px;
	min-height: 213px;
}


/* MEDIA QUERIES */
/*******************************************************/
@media only screen and (max-width: 600px) {
	.TitleFeatureContainer[b-9gjg50jv68] {
		width: 80%;
	}
}

@media only screen and (max-width: 1050px) {
	p[b-9gjg50jv68] {
		font-size: 20pt;
	}

	a[b-9gjg50jv68] {
		font-size: 16pt;
	}

	h2[b-9gjg50jv68] {
		font-size: 22pt;
	}

	.video-automation[b-9gjg50jv68] {
		width: 100%;
	}

	.text-video[b-9gjg50jv68] {
		width: auto;
	}

	#imgHeader[b-9gjg50jv68] {
		width: 100%;
		height: 300px;
		transition: all .1s ease-in;
		padding-top: 25px;
	}

	#LogoText[b-9gjg50jv68] {
		height: 90px;
	}

	.FeatureItem[b-9gjg50jv68] {
		height: 300px;
	}

	.TitleFeatureText[b-9gjg50jv68] {
		letter-spacing: 0.1em;
	}

	.FeatureDescriptionItem[b-9gjg50jv68] {
		display: block;
		color: white;
	}

		.FeatureDescriptionItem h2[b-9gjg50jv68] {
			font-size: 24pt;
		}

	.FeatureDescriptionSection[b-9gjg50jv68] {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionSectionLeft[b-9gjg50jv68] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionSectionRight[b-9gjg50jv68] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionPicture[b-9gjg50jv68] {
		float: none;
		margin: auto;
		margin-bottom: 3em;
		display: block;
		width: 80%;
		transition: all .1s ease-in;
	}

	.FeatureDescriptionPictureSmall[b-9gjg50jv68] {
		float: none;
		margin: auto;
		margin-bottom: 3em;
		display: block;
		width: 80%;
		transition: all .1s ease-in;
	}


	.FeatureDescriptionInfo[b-9gjg50jv68] {
		display: block;
		position: relative;
		padding-top: 1em;
		width: 100%;
	}

	.FeatureDescriptionInfoLeft[b-9gjg50jv68] {
		display: block;
		position: relative;
		padding: 0;
		padding-top: 1em;
		margin: auto;
		text-align: center;
		width: auto;
	}

	.FeatureDescriptionInfoRight[b-9gjg50jv68] {
		display: block;
		position: relative;
		padding: 0;
		padding-top: 1em;
		margin: auto;
		text-align: center;
		width: auto;
	}
}
/*******************************************************/
/* _content/NovaWeb/Components/Pages/Products.razor.rz.scp.css */
.product_subpage[b-1opdjpg0dv] {
	/*background: radial-gradient(circle at center, #242B2F, #101014, #242B2F);*/
	background: radial-gradient(circle at center, #101014, #242B2F, #101014);
	background-size: 200% 200%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
}

.product_container[b-1opdjpg0dv] {
	background-image: url('../images/nova/wave5.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 80px;
}

.product_logo[b-1opdjpg0dv] {
	/*min-width: 378px;*/
	min-height: 150px;
	background-image: url('../images/nova/nova.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	backdrop-filter: blur(5px);
	transform: translateY(-34px);
}

.product_info[b-1opdjpg0dv] {
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
	display: flex;
	flex-direction: row;
}

.product_info_header[b-1opdjpg0dv] {
	position: relative;
	min-height: 450px;
	margin: auto;
	width: 800px;
}

	.product_info_header img[b-1opdjpg0dv] {
		position: absolute;
		border-radius: 20px;
		width: 750px;
		object-fit: contain;
	}

	.product_info_header h3[b-1opdjpg0dv] {
		font-size: xx-large;
		/*color: rgb(100, 208, 241);*/
	}

	.product_info_header h2[b-1opdjpg0dv] {
		font-size: x-large;
		/*color: rgb(100, 208, 241);*/
	}

	.info_title_text[b-1opdjpg0dv] {
		transform: translate(700px, 70px);
	}

.product_description[b-1opdjpg0dv] {
	flex: 1;
	align-self: end;
	justify-self: start;
	word-break: break-word;
	overflow-wrap: break-word;
}

.services_text[b-1opdjpg0dv] {
	font-size: xx-large;
	margin: auto;
	margin-top: 2rem;
}


.items_container[b-1opdjpg0dv] {
	flex: 1;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	justify-items: center;
	overflow-x: hidden;
	gap: 40px;
	padding: 20px;
	margin: auto;
}

.product_item[b-1opdjpg0dv] {
	/*flex: 1 1 300px;*/
	text-decoration: none;
	border: 0px;
	border-radius: 12px;
	width: 400px;
	height: 500px;
	display: flex;
	justify-self: start;
	flex-direction: column;
	background: radial-gradient(#1A1E22, #242B2F);
	border-radius: 10px;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding-bottom: 15px;

	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

	.product_item:hover[b-1opdjpg0dv] {
		background: radial-gradient(#0A1C22, rgb(11, 36, 44));
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	}

	.product_item img[b-1opdjpg0dv] {
		width: auto;
		height: 200px;
		display: block;
		object-fit: cover;
		margin: 15px;
		border-radius: 12px;
	}

	.product_item h3[b-1opdjpg0dv] {
		margin-top: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
		color: white;
	}

	.product_item p[b-1opdjpg0dv] {
		margin-left: 15px;
		line-height: 1.4;
		word-break: break-word;
		overflow-wrap: break-word;
	}


@media (max-width: 1200px) {
	.product_info[b-1opdjpg0dv] {
		flex-direction: column;
		align-items: center;
	}

	.info_title_text[b-1opdjpg0dv] {
		transform: translate(0, 0);
		word-break: break-word;
		overflow-wrap: break-word;
		font-size: medium;
	}

	.product_description[b-1opdjpg0dv] {
		align-self: start;
	}

	.product_info_header[b-1opdjpg0dv] {
		width: auto;
	}

		.product_info_header img[b-1opdjpg0dv] {
			position: relative;
			border-radius: 20px;
			width: 70%;
			object-fit: contain;
			margin: auto;
			margin-bottom: 2rem;
		}

		.product_info_header h2[b-1opdjpg0dv] {
			margin-bottom: 2rem;
		}

	.items_container[b-1opdjpg0dv] {
		flex-direction: column;
		align-items: center;
	}

	.product_item[b-1opdjpg0dv] {
		width: 90%;
	}

		.product_item img[b-1opdjpg0dv] {
			min-height: auto;
			object-fit: cover;
		}

		.product_item p[b-1opdjpg0dv] {
			min-height: 100px;
		}
}
/* _content/NovaWeb/Components/Pages/SecurityERP.razor.rz.scp.css */
body[b-yns2j4jqwn] {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	min-height: 200vh;
	background: radial-gradient(circle at center, #101014, #242B2F, #101014);
	background-size: 200% 200%;
}


	body.force-desktop .mobile-only[b-yns2j4jqwn] {
		display: none;
	}

	body.force-desktop .desktop-only[b-yns2j4jqwn] {
		display: block;
	}

intro-text[b-yns2j4jqwn] {
	word-break: break-word;
	overflow-wrap: break-word;
}

.intro-logo[b-yns2j4jqwn] {
	background-image: url('../images/products/vg/logo4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 400px;
	height: 300px;
	margin-right: 4rem;
}


/* MEDIA QUERIES */
/*******************************************************/
@media only screen and (max-width: 600px) {
	.TitleFeatureContainer[b-yns2j4jqwn] {
		width: 80%;
	}
}

@media only screen and (max-width: 1350px) {
/*	p {
		font-size: 20pt;
	}

	a {
		font-size: 16pt;
	}

	h2 {
		font-size: 22pt;
	}*/

	.section-header[b-yns2j4jqwn] {
		width: auto;
		height: auto;
		flex-direction: column;
		margin-left: 10%;
		margin-right: 10%;
	}

	.intro-logo[b-yns2j4jqwn] {
		width: 300px;
		height: 200px;
		margin-bottom: 4rem;
	}

	#imgHeader[b-yns2j4jqwn] {
		width: 100%;
		height: 300px;
		transition: all .1s ease-in;
		padding-top: 25px;
	}

	#LogoText[b-yns2j4jqwn] {
		height: 90px;
	}

	.FeatureItem[b-yns2j4jqwn] {
		height: 300px;
	}

	.TitleFeatureText[b-yns2j4jqwn] {
		letter-spacing: 0.1em;
	}

	.FeatureDescriptionItem[b-yns2j4jqwn] {
		display: block;
		color: white;
	}

		.FeatureDescriptionItem h2[b-yns2j4jqwn] {
			font-size: 24pt;
		}

	.FeatureDescriptionSection[b-yns2j4jqwn] {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionSectionLeft[b-yns2j4jqwn] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionSectionRight[b-yns2j4jqwn] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.FeatureDescriptionPicture[b-yns2j4jqwn] {
		float: none;
		margin: auto;
		margin-bottom: 3em;
		display: block;
		width: 80%;
		transition: all .1s ease-in;
	}

	.FeatureDescriptionPictureSmall[b-yns2j4jqwn] {
		float: none;
		margin: auto;
		margin-bottom: 3em;
		display: block;
		width: 80%;
		transition: all .1s ease-in;
	}


	.FeatureDescriptionInfo[b-yns2j4jqwn] {
		display: block;
		position: relative;
		padding-top: 1em;
		width: 100%;
	}

	.FeatureDescriptionInfoLeft[b-yns2j4jqwn] {
		display: block;
		position: relative;
		padding: 0;
		padding-top: 1em;
		margin: auto;
		text-align: center;
		width: auto;
	}

	.FeatureDescriptionInfoRight[b-yns2j4jqwn] {
		display: block;
		position: relative;
		padding: 0;
		padding-top: 1em;
		margin: auto;
		text-align: center;
		width: auto;
	}
}
/*******************************************************/



.erp_subpage[b-yns2j4jqwn] {
/*	position: absolute;
	background: radial-gradient(circle at center, #101014, #242B2F, #101014);
	background-size: 200% 200%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;*/
}

.erp_container[b-yns2j4jqwn] {
	background-image: url('../images/nova/wave5.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 80px;
}

.erp_logo[b-yns2j4jqwn] {
	/*min-width: 378px;*/
	min-height: 150px;
	background-image: url('../images/nova/nova.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	backdrop-filter: blur(5px);
	transform: translateY(-34px);
}
