﻿:root {
	--blue: #0E374D;
	--blue-light: #00AEEF;
	--grey: #F5F5F5;
	--grey-primary: #545F71;
	--white: #FFFFFF;
	--red: #EA0A0B;
	--black: #231F20;
	--bs-success-rgb: 114, 192, 46;
}

.footer-a {
	text-decoration: none;
	color: var(--grey);
}

.footer-head {
	font-weight: 500;
	font-size: 20px;
	color: var(--blue-light);
}

.footer-bg {
	background-color: var(--blue);
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

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

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

.dropdown-menu-responsive {
	position: absolute;
	margin: 0px;
	transform: translate3d(0px, 10px, 0px);
}

.nav-link.active {
	background-color: rgba(187, 187, 187, 0.376) !important;
}

.d-none-important {
	display: none !important;
}

.nav-collapsing .hideable {
	max-width: 500px;
	transition: max-width .2s linear;
}

.nav-collapsing span.hideable {
	display: inline-block;
	margin-left: 5px;
	transition: margin .1s linear, padding .1s linear;
}

.nav-collapsing.collapsed .hideable {
	max-width: 0;
	overflow: clip;
}

.nav-collapsing.collapsed span.hideable {
	margin-left: 0;
}

.nav-collapsing.collapsed {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.min-h-100 {
	min-height: 100vh;
}

.nav-link {
	transition: background-color .2s ease-in-out;
}

	.nav-link:hover {
		background-color: rgba(120, 120, 120, 0.5) !important;
	}

.fade-in {
	animation: fade-in .3s ease-in;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.pulse-progress-bar {
	animation: pulsing 3s linear infinite;
	left: -10%;
}

@keyframes pulsing {
	0% {
		left: -100%;
	}

	33% {
		left: -10%;
	}

	100% {
		left: 100%;
	}
}

.offcanvas.show {
	animation: slide-in-right .3s ease-in;
}

body .offcanvas.show {
	overflow: hidden;
}

.offcanvas.show.hiding {
	animation: slide-out-right .3s ease-in;
}

@keyframes slide-in-right {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slide-out-right {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

.bg-primary {
	background-color: var(--white) !important;
}

[type=search] {
	outline-offset: 0;
	-webkit-appearance: textfield;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background: var(--red);
	color: white;
	height: 40px;
	border: 0;
}

	.btn-primary:active {
		background: var(--red) !important;
		color: white !important;
	}
/*
@font-face {
	font-family: Jost;
	src: url(/webfonts/Jost-VariableFont_wght.ttf);
	font-display: swap
}

* {
	font-family: Jost;
}*/

.product {
	min-width: 266px;
	height: 435px;
	background: white;
}

.product-text {
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	word-break: break-word;
}

.product-price {
	font-weight: 600;
	font-size: 19px;
	color: var(--black);
}

.product-img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.marquee {
	white-space: nowrap;
	font-size: 24px;
	color: #AAA9A9;
	--gap: 1rem;
	display: flex;
	gap: var(--gap);
	text-align: center;
}

	.marquee div {
		display: flex;
		flex-shrink: 0;
		animation: scroll 25s linear infinite;
	}

	.marquee span {
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
		margin: 16px;
	}

	/*.marquee :hover {
	animation-play-state: paused;
}*/

	.marquee img:hover {
		-webkit-filter: grayscale(0) !important;
		filter: grayscale(0) !important;
	}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.fs-s {
	font-size: 13px;
}

.fs-m {
	font-size: 16px;
}

.fs-l {
	font-size: 20px;
}

.fs-xl {
	font-size: 25px;
}

.fs-xxl {
	font-size: 30px;
}

.fw-l {
	font-weight: 500;
}

.fw-b {
	font-weight: bold;
}

.header-1 {
	padding-top: 76px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.nobr br {
	display: none;
}

.btn-primary:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.nav-link.active {
	background-color: transparent !important;
	color: var(--blue-light) !important;
	font-weight: bold;
}

.nav-link:hover {
	background-color: transparent !important;
	color: var(--blue-light) !important;
}

body {
	margin: 0;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	filter: invert(55%) sepia(56%) saturate(5168%) hue-rotate(163deg) brightness(97%) contrast(101%);
}

input[type="checkbox"] {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.btn-secondary {
	background-color: transparent;
	color: var(--black);
	width: 100%;
	padding: 12px, 16px, 12px, 16px;
	height: 40px;
	border: solid 1px;
}

.documentsSection .active {
	background-color: var(--blue-light) !important;
	color: var(--white) !important;
}

.wrapper {
	width: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 25px 40px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
	font-size: 24px;
	font-weight: 600;
}

header p {
	margin-top: 5px;
	font-size: 16px;
}

.price-input {
	width: 100%;
	display: flex;
	margin: 30px 0 35px;
}

	.price-input .field {
		display: flex;
		width: 100%;
		height: 45px;
		align-items: center;
	}

.field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 19px;
	margin-left: 12px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.range-slider {
	height: 5px;
	position: relative;
	background-color: #e1e9f6;
	border-radius: 2px;
}

.range-selected {
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 5px;
	background-color: var(--blue-light);
}

.range-input {
	position: relative;
}

	.range-input input {
		position: absolute;
		width: 100%;
		height: 5px;
		top: -6px;
		background: none;
		pointer-events: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		.range-input input::-webkit-slider-thumb {
			height: 20px;
			width: 20px;
			border-radius: 50%;
			border: 3px solid var(--blue-light);
			background-color: var(--blue-light);
			pointer-events: auto;
			-webkit-appearance: none;
		}

		.range-input input::-moz-range-thumb {
			height: 15px;
			width: 15px;
			border-radius: 50%;
			border: 3px solid var(--blue-light);
			background-color: var(--blue-light);
			pointer-events: auto;
			-moz-appearance: none;
		}

.range-price {
	margin: 30px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.range-price label {
		margin-right: 5px;
	}

	.range-price input {
		width: 40px;
		padding: 5px;
	}

		.range-price input:first-of-type {
			margin-right: 15px;
		}

.support-box {
	top: 2rem;
	position: relative;
	bottom: 0;
	text-align: center;
	display: block;
}

.b-btn {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

	.b-btn.paypal i {
		color: blue;
	}

	.b-btn:hover {
		text-decoration: none;
		font-weight: bold;
	}

	.b-btn i {
		font-size: 20px;
		color: yellow;
		margin-top: 2rem;
	}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.product-default-image {
	max-width: 402px;
	height: 402px;
	width: 100%;
	object-fit: contain;
}

#scrollProducts div:last-child {
	margin-right: 0 !important;
}

@media only screen and (min-width: 575px) {
	.dropdown-menu-responsive {
		position: absolute;
		inset: auto auto 0px 0px;
		margin: 0px;
		transform: translate3d(0px, -40px, 0px);
	}
}

@media (max-width: 575.99px) {

	::-webkit-scrollbar-thumb {
		display: none;
	}

	::-webkit-scrollbar-track {
		display: none;
	}

	.product-default-image {
		height: 202px;
	}
}

@media (min-width: 768px) {
	.sticky-md-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		right: 0;
		z-index: 1020;
	}
}

.toast-body {
	background: white;
}

﻿.autocomplete {
	position: relative;
}

.autocomplete .options {
	min-height: 60px;
	max-height: 160px;
	overflow-y: auto;
	background: white;
	width: 100%;
	padding: 0;
	z-index: 10;
	border: 1px solid #ced4da;
	border-radius: 0.5rem;
	box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete .option {
	display: block;
	padding: 0.25rem;
}

	.autocomplete .option .option-text {
		padding: 0.25rem 0.5rem;
	}

	.autocomplete .option:hover {
		background: #1E90FF;
		color: #fff;
	}

	.autocomplete .option.disabled {
		background-color: lightgrey;
		cursor: not-allowed;
	}

		.autocomplete .option.disabled:hover {
			background: lightgrey;
			color: var(--bs-body);
		}

.no-focus-ring:hover, .no-focus-ring:focus {
	box-shadow: none;
}

.min-vw-75 {
	min-width: 75%;
}

.fab-button {
	border-radius: 50%;
	background-color: #06d10d;
	width: 38px;
	height: 38px;
	color: white;
	border: 0;
	justify-content: center;
	display: flex;
	align-items: center;
	text-decoration: none;
}

	.fab-button:hover, .fab-delete-button:hover {
		opacity: 0.8;
	}

.fab-delete-button {
	border-radius: 50%;
	background-color: var(--red);
	width: 38px;
	height: 38px;
	color: white;
	border: 0;
}

.form-label {
	color: white;
}

.blazored-typeahead {
	position: relative;
	width: 100%;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 5px;
}

	.blazored-typeahead.valid.modified {
		outline: none !important;
		border: 1px solid #26b050;
	}

	.blazored-typeahead.invalid {
		outline: none !important;
		border: 1px solid red;
	}

.blazored-typeahead__controls {
	position: relative;
	cursor: text;
	display: flex;
}

.blazored-typeahead__input {
	flex: 1;
	max-width: 100%;
	border: none;
	padding: 6px;
	border-radius: 5px;
}

.blazored-typeahead:focus-within {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.blazored-typeahead__input:focus {
	outline: none;
}

.blazored-typeahead__input-multi:focus {
	outline: none;
	box-shadow: none;
}

.blazored-typeahead__input-hidden {
	display: none;
}

.invalid {
	border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper {
	display: flex;
	width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled {
	background-color: #e9ecef;
	cursor: not-allowed;
	border-radius: 5px 0 0 5px;
	color: grey;
	min-height: 40px;
}

	.blazored-typeahead__input-mask-wrapper--disabled:focus {
		border: none;
	}

.blazored-typeahead__input-mask {
	display: flex;
	align-items: center;
	flex: 1;
	border-radius: 5px 0 0 5px;
	padding: .5rem;
	height: 36px;
}

	.blazored-typeahead__input-mask:focus {
		outline: none;
	}

.blazored-typeahead__clear {
	width: 40px;
	display: flex;
	padding: .5rem;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #dbdbdb;
}

	.blazored-typeahead__clear:hover {
		color: #333333;
	}

.blazored-typeahead__down-arrow path {
	fill: #dbdbdb;
}

.blazored-typeahead__input-icon {
	width: 40px;
	display: flex;
	border-radius: 0 5px 5px 0;
	padding: 6px;
	cursor: pointer;
	background: none;
}

	.blazored-typeahead__input-icon:focus {
		outline: none;
		box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
	}

	.blazored-typeahead__input-icon:hover {
		background-color: #f5f5f5;
	}

		.blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path {
			fill: #333333;
		}

.blazored-typeahead__input-icon--disabled,
.blazored-typeahead__input-icon--disabled:hover {
	background-color: #e9ecef;
	cursor: not-allowed;
}

	.blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path,
	.blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path {
		fill: #9c9c9c;
	}

.blazored-typeahead__multi-value {
	background-color: #dbdbdb;
	display: flex;
	align-items: center;
	min-width: 0px;
	box-sizing: border-box;
	border-radius: 2px;
	margin: .4rem 0 .4rem .4rem;
}

.blazored-typeahead__multi-value-label {
	color: rgb(51, 51, 51);
	font-size: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
	padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: transparent;
	border: 0;
	outline: none;
}

	.blazored-typeahead__multi-value-clear:focus {
		outline: none;
	}

	.blazored-typeahead__multi-value-clear:hover {
		background-color: rgb(212, 212, 212);
		color: rgb(222, 53, 11);
	}

.blazored-typeahead__results {
	position: absolute;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border: 1px solid #dbdbdb;
	min-height: 2rem;
	max-height: 30rem;
	overflow-y: auto;
	z-index: 10;
	max-width: 100%;
	background: #fff;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
	padding: .5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: black;
}

.blazored-typeahead__selected-item {
	background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted {
	background-color: #d3e2f2;
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
	background-color: #007bff;
	border-top: 1px solid #007bff;
	border-bottom: 1px solid #007bff;
	color: #fff;
	cursor: pointer;
}

.blazored-typeahead__loader {
	width: 24px;
	height: 24px;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #F7CAAc;
	color: var(--bs-table-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #06d10d;
	color: var(--bs-table-color);
	--bs-table-striped-bg: #06d10d;
}
.table-success a {
	color:black;
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: red;
	color: var(--bs-table-color);
}

.nav-link {
	color: #D61E1E;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

	.nav-link:hover {
		color: #D61E1E !important;
	}

	.nav-link:focus {
		color: white !important;
	}

	.nav-link.active {
		color: white !important;
	}

@media (min-width: 1400px) {
	.container-xxl {
		max-width: 100%;
	}
}

.nav-link {
	padding: 5px 0 !important;
}

button:disabled {
	cursor: not-allowed;
}

.tip {
	background-color: #263646;
	padding: 0 14px;
	line-height: 27px;
	position: absolute;
	border-radius: 4px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
	animation-name: tip;
	animation-duration: .6s;
	animation-fill-mode: both
}

	.tip:before {
		content: "";
		background-color: #263646;
		height: 10px;
		width: 10px;
		display: block;
		position: absolute;
		transform: rotate(45deg);
		top: -4px;
		left: 17px
	}

#copied_tip {
	animation-name: come_and_leave;
	animation-duration: 1s;
	animation-fill-mode: both;
	bottom: -35px;
	left: 2px
}

.text-line {
	font-size: 14px
}
