.k-loader-container {
	display:none!important;
}

/* General */
body {
	font-family: 'Roboto', sans-serif;
	color: #3B3B3B;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	color: #3B3B3B;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

h2 {
	color: #3B3B3B;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.125rem;
	font-weight: 700;
}

h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

a, a:hover, a:focus {
	color: #006ba6;
	text-decoration: none;
}

.number {
	color: #006ba6;
	font-size: 6rem;
}

ul {
	margin-bottom: 0;
}

hr {
	background-color: #918f8f;
	opacity: 1;
}

hr.hr-small {
	background-color: #DFE4EA;
	opacity: 1;
	margin: 0.125rem 0 0.75rem 0;
}

.row {
	margin-bottom: 1.5rem;
}

	.row:last-child {
		margin-bottom: 0;
	}

.text-primary {
	color: #116AA6!important;
}

.small {
	font-size: 85%;
}

.breadcrumb {
	background: none;
	padding-left: 0;
}

.logo-testhub {
	max-width: 250px;
}

.pagination {
	margin-top: 10px;
}

/* Colours */
.primary-blue {
	color: #116AA6;
}

.secondary-blue {
	color: #4ab7ac;
}

.purple {
	color: #a311a6;
}

/* Alerts */
.alert {
	border: none;
	text-align: center;
	color: #000;
	border-radius: 1rem;
	padding: 1rem;
}

.alert-info, .background-info {
	background-color: #F6F6F6;
	color: #3B3B3B;
}

.alert-primary {
	background-color: #116AA6;
}

.alert-text-only {
	background-color: transparent;
	padding: 0;
}

/* Badges */
.payment-badge {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #116AA6;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.payment-edit {
	position: absolute;
	top: 40%;
	right: 1rem;
}

/* Buttons */
.btn {
	border-radius: 1.5rem;
	border-width: 2px;
	padding-left: 3rem;
	padding-right: 3rem;
	font-weight: 700;
}

.btn:disabled {
	opacity: 0.3;
	font-weight: 500;
}

.btn-primary, .btn-primary:hover {
	background-color: #116AA6;
	border-color: #116AA6;
}

.btn-outline-primary {
	border: solid 2px #116AA6;
	color: #116AA6;
}

	.btn-outline-primary:hover {
		border: solid 2px #116AA6;
		background-color: #116AA6;
		color: #fff;
	}

.btn-secondary, .btn-secondary:hover {
	background-color: #f89459;
	border-color: #f89459;
}

.btn-tertiary, .btn-tertiary:hover {
	background-color: #deecf3;
	border-color: #deecf3;
}

.btn-negative, .btn-negative:hover {
	background-color: #fff;
	border-color: #fff;
	color: #006ba6;
}

.btn-square {
	border-radius: 0.25rem;
	line-height: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

	.btn-square .bi {
		font-size: 26px;
	}

.btn-link {
	padding-left: 0;
	padding-right: 0;
	color: #006ba6;
	font-weight: 500;
}

.btn-link:hover {
	text-decoration: none;
}

.btn:hover {
	opacity: 0.9;
}

.btn-icon {
	background-color: #116AA6;
	border-radius: 1.5rem;
	color: #fff;
	padding: 0 1rem;
	font-size: 42px;
	font-weight: bold;
}

	.btn-icon:hover {
		color: #fff;
		opacity: 0.9;
	}

/* Listing Items */
.listing-item {
	padding: 0.25rem 1rem;
}

.dropdown-menu .listing-item:hover {
	background-color: #eee;
	cursor: pointer;
}

.listing-item::before {
	display: inline-block;
	content: '';
	border-radius: 0.375rem;
	height: 0.75rem;
	width: 0.75rem;
	margin-right: 0.5rem;
}

.listing-item-primary-blue::before {
	background-color: #116AA6;
}

.listing-item-secondary-blue::before {
	background-color: #4ab7ac;
}

.listing-item-purple::before {
	background-color: #a311a6;
}

.listing-item-orange::before {
	background-color: #f89459;
}

h3.listing-item {
	padding-left: 0;
}

/* Navigation */
.navbar {
	background-color: #116AA6;
	color: #fff;
	padding-top: 0rem;
	padding-bottom: 1rem;
}

	.navbar li {
		margin-left: 1.2rem;
		margin-right: 1.2rem;
	}

	.navbar a {
		color: #fff;
		text-decoration: none;
		font-weight: 500;
	}

.login-links a, .login-links a:hover {
	color: white;
	font-weight: 500;
	font-size: 0.85rem;
}

.list-inline-item .btn {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Modal */
.modal-fix {
	background: none;
	border: none;
	width: 800px;
	max-width: 100%;
}

.modal-dialog-scrollable .modal-body {
	max-height: 450px;
}

.modal-content {
	border: none;
	border-radius: 1rem;
}

.modal-content h2 {
	font-weight: 700;
	font-size: 2rem;
	color: #000;
}

.modal-content h4 {
	font-weight: 700;
	font-size: 2rem;
	color: #000;
}

.modal-content .bi {
	font-size: 3.25rem;
	line-height: 1;
	display: block;
	margin-bottom: 1.25rem;
}

.modal-content .btn {
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.modal-header {
	border-bottom: none;
	padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-body {
	padding: 0.5rem 1.5rem;
}

.modal-footer {
	justify-content: flex-start;
	border-top: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}

/* Progress Bar */
.progress {
	height: 4px;
	background-color: #DFE4EA;
	margin-top: 1rem;
}

.progress-bar {
	background-color: #f58546;
}

.bg-success, .text-bg-success {
	background-color: #22AD5C!important;
}

.bg-warning {
	background-color: #F6CA5A!important;
}

.text-bg-danger {
	background-color: #F23030!important;
}

.form-progress {
	text-align: center;
	margin-top: -27px;
}

	.form-progress span {
		height: 50px;
		width: 50px;
		border-radius: 25px;
		border: #29abe2 3px solid;
		background-color: #fff;
		display: inline-block;
	}

		.form-progress span.active {
			border: #f58546 3px solid;
		}

		.form-progress span.completed {
			border: #f58546 3px solid;
			background-color: #f58546;
		}

/* Sidebar */
.sidebarnav.nav-pills .nav-link {
	color: #000;
	border-radius: 0.75rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.sidebarnav.nav-pills .nav-link:hover, .sidebarnav.nav-pills .nav-link.active {
	background-color: #F1F1F1;
	color: #3C3C3C;
	font-weight: 700;
}

/* Top Nav Tabs */
.topnav {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

	.topnav a {
		padding: 5px 10px;
		color: #a3a3a3;
		font-weight: 700;
		font-size: 20px;
	}

.topnav a.active {
	border-bottom: #116AA6 2px solid;
	color: #116AA6;
}

.topnav a:hover {
	color: #116AA6;
}

/* Hero Banners */
.hero-banner .container {
	background-image: url(../images/storefront-map.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 28rem;
}

/* Timeline */
.timeline {
	position: relative;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #116AA6;
	top: 12px;
	bottom: 12px;
	left: 21px;
}

/* Accordion */
.accordion {
	margin-top: 3rem;
}

.accordion-header {
	margin-bottom: 0;
	border-bottom: #918f8f 1px solid;
}

.accordion-button {
	font-size: 1.75rem;
}

.accordion-item {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.accordion-body {
	font-size: 1.25rem;
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: #333;
	background-color: #fff;
}

/* Test Results */
.test-result {
	color: #fff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 2.5rem;
	display: inline-block;
}

.result-positive {
	background-color: #f23030;
}

.result-negative {
	background-color: #20ae5a;
}

.bg-gray {
	background-color: #C7C7C7;
}

.result-inconclusive {
	background-color: #637381;
}

.result-incomplete {
	background-color: #fff;
	border: #333 2px solid;
	color: #333;
	text-align: center;
}

.result-timeline {
	background-color: #ebfff3;
	border: none;
}

.result-timeline .event {
	background-color: #ebfff3;
	margin: 0.5rem 0;
}

	.result-timeline .event i {
		color: #20ae5a;
		font-size: 24px;
		margin-right: 10px;
	}

.results_table .fa-sort-up,
.results_table .fa-sort-down {
	margin-left: .25rem;
}

.results_table td {
	font-size: 14px;
}

.results_table td {
	vertical-align: middle;
}

.test-result-details .badge {
	font-size: 12px;
	font-weight: normal;
}

/* Forms */
.form-area {
	border-radius: 10px;
	border: 1px solid #C7C7C7;
	padding: 30px 15px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.form-label {
	font-weight: 700;
}

.form-control {
	border-radius: 10px;
	border-color:#C7C7C7;
}

.address-field .form-control {
	border-radius: 0;
	border-width: 0 0 1px 0;
}

.form-control:focus,
.k-input-solid:focus-within {
	box-shadow: 0 0 0 0.125rem rgba(13,110,253,.25);
}

.k-input-solid.k-invalid:focus,
.k-input-solid.k-invalid.k-focus,
.k-input-solid.ng-invalid.ng-touched:focus,
.k-input-solid.ng-invalid.ng-touched.k-focus,
.k-input-solid.ng-invalid.ng-dirty:focus,
.k-input-solid.ng-invalid.ng-dirty.k-focus {
	box-shadow: 0 0 0 0.125rem rgba(220,53,69,.25);
}

.form-select {
	border-radius: 10px;
}

.k-input-solid.k-invalid, .k-input-solid.ng-invalid.ng-touched, .k-input-solid.ng-invalid.ng-dirty {
	border-color: #dc3545;
}

.validation-message {
	width: 100%;
	margin-top: 0.25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-feedback {
	display: inherit;
}

.input-group-text .k-button-md.k-icon-button {
	padding: 0;
}

.input-group-text {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Telerik Floating Labels */
.k-floating-label-container {
	width: 100%;
	padding: 0;
}

.k-floating-label-container.k-empty > .form-control:disabled + .k-label {
	top: 0;
	left: 0;
}

.k-floating-label-container .k-input-inner {
	padding: 1rem 0.75rem;
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.k-floating-label-container.k-empty > .k-label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/* On Focus */
	.k-floating-label-container .k-focus .k-input-inner,
	.k-floating-label-container .k-valid .k-input-inner,
	.k-floating-label-container .k-invalid .k-input-inner {
		padding-top: 1.625rem;
		padding-bottom: 0.625rem;
	}

		.k-floating-label-container .k-focus .k-input-inner::placeholder,
		.k-floating-label-container .k-valid .k-input-inner::placeholder,
		.k-floating-label-container .k-invalid .k-input-inner::placeholder {
			opacity: 0;
		}

	.k-floating-label-container:focus-within > .k-label,
	.k-floating-label-container .k-valid + .k-label,
	.k-floating-label-container .k-invalid + .k-label {
		opacity: .65;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}

/* Disabled/Occupied */
	.k-floating-label-container input:disabled,
	.k-floating-label-container.input-occupied input {
		padding-top: 1.625rem;
		padding-bottom: 0.625rem;
	}

	.k-floating-label-container input:disabled + .k-label,
	.k-floating-label-container.input-occupied .k-label {
		opacity: .65;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}

/* Datepicker */
.k-floating-label-container.k-empty .k-datepicker + .k-label {
	opacity: .65;
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.k-floating-label-container.k-empty .k-datepicker .k-input-inner {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.k-datepicker .k-input-button {
	background: none;
	border: none;
}

/* Cards */
.card {
	border-radius: 1rem;
}

.card-primary-blue {
	border-left: #116AA6 20px solid;
}

.card-secondary-blue {
	border-left: #4ab7ac 20px solid;
}

.card-purple {
	border-left: #a311a6 20px solid;
}

.card-orange {
	border-left: #f89459 20px solid;
}

.card table {
	width: auto;
}

.card table td {
	text-align: left;
}

/* Tables */
.table {
	border-color: #ccc;
	margin-bottom: 0;
}

	.table > :not(:first-child) {
		border-top: none;
	}

	.table th {
		color: #fff;
		font-weight: 700;
		text-align: center;
	}

.card .table tbody td:first-of-type {
	border-left: none;
}

.card .table tbody td:last-of-type {
	border-right: none;
}

.card .table tbody tr:last-of-type {
	border-bottom: #fff;
}

.card .table td {
	text-align: right;
}

.table.background-primary-blue th, .table.background-primary-blue thead tr {
	background-color: #116AA6;
	border-color: #116AA6;
}

.table.background-secondary-blue th, .table.background-secondary-blue thead tr {
	background-color: #4ab7ac;
	border-color: #4ab7ac;
}

.table.background-purple th, .table.background-purple thead tr {
	background-color: #a311a6;
	border-color: #a311a6;
}

.table.background-orange th, .table.background-orange thead tr {
	background-color: #f89459;
	border-color: #f89459;
}

.rounded-table-head .k-grid-header {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

/* Pagination */
.page-link {
	border: none;
	font-size: 0.85rem;
	color: #333;
}

	.page-link:hover {
		color: #333;
	}

/* Footer */
footer {
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #A4A4A450;
	margin-top: 50px;
}

	footer a {
		color: #333;
		font-size: 0.85rem;
	}

		footer a:hover {
			color: #333;
			opacity: 0.9;
		}

/* Blazor Error */
#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: 10000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

/* Telerik Style Overwrites */
.k-checkbox-label {
	align-items: center!important;
}

.k-grid a.btn-negative {
	color: #006ba6;
}

.k-toolbar {
	padding: 0.75rem 0.5rem!important;
}

.k-grid-toolbar, .k-grid-header {
background-color: #55a9dd !important;
}

.k-toolbar .k-input.k-grid-search {
	width: 20em;
}

.k-cell-inner > .k-link {
	color: #fff;
}

.k-grid-toolbar,
.k-grid .k-grid-header-wrap,
.k-grid-header .k-header {
	border: none;
}

.k-grid {
	border-radius: 1rem;
}

.k-grid-toolbar {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.k-grid-pager {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.k-dialog-content {
	padding: 0;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
	color: #3B3B3B;
}

.k-window {
	border-radius: 0.75rem;
}

.k-window-content:first-child {
	padding-top: 0;
}

.k-window-content:last-child {
	padding-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.sidebarnav.nav-pills .nav-link {
		margin-right: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		padding-bottom: 100px;
	}

	.navbar {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.sidebarnav.nav-pills .nav-link {
		padding: 0.5rem 1rem;
	}

	.fixed-footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}

	footer {
		margin-top: 0;
	}
}




.modal-c-title {
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000;
}


.btn-c-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat center / 1em auto;
	border: 0;
	border-radius: .375rem;
	opacity: .5;
}
.btn-c-close:hover{
	color:black;
}

.test-title {
	font-size: 1.5rem;
	font-weight: 400;
	color: #3B3B3B;
}

.test-form-area {
	border-radius: 10px;
	border: 1px solid #C7C7C7;
	padding: 30px 30px 32px 27px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.region-mt-1 {
	margin-top: 1rem;
}
.region-mt-2{
	margin-top:2rem;
}

.region-mt-3{
	margin-top:3rem;
}
.region-layer {
	width: 37.5%;
}
.region-title {
	font-size: 1rem;
	font-weight: 700;
	color: #000000;
}
.test-message {
	margin-top: 1px;
	border-radius: 5px;
	background-color: #E5F0F6;
	padding: 8px 16px 8px 24px;
	display:none;
}
.show-test-message {
	display: flex !important;
	align-items: center;
	gap: 20px;
	margin-top:2rem;
}
.test-group {
    width: 40px;
    height: 40px;
}

.test-msg {
    font-size: 1rem;
    font-weight:400;
}
.select-test-type-layer{

}
.test-type {
	border: 1px solid #C7C7C7;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
}
.chk-test {
	border: 1px solid #8E8E8E;
	width: 20px;
	height: 20px;
	margin-right: 1.25rem;
}
.test-icon {
	width: 12px;
	height: 12px;
	border-radius: 100%;
}

.test-msg-color {
	color: #116AA6;
	font-style:italic;
}
.test-div {
	display: flex;
	align-items: center;
	gap:10px;
	width:17rem;
}




.custom-checkbox {
	display: none; /* hide the native checkbox */
}

.checkbox-label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	transition: border 0.3s;
}

	.checkbox-label::after {
		content: '';
		position: absolute;
		top: -1%;
		left: 35%;
		width: 6px;
		height: 15px;
		border: solid transparent;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
		opacity: 0;
		transition: opacity 0.2s;
	}

.custom-checkbox:checked + .checkbox-label {
	border: 1px solid #116AA6;
	background-color: transparent;
}

	.custom-checkbox:checked + .checkbox-label::after {
		border-color: #116AA6;
		opacity: 1;
	}
.chk-selected {
	border: 1px solid #116AA6 !important;
	background-color: #E5F0F6 !important;
}

.cs-modal-content {
	border-radius: 10px !important;
	padding-right: 50px !important;
}

.cs-modal-title {
	font-size: 2rem !important;
	text-transform: none !important;
}
.cs-modal-header {
	flex-direction: column !important;
	align-items: flex-start !important;
}

.cs-title .cs-label {
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.cs-footer {
	padding-right: 25px !important;
	gap: 18px !important;
}

.cs-back{
	margin-left:0px !important;
}
.cs-m-ac {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.modal-ac-title {
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 2rem;
	color: #000;
	margin-top:0.5rem;
}

.ac-modal-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.cs-modal-dialog{
	max-width:581px;
}

.cs-modal-body {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}


.mrc-10{
	margin-right:10px;
}

.safety-icon{
	width:57px;
}


.cs-m-sa {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.modal-footer-sa {
	text-align: center;
	border-top: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}


.f-w400{
	font-weight:400;
}