html, body {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overscroll-behavior: none;
	scroll-behavior: smooth;
	background-color: #EEF0F4;
}

* {
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: manipulation;
}

select:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

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

.welcome-wrapper {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	height: 80%;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.public-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 100vh;
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10vh;
}

.error-message {
	color: var(--lt-base-red);
	font-size: 0.8rem;
}

.page-container {
	min-height: 90vh;
	padding: 16px;
	overflow-y: auto;
	background-color: #EEF0F4;
}

.overview-content { 
	padding-top: 55px;
	height: 85vh;
}

.mud-main-content {
	padding-top: 0px !important;
	height: 100vh;
}

.mud-dialog {
	width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
}

.mud-dialog-title {
	font-weight: 600;
	padding-bottom: 4px !important;
}

.welcome-actions {
	position: fixed;
	bottom: 5vh;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.load-more-txt {
	color: #0D35A0;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	text-align: center;
	padding-bottom: 10px;
	opacity: 0.5 !important;
}

.mud-elevation-4 {
	box-shadow: none!important;
}

/* Stepper. Space between step and divide line */
.mud-stepper.mud-stepper__horizontal .mud-stepper-nav {
	gap: 0 !important;
}

/* Stepper. Space between step and divide line */
.mud-stepper .mud-stepper-nav .mud-step {
	padding: 24px 0 !important;
}

/* Stepper > Wrapper around text under step number */
.mud-stepper.mud-stepper__horizontal.mud-stepper__center-labels .mud-step-label .mud-step-label-content {
	margin-top: 0 !important;
}

/* Stepper > Text under number active step */
.mud-typography-subtitle2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	color: var(--lt-base-blue);
}

/* Stepper > Text under number inactive step */
.mud-typography-body2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	text-align: center;
	color: var(--lt-base-blue);
}

/* Delivery > step 3 > select input */
.mud-input.mud-input-text.mud-input-adorned-end.mud-input-underline.mud-shrink.mud-typography-input.mud-select-input {
	background: white;
	padding: 5px 16px;
	font-family: 'Montserrat', serif;
	color: var(--lt-base-blue);
	border: 1px solid var(--lt-black-gray);
	border-radius: 4px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

/* Delivery > step 3 > select input > label */
p.mud-typography.mud-typography-body1 {
	font-family: 'Montserrat', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	color: var(--lt-base-blue); !important;
}

/* Delivery Step 3 Button */
button.mud-button-root.mud-button.mud-button-text.mud-button-text-default.mud-button-text-size-medium.mud-ripple {
	background-color: var(--lt-black-white);
	color: var(--lt-base-blue);
	padding: 12px 40px;
	border: 1px solid var(--lt-base-blue-accent-3);
	border-radius: 4px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

/* Signature box */
.mud-paper.mud-elevation-4.pa-4 {
	border-radius: 0 0 16px 16px;
}

/* Progress Circle */
.mud-progress-circular.mud-progress-indeterminate {
	animation: none;
}


.mud-appbar {
	background-color: var(--lt-base-blue) !important;
	position: fixed !important;
	top: 0 !important;
}

/* toggle */
.mud-switch-base.mud-checked+.mud-switch-track {
	opacity: 1 !important;
	height: 22px;
	border-radius: 99px !important;
}

.mud-switch-span {
	align-items: center !important;
}

.mud-button-root {
	color: var(--lt-black-white) !important;
}

.mud-switch-span .mud-switch-track {
	background-color: var(--lt-base-blue) !important;
	height: 21px;
	border-radius: 99px !important;
}

.mud-switch-button .mud-switch-thumb-medium {
	border: 1px solid var(--lt-base-blue);
}

.mud-switch-button:has(input[aria-checked="false"]) .mud-switch-thumb-medium {
	border: 1px solid rgba(13, 53, 160, .48);
}

.mud-input-control.mud-input-control-boolean-input {
	width: 50px !important;
}

.mud-button-label { 
	color: black;
}

@media (max-width: 500px) {
	.html {
		-ms-overflow-style: none;
	}

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

	body {
		font-size: 12px;
	}

	h1 {
		font-size: 25px !important;
	}

	p {
		font-size: 16px !important;
	}

	a {
		font-size: 16px !important;
	}
}

.mud-dialog .mud-dialog-actions>:not(:first-child) {
	color: var(--lt-base-blue) !important;
}

.mud-dialog .mud-dialog-actions>:first-child {
	color: var(--lt-base-red) !important;
}

.no-data {
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	opacity: 0.5;
}

.line-item {
	padding: 4px 16px;
}

.line-container {
	padding: 1rem 0;
}

.header-information {
	background-color: var(--lt-base-blue);
	color: white;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.no-adress {
	color: #CCC;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.floating-container {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 1000;
}

.floating_button {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 1000;
}

.floating_button_comment {
	margin-bottom: 10px;
}

.badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #E6007E;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%, -50%);
}

.no-lines-container {
	margin: 16px 0;
	padding-bottom: 4px;
	text-align: center;
}

.no-lines-separator {
	color: #0D35A0;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-align: center;
	background-color: #E1E5F0;
	border-radius: 17px;
	display: inline-block;
	padding: 4px 12px;
}

.signature-title {
	color: #0D35A0;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.workflow-header {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	background-color: var(--lt-base-blue);
	color: var(--lt-black-white);
	padding-left: 25px;
	padding-top: 0;
	height: 55px;
}

	.workflow-header > p {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
	}

.step {
	width: 30px;
	height: 30px;
	border-radius: 99px;
	background-color: var(--lt-base-blue-accent-3);
	display: flex;
	align-items: center;
	justify-content: center;
}

	.step > p {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		text-align: center;
		color: var(--lt-base-blue-accent-2);
	}

.step-active {
	width: 30px;
	height: 30px;
	border-radius: 99px;
	background-color: var(--lt-base-green);
	display: flex;
	justify-content: center;
	align-items: center;
}

	.step-active > p {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		text-align: center;
		color: var(--lt-black-white);
	}

.step-complete {
	width: 30px;
	height: 30px;
	border-radius: 99px;
	background-color: var(--lt-base-blue);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fa_bottom_button {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100vw;
	gap: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	padding: 10px 20px 20px;
	overflow: hidden;
	background-color: #EEF0F4;
}

.stepper-main-container {
	height: calc(100% - 90px);
}

.stepper-content-container {
	height: 75vh;
}

.stepper-content-inner {
	width: 100%;
	height: 90%;
	overflow: hidden;
	overflow-y: scroll;
}

.delivery-animation {
	width: 300px;
	height: auto;
	object-fit: contain;
}

.delivery-text {
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	color: var(--lt-base-blue);
}

.no-document-container {
	display: flex;
	flex-direction: column;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

	.no-document-container > img {
		width: 100%;
		height: 200px;
	}

	.no-document-container > p {
		font-size: 15px;
		color: #4a515e;
	}

.section-separator-container {
	margin: 16px 0 0;
	padding-bottom: 4px;
	text-align: center;
}

.section-separator {
	color: #0D35A0;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-align: center;
	background-color: #E1E5F0;
	border-radius: 17px;
	display: inline-block;
	padding: 4px 12px;
}

/* Filters page */
.filters-page .search-field {
	margin-top: 12px;
	width: 100%;
}

.filters-page  .bottom-buttons {
	position: fixed;
	bottom: 5rem;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	padding: 16px;
}

.filters-page .filter-item {
	padding-top: 10px;
}

.filters-page .filter-remove-or-add {
	color: #0D35A0;
	font-family: Montserrat;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.filters-page .fa_textfield_wrapper {
	margin: 2px;
}

.filters-page .fa_textfield_input {
	font-size: 14px;
	border-radius: 8px;
}

.filters-page .fa_select {
	height: 52px;
	border: 1px solid #E1E5F0;
	border-radius: 8px;
}

.filters-page .mud-input > input.mud-input-root.mud-input-root-filled, .filters-page div.mud-input-slot.mud-input-root.mud-input-root-filled {
	border-radius: 8px !important;
	border: 1px solid #0D35A0 !important;
	background: #FFF !important;
}

.filters-page .search-page-fields {
	padding-bottom: 60px;
	max-height: 75vh;
	overflow: hidden;
	overflow-y: scroll;
}

.page-container.filters-page {
	padding-top: 10vh;
}

@media (max-width: 500px) {
	.filters-page .fa_textfield_wrapper {
		min-width: 0px;
	}

	.filters-page .fa_button {
		font-size: 18px;
		height: 60px;
		width: 100%;
		padding: 0;
	}
}