@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/DesignSystem/LoadingSpinner.razor.rz.scp.css */
.spinner-container[b-21ea5mwtpj], .processing-container[b-21ea5mwtpj] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.spinner[b-21ea5mwtpj] {
	border: 15px solid var(--Gas-primary);
	border-top: 15px solid var(--Gas-light-primary);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin-b-21ea5mwtpj 2s linear infinite;
	margin-bottom: 40px;
}

@keyframes spin-b-21ea5mwtpj {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* /Components/Layout/Admin/AdminLayout.razor.rz.scp.css */
.page[b-do2m1npj7g] {
	--sidebar-width: 270px;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--Gas-primary);
}

.sidebar[b-do2m1npj7g] {
	width: var(--sidebar-width);
	height: 100svh;
	padding: 0px 10px 30px 20px;
	overflow-y: auto;
	overflow-x: clip;
}

	.sidebar[b-do2m1npj7g]::-webkit-scrollbar {
		display: none;
	}

main[b-do2m1npj7g] {
	width: calc(100% - var(--sidebar-width));
	height: 100svh;
	padding: 10px;
}

.main__wrap[b-do2m1npj7g] {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: var(--Gas-white);
	border-radius: 20px;
	overflow: hidden;
}

.content[b-do2m1npj7g] {
	position: relative;
	height: calc(100% - 130px);
	border-bottom: 1px solid #e6f2f4;
	overflow-y: auto;
}

	.content.no-scroll[b-do2m1npj7g] {
		overflow-y: hidden;
	}

.content__wrap[b-do2m1npj7g] {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.top-row[b-do2m1npj7g] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-do2m1npj7g]  a, .top-row[b-do2m1npj7g]  .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
		text-decoration: none;
	}

		.top-row[b-do2m1npj7g]  a:hover, .top-row[b-do2m1npj7g]  .btn-link:hover {
			text-decoration: underline;
		}

		.top-row[b-do2m1npj7g]  a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

@media (max-width: 640.98px) {
	.top-row[b-do2m1npj7g] {
		justify-content: space-between;
	}

		.top-row[b-do2m1npj7g]  a, .top-row[b-do2m1npj7g]  .btn-link {
			margin-left: 0;
		}
}

@media (min-width: 641px) {
	.page[b-do2m1npj7g] {
		flex-direction: row;
	}

	.sidebar[b-do2m1npj7g] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-do2m1npj7g] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

		.top-row.auth[b-do2m1npj7g]  a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}

	.top-row[b-do2m1npj7g], article[b-do2m1npj7g] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}

#blazor-error-ui[b-do2m1npj7g] {
	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-do2m1npj7g] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}
/* /Components/Layout/Admin/AdminNavManu.razor.rz.scp.css */
.top-row-logo[b-cutydkzkib] {
	height: 85px;
	padding: 10px;
	/*    padding-top: 30px;*/
	/*background-color: var(--Gas-white);*/
	position: sticky;
	top: 0;
	justify-content: center;
	border-radius: 20px;
}

.navbar-logo[b-cutydkzkib] {
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	border-radius: 8px;
}

	.navbar-logo img[b-cutydkzkib] {
		width: 75px;
		height: 75px;
	}

.navbar-toggler[b-cutydkzkib] {
	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-cutydkzkib] {
		background-color: rgba(255, 255, 255, 0.5);
	}

.top-row[b-cutydkzkib] {
	height: 3.5rem;
	background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cutydkzkib] {
	font-size: 1.1rem;
	background-color: white;
	border-radius: 20px;
	width: 80%;
	justify-content: center;
}

.bi[b-cutydkzkib] {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	left: 1px;
	top: -1px;
	background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cutydkzkib] {
	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-cutydkzkib] {
	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-cutydkzkib] {
	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");
}

.bi-lock-nav-menu[b-cutydkzkib] {
	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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-cutydkzkib] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-cutydkzkib] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-cutydkzkib] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cutydkzkib] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-cutydkzkib] {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

	.nav-item:first-of-type[b-cutydkzkib] {
		padding-top: 1rem;
	}

	.nav-item:last-of-type[b-cutydkzkib] {
		padding-bottom: 1rem;
	}

	.nav-item[b-cutydkzkib]  .nav-link {
		color: #d7d7d7;
		/*background: none;*/
		border: none;
		border-radius: 4px;
		height: 3rem;
		display: flex;
		align-items: center;
		width: 100%;
	}

		.nav-item[b-cutydkzkib]  .nav-link:hover {
			background-color: transparent;
			box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
			color: white;
		}

.nav-scrollable[b-cutydkzkib] {
	display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cutydkzkib] {
	display: block;
}

@media (min-width: 641px) {
	.navbar-toggler[b-cutydkzkib] {
		display: none;
	}

	.nav-scrollable[b-cutydkzkib] {
		/* Never collapse the sidebar for wide screens */
		display: block;
		/* Allow sidebar to scroll for tall menus */
		height: calc(100vh - 3.5rem);
		overflow-y: auto;
	}
}
/* /Components/Layout/Header.razor.rz.scp.css */
.top-nav-content[b-pum8f4vh2t] {
	padding: 0 20px;
	background-color: var(--Gas-soft-light-primary);
	justify-content: flex-end;
	display: flex;
	height: 65px;
	gap: 10px;
	align-items: center;
	border-bottom: 1px solid #e6f2f4;
}

.settings-icon[b-pum8f4vh2t] {
	width: 18px;
	height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.logoutdiv[b-pum8f4vh2t] {
	position: relative;
	display: inline-block;
	/*width: 24px;*/
}

.logout-button[b-pum8f4vh2t]{
	/*padding: 10px 20px;*/
	display: inline-flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.3s;
}

.dropdown[b-pum8f4vh2t] {
	position: relative;
	display: inline-block;
}

.dropdown-toggle[b-pum8f4vh2t] {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
}

	.dropdown-toggle[b-pum8f4vh2t]::after {
		display: none;
	}

	.dropdown-toggle i[b-pum8f4vh2t] {
		font-size: 24px;
		color: var(--Gas-primary, #008a9d);
	}

.dropdown-menu[b-pum8f4vh2t] {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: var(--Gas-light-primary, #e6f2f4);
	border: 1px solid var(--Gas-light-gray);
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	min-width: 180px;
	z-index: 1000;
	padding: 10px 0;
}

.dropdown-item[b-pum8f4vh2t] {
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.3s;
}

	.dropdown-item i[b-pum8f4vh2t] {
		font-size: 18px;
		color: var(--Gas-Primary, #008a9d);
	}

	.dropdown-item:hover[b-pum8f4vh2t] {
		background-color: var(--Gas-dark-light-primary, #cbebf0);
		color: var(--Gas-Dark-Primary, #146d8f);
	}

.dropdown:hover .dropdown-menu[b-pum8f4vh2t],
.dropdown-menu.show[b-pum8f4vh2t] {
	display: block;
}

.tenant-name[b-pum8f4vh2t] {
}

.user-fullname[b-pum8f4vh2t] {
	font-size: 14px;
	font-weight: normal;
	color: var(--Gas-dark-gray);
	white-space: nowrap;
}

.dropdown[b-pum8f4vh2t] {
	position: relative;
	display: inline-block;
	width: 24px;
}

.dropdown-toggle[b-pum8f4vh2t] {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	width: 24px;
	height: 24px;
	background-image: url('/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.dropdown-menu[b-pum8f4vh2t] {
	display: none;
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	background-color: var(--Gas-soft-light-primary);
	border: 1px solid var(--Gas-light-primary);
	border-radius: 0 0 6px 6px;
	min-width: 180px;
	z-index: 1000;
	box-shadow: none;
}

	.dropdown-menu.show[b-pum8f4vh2t] {
		display: block;
	}

.dropdown-item-icon[b-pum8f4vh2t] {
	width: 18px;
	height: 18px;
}

.dropdown-item[b-pum8f4vh2t] {
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.3s;
}

	.dropdown-item i[b-pum8f4vh2t] {
		font-size: 18px;
		color: var(--Gas-Primary, #008a9d);
	}

	.dropdown-item:hover[b-pum8f4vh2t] {
		background-color: var(--Gas-dark-light-primary, #cbebf0);
		color: var(--Gas-Dark-Primary, #146d8f);
	}

.dropdown:hover .dropdown-menu[b-pum8f4vh2t],
.dropdown-menu.show[b-pum8f4vh2t] {
	display: block;
}
/* /Components/Layout/Landing/LandingFooter.razor.rz.scp.css */
.footer-container[b-4x8cukfnhe] {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

footer[b-4x8cukfnhe] {
	text-align: center;
	font-size: 18px;
	color: #333;
}
/* /Components/Layout/Landing/LandingHeader.razor.rz.scp.css */
.dropdown-options[b-7ppri2107u] {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	background-color: white;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	min-width: 100%;
}

	.dropdown-options div[b-7ppri2107u] {
		display: flex;
		align-items: center;
		padding: 5px 10px;
		white-space: nowrap;
	}

		.dropdown-options div:hover[b-7ppri2107u] {
			background-color: #f1f1f1;
		}

.flags[b-7ppri2107u] {
	width: 20px;
	height: auto;
	margin-right: 5px;
	margin-top: 5px;
}

.dropdown-trigger[b-7ppri2107u] {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 5px 10px;
	background-color: white;
	border-radius: 4px;
	cursor: pointer;
}

.custom-language-dropdown[b-7ppri2107u] {
	position: relative;
	display: inline-block;
}

.dropdown-icon[b-7ppri2107u] {
	margin-left: 8px;
}

span[b-7ppri2107u] {
	background-color: var(--Gas-primary);
	color: white;
	padding: 2px 6px;
	font-size: 5px;
	vertical-align: top;
	margin-top: 6px;
}

p[b-7ppri2107u] {
	color: #FFFFFF;
}

.allHeader[b-7ppri2107u] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin: 0vw 9vw 0vw 5vw;
}

.navLinks[b-7ppri2107u],
.cartAndRs[b-7ppri2107u] {
	display: flex;
	align-items: center;
}

	.cartAndRs div[b-7ppri2107u] {
		display: flex;
		align-items: center;
		margin-right: 20px;
	}

	.navLinks img[b-7ppri2107u],
	.cartAndRs img[b-7ppri2107u] {
		max-width: 50px;
		margin-right: 10px;
	}

.logo-container[b-7ppri2107u] {
	width: 22%;
	height: 100%;
	background-color: #FFFFFF;
	border-bottom-right-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, calc(92% - 14.5px) 140%, 0% 100%);
	margin-top: -2vh;
	margin-left: -6vw;
	margin-bottom: -1.5vh;
}

.navLinks[b-7ppri2107u] {
	cursor: pointer;
}

	.navLinks div[b-7ppri2107u] {
		display: flex;
		align-items: flex-start;
		margin-right: 20px;
	}
/* /Components/Layout/Landing/LandingLayout.razor.rz.scp.css */
.landing-main[b-5pac5yawm3] {
	background-color: var(--Gas-primary);
}

.landing-header[b-5pac5yawm3] {
	background-color: var(--Gas-primary);
}
/* /Components/Layout/Landing/LandingPage.razor.rz.scp.css */
.content[b-39iofplm8t] {
	color: white;
}

.page[b-39iofplm8t] {
	width: 100%;
	height: 81vh;
	display: flex;
	flex-direction: column;
	background-image: url('/images/a-1730406092.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	align-items: center;
	justify-content: center;
}

.icons[b-39iofplm8t] {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 10px;
}

.socMed[b-39iofplm8t] {
	display: flex;
	justify-content: space-evenly;
	border-top: solid white 1px;
}

.socFirst[b-39iofplm8t] {
	display: flex;
	align-items: center;
}

.socSecond[b-39iofplm8t] {
	display: flex;
	align-items: center;
}

.socThird[b-39iofplm8t] {
	display: flex;
	align-items: center;
}

.buttonStyle[b-39iofplm8t]{
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.buttonStyle:hover[b-39iofplm8t] {
	background-color: #0056b3;
}

.firstIcon[b-39iofplm8t] {
	display: grid;
	justify-items: center;
}

.secondIcon[b-39iofplm8t] {
	display: grid;
	justify-items: center;
}

.thirdIcon[b-39iofplm8t] {
	display: grid;
	justify-items: center;
}

.icon1[b-39iofplm8t] {
	font-size: xxx-large;
}

.socText[b-39iofplm8t] {
	margin-left: 11px;
}

.socIc[b-39iofplm8t] {
	font-size: xx-large;
}

.titletext[b-39iofplm8t] {
	font-size: 50px;
	line-height: 46px;
	font-weight: bold;
	color: white;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r2d73k0sr7] {
    --sidebar-width: 270px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--Gas-primary);
}

.sidebar[b-r2d73k0sr7] {
    width: var(--sidebar-width);
    height: 100svh;
    padding: 0px 10px 30px 20px;
    overflow-y: auto;
    overflow-x: clip;
}

    .sidebar[b-r2d73k0sr7]::-webkit-scrollbar {
        display: none;
    }

main[b-r2d73k0sr7] {
    width: calc(100% - var(--sidebar-width));
    height: 100svh;
    padding: 10px;
}

.main__wrap[b-r2d73k0sr7] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--Gas-white);
    border-radius: 20px;
    overflow: hidden;
}

.content[b-r2d73k0sr7] {
    position: relative;
    height: calc(100% - 130px);
    border-bottom: 1px solid #e6f2f4;
    overflow-y: auto;
}

    .content.no-scroll[b-r2d73k0sr7] {
        overflow-y: hidden;
    }

.content__wrap[b-r2d73k0sr7] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-row[b-r2d73k0sr7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r2d73k0sr7]  a, .top-row[b-r2d73k0sr7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r2d73k0sr7]  a:hover, .top-row[b-r2d73k0sr7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r2d73k0sr7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r2d73k0sr7] {
        justify-content: space-between;
    }

    .top-row[b-r2d73k0sr7]  a, .top-row[b-r2d73k0sr7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r2d73k0sr7] {
        flex-direction: row;
    }

    .sidebar[b-r2d73k0sr7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r2d73k0sr7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r2d73k0sr7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r2d73k0sr7], article[b-r2d73k0sr7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r2d73k0sr7] {
    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-r2d73k0sr7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row-logo[b-myp3g21ivb] {
	height: 85px;
	padding: 10px;
	/*    padding-top: 30px;*/
	/*background-color: var(--Gas-white);*/
	position: sticky;
	top: 0;
	justify-content: center;
	border-radius: 20px;
}

.navbar-logo[b-myp3g21ivb] {
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	border-radius: 8px;
}

	.navbar-logo img[b-myp3g21ivb] {
		width: 75px;
		height: 75px;
	}

.navbar-toggler[b-myp3g21ivb] {
	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-myp3g21ivb] {
		background-color: rgba(255, 255, 255, 0.5);
	}

.top-row[b-myp3g21ivb] {
	height: 3.5rem;
	background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-myp3g21ivb] {
	font-size: 1.1rem;
	background-color: white;
	border-radius: 20px;
	width: 80%;
	justify-content: center;
}

.bi[b-myp3g21ivb] {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	left: 1px;
	top: -1px;
	background-size: cover;
}

.bi-house-door-fill-nav-menu[b-myp3g21ivb] {
	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-myp3g21ivb] {
	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-myp3g21ivb] {
	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");
}

.bi-lock-nav-menu[b-myp3g21ivb] {
	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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-myp3g21ivb] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-myp3g21ivb] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-myp3g21ivb] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-myp3g21ivb] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-myp3g21ivb] {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

	.nav-item:first-of-type[b-myp3g21ivb] {
		padding-top: 1rem;
	}

	.nav-item:last-of-type[b-myp3g21ivb] {
		padding-bottom: 1rem;
	}

	.nav-item[b-myp3g21ivb]  .nav-link {
		color: #d7d7d7;
		/*background: none;*/
		border: none;
		border-radius: 4px;
		height: 3rem;
		display: flex;
		align-items: center;
		width: 100%;
		margin-right: 1px;
	}

		.nav-item[b-myp3g21ivb]  .nav-link:hover {
			background-color: transparent;
			box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
			color: white;
		}

.nav-scrollable[b-myp3g21ivb] {
	display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-myp3g21ivb] {
	display: block;
}

@media (min-width: 641px) {
	.navbar-toggler[b-myp3g21ivb] {
		display: none;
	}

	.nav-scrollable[b-myp3g21ivb] {
		/* Never collapse the sidebar for wide screens */
		display: block;
		/* Allow sidebar to scroll for tall menus */
		height: calc(100vh - 3.5rem);
		overflow-y: auto;
	}
}
/* /Components/Pages/AddCapacityRequestView.razor.rz.scp.css */
.custom-dropdown[b-gmphzezybh] {
	position: relative;
	width: 100%;
	font-family: Arial;
}

.selected-box[b-gmphzezybh] {
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	border-radius: 3px;
	height: 39px;
}

.dropdown-list[b-gmphzezybh] {
	position: absolute;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	z-index: 100;
	border-radius: 5px;
}

.dropdown-option[b-gmphzezybh] {
	padding: 8px 10px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	align-items: center;
}

	.dropdown-option:hover[b-gmphzezybh] {
		background-color: #f0f0f0;
	}

.badge[b-gmphzezybh] {
	padding: 3px 7px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	min-width: 25px;
	text-align: center;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.page[b-muzkqqwlgt] {
	width: 100%;
	height: 81vh;
	display: flex;
	flex-direction: column;
	background-image: url('/images/a-1730406092.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	align-items: center;
	justify-content: center;
}

.title[b-muzkqqwlgt] {
	display: flex;
	flex-direction: column;
}

.titletext[b-muzkqqwlgt] {
	font-size: 50px;
	line-height: 46px;
	font-weight: bold;
	color: white;
	align-items: center;
}
/* /Components/Pages/LandingPages/CapacityAllocation.razor.rz.scp.css */
.capacity-page[b-d88yl7lgpo] {
    max-width: 900px;
}

.capacity-page p[b-d88yl7lgpo] {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.capacity-page hr[b-d88yl7lgpo] {
    border: 0;
    border-top: 1px solid #ccc;
}

.capacity-page a[b-d88yl7lgpo] {
    color: #0d6efd;
    text-decoration: none;
}

.capacity-page a:hover[b-d88yl7lgpo] {
    text-decoration: underline;
}
/* /Components/Pages/LandingPages/OfferView.razor.rz.scp.css */
.tip[b-zhqzx9g1qi] {
	position: relative;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* /Components/Pages/LandingPages/UlizGodView.razor.rz.scp.css */
.table[b-hshwr0w7l3] {
	width: 80vh;
	margin: auto;
}

.card-footer[b-hshwr0w7l3] {
	display: flex;
	justify-content: center;
}
/* /Components/Pages/SearchResetButtons/SearchResetButtons.razor.rz.scp.css */
body[b-sd4xpsqra3] {
    box-sizing: border-box;
    display: block;
}

.searchresetcontainer[b-sd4xpsqra3] {
    display: flex;
    justify-content: start;
    position: relative;
    top: 0.5rem;
}

.searchButton[b-sd4xpsqra3] {
    color: white;
    background-color: blue;
    width: 7rem;
    height: 2.5rem;
    margin-right: 0.2rem;
    border-radius: 5px;
}

.searchButton:hover[b-sd4xpsqra3] {
    background-color: deepskyblue;
}

.resetButton[b-sd4xpsqra3] {
    background-color: grey;
    color: white;
    width: 7rem;
    height: 2.5rem;
    border-radius: 5px
}
.resetButton:hover[b-sd4xpsqra3] {
    background-color: darkgrey;
}
/* /Components/Pages/UserView.razor.rz.scp.css */
body[b-sg3tvamc38] {
}
