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

/* /Components/CustomDropdownFilter.razor.rz.scp.css */
.items-per-page[b-jhnr3l9sbv] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

	.items-per-page label[b-jhnr3l9sbv] {
		margin-bottom: 0.5rem;
		display: inline-block;
		width: 100%;
	}

.btn-custom[b-jhnr3l9sbv] {
	background-color: #4f5241;
	color: #ffffff;
	min-width: 100px;
}

	.btn-custom:hover[b-jhnr3l9sbv], .btn-custom:focus[b-jhnr3l9sbv] {
		background-color: #3e412f;
		color: #ffffff;
	}
/* /Components/ProductPackage.razor.rz.scp.css */
.create-btn[b-5x0wgmtp8v] {
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border: 0;
	margin-left: 10px;
}

.options-container[b-5x0wgmtp8v] {
	box-shadow: 0 4px 8px rgba(0, 1, 0, 0.3);
	border-radius: 8px;
	padding: 3vw;
}

.create-btn.disabled[b-5x0wgmtp8v] {
	opacity: 0.5;
	cursor: not-allowed;
}

.active-background[b-5x0wgmtp8v] {
	background-color: white;
}

.inactive-background[b-5x0wgmtp8v] {
	background-color: #d3d3d3;
}

.archived-background[b-5x0wgmtp8v] {
	background-color: #fbba18;
}

.disable-clicks[b-5x0wgmtp8v] {
	pointer-events: none;
}

.text-preview-text[b-5x0wgmtp8v]{
	margin-top: 10px;
	font-size: 0.7rem;
}

.item[b-5x0wgmtp8v] {
	border-bottom: 0.02rem solid;
	border-color: #4f5241;
}

.preview-area[b-5x0wgmtp8v]{
	display: flex;
	justify-content: space-between;
}
/* /Layout/CustomBreadcrumbs.razor.rz.scp.css */
.breadcrumb[b-26lu13ysbh] {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #4f5241;
}

.items[b-26lu13ysbh] {
	padding-left: 5vw;
	display:flex;
}

.breadcrumb-item + .breadcrumb-item[b-26lu13ysbh]::before {
	content: ">";
	padding: 0 5px;
	color: #6c757d;
}

span[b-26lu13ysbh] {
	color: #ffffff;
	padding-left: 5px;
}

.nav-link[b-26lu13ysbh] {
	text-decoration: none;
}

.span-link[b-26lu13ysbh] {
	color: #fbba18;
}

	.breadcrumb-item a:hover[b-26lu13ysbh] {
		text-decoration: underline;
	}

/* /Layout/MainLayout.razor.rz.scp.css */
.menu[b-ipdmhr77b2] {
    background-color: white;
    position: sticky;
	min-height: 60px;
    top: 0;
	z-index: 1000;
}

.main-view[b-ipdmhr77b2] {
	background-color: rgba(212, 212, 212, 0.65);
}

#blazor-error-ui[b-ipdmhr77b2] {
    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-ipdmhr77b2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.content[b-ipdmhr77b2] {
	background-color: white;
	margin: 2vw;
	padding: 3vw;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	max-width: 1600px;
}

@media (min-width: 641px) {
	.menu[b-ipdmhr77b2] {
		position: sticky;
		top: 0;
		height: auto;
	}
}

@media (min-width: 1650px) {
	.content[b-ipdmhr77b2] {
		margin: 2vw auto;
	}
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bj5am6kud2] {
	top: 0.5rem;
	right: 1rem;
	position: absolute;
	background-color: #fbba18;
}

.navbar-brand[b-bj5am6kud2] {
	font-size: 1.3rem;
	color: black;
}

.image[b-bj5am6kud2] {
	width: auto;
	height: 45px;
	padding-left: 5vw;
	cursor: pointer;
}

.navbar[b-bj5am6kud2] {
	padding: 0.5rem;
	align-items: center;
	min-height: 5vw;
	max-height: auto;
	margin-bottom: 10px;
	display: block;
}

.nav-item[b-bj5am6kud2] {
	margin-right: 10px;
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
	color: black;
}

.nav-link-text[b-bj5am6kud2] {
	position: relative;
	display: inline-block;
	margin-bottom: -3px;
	font-weight: 500;
}

.nav-item[b-bj5am6kud2]  .nav-link.active {
	color: black;
	border-bottom: 3px solid #fbba18;
}

.nav-item[b-bj5am6kud2]  .nav-link {
	text-decoration: none;
	color: black;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	line-height: 3rem;
	width: 100%;
	justify-content: center;
	padding-bottom: 3px;
}

.contact-span[b-bj5am6kud2] {
	background-color: #fbba18;
	padding: 0px 20px;
	border-radius: 50px;
	margin-bottom: 10px;
}

.nav-item[b-bj5am6kud2]  a.active {
	background-color: rgba(255, 255, 255, 0.37);
	color: #fbba18;
}

.nav-item[b-bj5am6kud2]  .nav-link:hover {
	color: #fbba18;
}

.nav-item.contact-span[b-bj5am6kud2]  .nav-link:hover {
	color: black;
}


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

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

	.navbar[b-bj5am6kud2] {
		min-height: auto;
		margin-bottom: auto;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		padding: 15px;
	}

	.nav-item[b-bj5am6kud2] {
		height: 51px;
	}

	nav.navbar[b-bj5am6kud2] {
		height: 70px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-navbar[b-bj5am6kud2] {
		display: flex;
		width: 100%;
	}

	.nav-left[b-bj5am6kud2], .nav-right[b-bj5am6kud2] {
		display: flex;
		align-items: center;
	}

	.nav-left[b-bj5am6kud2] {
		flex-grow: 1;
		margin-left: 2vw;
	}

	.nav-right[b-bj5am6kud2] {
		justify-content: flex-end;
	}

	.nav-scrollable[b-bj5am6kud2] {
		display: block;
		overflow-y: auto;
		width: 100%;
	}
}
/* /Pages/ErrorHandlingPage.razor.rz.scp.css */
.image[b-xf18lnvayj] {
	width: 100px;
	height: 45px;
	margin-bottom: 1vw;
}
.logout-btn[b-xf18lnvayj] {
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border: 0;
}
/* /Pages/Licenses.razor.rz.scp.css */
.page-header[b-2qhs65kbtf] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-bottom: 1vw;
	max-width: 100%;
	max-width: 1300px;
}

.create-btn[b-2qhs65kbtf] {
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border: 0;
	margin-left: 10px;
}


.center-text[b-2qhs65kbtf] {
	text-align: center;
}

.table-container[b-2qhs65kbtf] {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow-y: auto;
	max-width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	max-height: 60vh;
}

.custom-table[b-2qhs65kbtf] {
	width: 100%;
	border-collapse: collapse;
	min-width: 650px;
	table-layout: fixed;
}

.custom-table-header[b-2qhs65kbtf] {
	background-color: #4f5241;
	color: white;
	font-weight: bold;
	position: sticky;
	top: 0;
	z-index: 2;
}

.reset-button[b-2qhs65kbtf] {
	margin: 1vw auto;
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border: 0;
}

.custom-table-body[b-2qhs65kbtf] {
	overflow-y: auto;
}

.custom-table-row:hover[b-2qhs65kbtf] {
	background-color: #f5f5f5;
}

.custom-table-row[b-2qhs65kbtf] {
	cursor: pointer;
	height: 50px;
}

.dropdown-toggle[b-2qhs65kbtf]::after {
	display: none;
}

.custom-table td[b-2qhs65kbtf],
.custom-table th[b-2qhs65kbtf] {
	width: 16.6%;
	padding: 8px;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.expired-license[b-2qhs65kbtf] {
	background-color: rgba(128, 128, 128, 0.3);
}

.pagination-controls[b-2qhs65kbtf] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
	text-align: center;
}

	.pagination-controls button[b-2qhs65kbtf] {
		font-weight: bold;
		font-size: 16px;
		padding: 10px;
		background-color: white;
		border: none;
		cursor: pointer;
	}

	.pagination-controls span[b-2qhs65kbtf] {
		font-size: 16px;
	}

	.pagination-controls .custom-dropdown[b-2qhs65kbtf] {
		margin-left: 10px;
	}

.col-md-3[b-2qhs65kbtf] {
	margin-bottom: 2vw;
	background-color: white;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(1, 4, 0, 0.1);
	max-width: 200px;
	max-height: 330px;
	position: sticky;
}

@media screen and (max-width: 770px) {
	.col-md-3[b-2qhs65kbtf] {
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.page-header[b-2qhs65kbtf] {
		flex-direction: column;
		align-items: flex-start;
	}

	.table-container[b-2qhs65kbtf] {
		overflow-x: scroll;
	}

	.search-create[b-2qhs65kbtf] {
		margin-left: 0;
		margin-top: 10px;
	}

	.create-btn[b-2qhs65kbtf] {
		margin-left: 0;
		margin-top: 10px;
	}

	.custom-table th[b-2qhs65kbtf],
	.custom-table td[b-2qhs65kbtf] {
		padding: 5px;
	}

}

@media (min-width: 1400px) {
	.row.justify-content-center[b-2qhs65kbtf] {
		flex-wrap: wrap;
		justify-content: center;
	}

	.col-md-3[b-2qhs65kbtf] {
		max-width: 300px;
		margin-right: 10px;
	}

	.col-md-9[b-2qhs65kbtf] {
		max-width: 1300px; /* Limit maximum width of the filter forms */
		margin-right: 10px; /* Add some margin */
	}
}
/* /Pages/ProductDetails.razor.rz.scp.css */
.page-header[b-nk6x1lx17b] {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
	margin-bottom: 1vw;
	max-width: 100%;
	max-width: 1300px;
}

.product-name[b-nk6x1lx17b] {
	border-bottom: 0.02rem solid;
	border-color: #4f5241;
	width: 100%;
}
.product-description[b-nk6x1lx17b]{
	width: 100%;
}

.options-container[b-nk6x1lx17b] {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 3vw;
}

.container[b-nk6x1lx17b] {
	width: 100%;
	margin-top: 2vw;
}

.btn-custom[b-nk6x1lx17b] {
	background-color: #4f5241;
	color: #ffffff;
	min-width: 100px;
}

	.btn-custom:hover[b-nk6x1lx17b], .btn-custom:focus[b-nk6x1lx17b] {
		background-color: #3e412f;
		color: #ffffff;
	}


.prod-packages-title[b-nk6x1lx17b] {
	padding: 20px;
	color: white;
	background-color: #4f5241;
	border-radius: 10px;
}

.pagination-controls[b-nk6x1lx17b] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
	text-align: center;
}

	.pagination-controls button[b-nk6x1lx17b] {
		font-weight: bold;
		font-size: 16px;
		padding: 10px;
		background-color: white;
		border: none;
		cursor: pointer;
	}

	.pagination-controls span[b-nk6x1lx17b] {
		font-size: 16px;
	}

	.pagination-controls .custom-dropdown[b-nk6x1lx17b] {
		margin-left: 10px;
	}

.row[b-nk6x1lx17b] {
	justify-content: center;
}
.col-md-9[b-nk6x1lx17b] {
	flex: 0 0 auto;
	width: 75%;
	overflow-y: auto;
	max-height: 60vh;
}

@media (min-width: 1400px) {
	.container[b-nk6x1lx17b], .container-lg[b-nk6x1lx17b], .container-md[b-nk6x1lx17b], .container-sm[b-nk6x1lx17b], .container-xl[b-nk6x1lx17b], .container-xxl[b-nk6x1lx17b] {
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {
	.container[b-nk6x1lx17b], .container-lg[b-nk6x1lx17b], .container-md[b-nk6x1lx17b], .container-sm[b-nk6x1lx17b], .container-xl[b-nk6x1lx17b], .container-xxl[b-nk6x1lx17b] {
		max-width: 1400px;
	}
}

@media (min-width: 1800px) {
	.container[b-nk6x1lx17b], .container-lg[b-nk6x1lx17b], .container-md[b-nk6x1lx17b], .container-sm[b-nk6x1lx17b], .container-xl[b-nk6x1lx17b], .container-xxl[b-nk6x1lx17b] {
		max-width: 1600px;
	}
}
/* /Pages/Products.razor.rz.scp.css */
.page-header[b-bi6ok2ptt9] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-bottom: 1vw;
	max-width: 100%;
	max-width: 1300px;
}

.search-create[b-bi6ok2ptt9] {
	flex-grow: 1;
	display: flex;
}

.search-input[b-bi6ok2ptt9] {
	flex-grow: 1;
	padding: 8px;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #7a7a7a;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.custom-btn-text.btn-link[b-bi6ok2ptt9] {
	color: black;
	text-decoration: none;
}

.create-btn[b-bi6ok2ptt9] {
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border: 0;
	margin-left: 10px;
}



.table-container[b-bi6ok2ptt9] {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow-y: auto;
	max-width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	max-height: 60vh;
}

.custom-table[b-bi6ok2ptt9] {
	width: 100%;
	border-collapse: collapse;
	min-width: 650px;
	table-layout: fixed;
}

.custom-table-header[b-bi6ok2ptt9] {
	background-color: #4f5241;
	color: white;
	font-weight: bold;
	position: sticky;
	top: 0;
	z-index: 2;
}

.custom-table-body[b-bi6ok2ptt9] {
	overflow-y: auto;
}

.col-md-3[b-bi6ok2ptt9] {
	margin-bottom: 1vw !important;
}

.custom-table-row:hover[b-bi6ok2ptt9] {
	background-color: #f5f5f5;
}

.custom-table-row[b-bi6ok2ptt9] {
	cursor: pointer;
	height: 50px;
}

.custom-table td[b-bi6ok2ptt9],
.custom-table th[b-bi6ok2ptt9] {
	padding: 8px;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.center-text[b-bi6ok2ptt9] {
	text-align: center;
}

th.product-name-text[b-bi6ok2ptt9], td.product-name-text[b-bi6ok2ptt9] {
	padding-left: 20px;
}

.pagination-controls[b-bi6ok2ptt9] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
	text-align: center;
}

	.pagination-controls button[b-bi6ok2ptt9] {
		font-weight: bold;
		font-size: 16px;
		padding: 10px;
		background-color: white;
		border: none;
		cursor: pointer;
	}

	.pagination-controls span[b-bi6ok2ptt9] {
		font-size: 16px;
	}

	.pagination-controls .custom-dropdown[b-bi6ok2ptt9] {
		margin-left: 10px;
	}

.custom-table .col-3[b-bi6ok2ptt9] {
	width: 22%;
	max-width: 22%;
}

.custom-table .col-7[b-bi6ok2ptt9] {
	width: 61.33%;
	max-width: 61.33%;
}

.custom-table .col-2[b-bi6ok2ptt9] {
	width: 16.67%;
	max-width: 16.67%;
}

@media screen and (max-width: 600px) {
	.page-header[b-bi6ok2ptt9] {
		flex-direction: column;
		align-items: flex-start;
	}

	.table-container[b-bi6ok2ptt9] {
		overflow-x: scroll;
	}

	.search-create[b-bi6ok2ptt9] {
		margin-left: 0;
		margin-top: 10px;
	}

	.search-input[b-bi6ok2ptt9] {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.create-btn[b-bi6ok2ptt9] {
		margin-left: 0;
		margin-top: 10px;
	}


	.custom-table th[b-bi6ok2ptt9],
	.custom-table td[b-bi6ok2ptt9] {
		padding: 5px;
	}

	.custom-table .col-3[b-bi6ok2ptt9],
	.custom-table .col-7[b-bi6ok2ptt9],
	.custom-table .col-2[b-bi6ok2ptt9] {
		width: auto;
	}
}

/* /Pages/Profile.razor.rz.scp.css */
.components[b-d9ls7y8rc8] {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2vw;
}

.profile-container[b-d9ls7y8rc8] {
	width: 60%;
	display: flex;
	flex-direction: column;
	background-color: white;
}

.logout-container[b-d9ls7y8rc8] {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.logout-btn[b-d9ls7y8rc8] {
	background-color: #fbba18;
	color: black;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border: 0;
}

.profile[b-d9ls7y8rc8] {
	box-shadow: 0 4px 8px rgba(0,1,0,0.3);
	border-radius: 10px;
	background-color: white;
}

.title-container-background[b-d9ls7y8rc8] {
	background-color: #4f5241;
	padding: 10px;
	border-radius: 5px;
}

.info-text[b-d9ls7y8rc8] {
	color: white;
}

.container[b-d9ls7y8rc8]{
	padding: 20px;
}
.row[b-d9ls7y8rc8]{
	margin-top: 20px;
	margin-bottom: 20px;
}

.col-8[b-d9ls7y8rc8] {
	overflow-wrap: break-word;
}

.col-12[b-d9ls7y8rc8] {
	overflow-wrap: break-word;
}

@media screen and (max-width: 600px) {
	.container[b-d9ls7y8rc8] {
		padding: 5px;
	}

	.row[b-d9ls7y8rc8] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
