:root {
	--mns-fingerprint-primary: #ffc857;
	--mns-fingerprint-secondary: #ffc857;
}

:root {
	--mnsfpt-accent: var(--mns-fingerprint-primary);
	--mnsfpt-red: rgba(255, 82, 82, 1);
	--mnsfpt-orange: rgba(255, 121, 63, 1);
	--mnsfpt-yellow: rgba(255, 177, 66, 1);
	--mnsfpt-blue: rgba(52, 172, 224, 1);
	--mnsfpt-green: rgba(51, 217, 178, 1);
	--mnsfpt-purple: rgba(142, 68, 173, 1);
}

:root {
	--mnsfpt-primary: var(--mnsfpt-accent);
	--mnsfpt-primary-text: #fff;
	--mnsfpt-secondary: #ebe9eb;
	--mnsfpt-secondary-text: #515151;
	--mnsfpt-highlight: #77a464;
	--mnsfpt-highligh-text: white;
	--mnsfpt-content-bg: #fff;
	--mnsfpt-text: currentColor;
	--mnsfpt-subtext: #767676;
}

:root {
	--mns-fingerprint-background: var(--mnsfpt-content-bg);
	--mns-fingerprint-color: 'currentColor';
	--mns-fingerprint-accent: var(--mnsfpt-primary);
	--mns-fingerprint-accent-text: var(--mnsfpt-primary-text);
}

.mnsfpt-spinner svg {
	-webkit-animation: mnsfpt-spinner 1.5s ease 0s infinite normal both;
	animation: mnsfpt-spinner 1.5s ease 0s infinite normal both;
}

@keyframes locate-throb {
	0% {
		stroke-width: 1
	}

	50% {
		stroke-width: 3;
		transform: scale(0.8, 0.8)
	}

	100% {
		stroke-width: 1
	}
}

@keyframes mnsfpt-flash {
	0% {
		opacity: 0.7;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

@-webkit-keyframes mnsfpt-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(720deg);
		transform: rotate(720deg);
	}
}

@keyframes mnsfpt-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(720deg);
		transform: rotate(720deg);
	}
}

.mnsfpt-leaflet-control-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	font-size: 22px !important;
}

.mnsfpt-leaflet-control-icon svg {
	display: block;
	fill: currentColor;
	width: 0.8em;
	height: 0.8em;
}

.leaflet-control-locate a .leaflet-control-locate-spinner {
	animation: mnsfpt-flash 1s infinite;
}

.leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
	color: var(--mnsfpt-blue);
}

.leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
	color: var(--mnsfpt-yellow)
}

.leaflet-control-locate-location circle {
	animation: locate-throb 4s ease infinite
}

.mnsfpt-icon svg {
	display: inline-block;
	fill: currentColor;
	width: 1em;
	aspect-ratio: 1/1;
	vertical-align: middle;
}

.mnsfpt * {
	box-sizing: border-box;
}

.mnsfpt > * {
	box-sizing: border-box !important;
}

.mnsfpt .left {
	float: left;
}

.mnsfpt .right {
	float: right;
}

.mnsfpt-ltr {
	direction: ltr !important;
}

.mnsfpt-rtl {
	direction: rtl !important;
}

.mnsfpt-inline-ltr {
	display: inline-block;
	direction: ltr;
}

.mnsfpt-text-right {
	text-align: right !important;
}

.mnsfpt-text-left {
	text-align: left !important;
}

.mnsfpt-clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.mnsfpt-status-label {
	background: #9b9b9b;
	padding: 0 5px;
	border-radius: 3px;
	color: #fff !important;
}

.mnsfpt-status-label.mnsfpt-status-verified {
	background: #155724 !important;
	color: #fff !important;
}

.mnsfpt-status-label.mnsfpt-status-rejected {
	background: #922626 !important;
	color: #fff !important;
}

.mnsfpt-status-label.mnsfpt-status-pending {
	background: #f39c12 !important;
	color: #fff !important;
}

.mnsfpt-box-error,
.mnsfpt-box-rejected {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb !important;
}

.mnsfpt-box-warning,
.mnsfpt-box-pending {
	color: #f39c12;
	background-color: #fff2dd;
	border-color: #fdd18a !important;
}

.mnsfpt-box-success,
.mnsfpt-box-verified {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb !important;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
	opacity: 0
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
	transform: translateY(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
	transform: translateY(-10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
	transform: translateX(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
	transform: translateX(-10px)
}

.tippy-box[data-theme=mns-tooltip],
.tippy-box[data-theme=mns-fingerprint-datepicker],
.tippy-box[data-theme=mns-fingerprint-countries] {
	position: relative;
	box-shadow: none;
	background: none;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.tippy-box[data-theme=mns-tooltip]::before,
.tippy-box[data-theme=mns-fingerprint-datepicker]::before,
.tippy-box[data-theme=mns-fingerprint-countries]::before {
	content: "";
	background: var(--mns-fingerprint-background);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tippy-box[data-theme=mns-fingerprint-datepicker] > .tippy-content,
.tippy-box[data-theme=mns-fingerprint-countries] > .tippy-content {
	padding: 0;
}

.tippy-box[data-theme=mns-tooltip]::before {
	background: var(--mns-fingerprint-color);
	opacity: 1;
}

.tippy-box[data-theme=mns-tooltip] > .tippy-arrow {
	background: var(--mns-fingerprint-color);
	color: var(--mns-fingerprint-color);
}

.tippy-box[data-theme=mns-tooltip] > .tippy-content {
	color: var(--mns-fingerprint-background);
	font-size: 0.9em;
	padding-inline: 12px;
}

.mnsfpt-wrapper-country-prefixes {
	display: flex;
	flex-direction: column;
	padding: 5px 0;
}

.mnsfpt-wrapper-country-prefixes input {
	margin: 5px 10px 10px !important;
	box-sizing: border-box !important;
	min-width: calc(100% - 20px) !important;
	width: calc(100% - 20px) !important;
	max-width: calc(100% - 20px) !important;
}

.mnsfpt-wrapper-country-prefixes .mnsfpt-items {
	overflow-y: auto;
	max-height: 200px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.mnsfpt-wrapper-country-prefixes .mnsfpt-items > * {
	padding: 5px 10px;
	cursor: pointer;
}

.mnsfpt-wrapper-country-prefixes .mnsfpt-items > :hover {
	background: rgba(0, 0, 0, 0.05);
}

.mnsfpt-wrapper-country-prefixes .mnsfpt-items > .mnsfpt-selected {
	background: rgba(0, 0, 0, 0.1);
}

.mnsfpt-datepicker-placeholder {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999999;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
}

.mnsfpt-datepicker-placeholder .mnsfpt-datepicker-container {
	background: var(--mns-fingerprint-background);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	max-width: 350px;
}

.mnsfpt-datepicker-plot-area {
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1em;
	padding: 15px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.mnsfpt-datepicker-plot-area .datepicker-navigator {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.mnsfpt-datepicker-plot-area .datepicker-navigator > * {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	font-weight: bold;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.05);
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.mnsfpt-datepicker-plot-area .datepicker-navigator > *:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.mnsfpt-datepicker-plot-area .datepicker-navigator .mnsfpt-btn-switch {
	grid-column: span 5/span 5;
	aspect-ratio: auto;
	font-size: 0.9em;
}

.mnsfpt-datepicker-plot-area .datepicker-navigator .mnsfpt-btn-prev::before,
.mnsfpt-datepicker-plot-area .datepicker-navigator .mnsfpt-btn-next::before {
	content: "";
	display: inline-block;
	border: 0 solid;
	border-width: 2px 0 0 2px;
	height: 7px;
	width: 7px;
}

.mnsfpt-datepicker-plot-area .datepicker-navigator .mnsfpt-btn-prev::before {
	transform: translateX(-1px) rotate(135deg);
}

.mnsfpt-datepicker-plot-area .datepicker-navigator .mnsfpt-btn-next::before {
	transform: translateX(1px) rotate(-45deg);
}

.mnsfpt-datepicker-plot-area .datepicker-day-view,
.mnsfpt-datepicker-plot-area .datepicker-year-view,
.mnsfpt-datepicker-plot-area .datepicker-month-view {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.mnsfpt-datepicker-plot-area .datepicker-year-view,
.mnsfpt-datepicker-plot-area .datepicker-month-view {
	grid-template-columns: repeat(3, 1fr);
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item,
.mnsfpt-datepicker-plot-area .datepicker-year-view .year-item,
.mnsfpt-datepicker-plot-area .datepicker-month-view .month-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 5px 0;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .week-day-item,
.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item {
	aspect-ratio: 1 / 1;
	padding: 0;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .week-day-item {
	font-weight: 700;
	font-size: 0.9em;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item.today {
	border: 1px solid currentColor;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item.other-month {
	opacity: 0.5;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item .alter-calendar-day {
	position: absolute;
	font-size: 0.8em;
	line-height: 0.8em;
	bottom: 1px;
	right: 4px;
	color: #000;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item.selected,
.mnsfpt-datepicker-plot-area .datepicker-year-view .year-item.selected,
.mnsfpt-datepicker-plot-area .datepicker-month-view .month-item.selected {
	background-color: var(--mns-fingerprint-accent);
	color: var(--mns-fingerprint-accent-text);
	border: none;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item:not(.selected):hover,
.mnsfpt-datepicker-plot-area .datepicker-year-view .year-item:not(.selected):hover,
.mnsfpt-datepicker-plot-area .datepicker-month-view .month-item:not(.selected):hover {
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
}

.mnsfpt-datepicker-plot-area .datepicker-day-view .day-item.disabled,
.mnsfpt-datepicker-plot-area .datepicker-month-view .month-item-disable,
.mnsfpt-datepicker-plot-area .datepicker-year-view .year-item-disable {
	opacity: 0.2;
	cursor: default;
}

.mnsfpt-datepicker-plot-area .datepicker-time-view {
	display: flex;
	gap: 5px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	direction: ltr;
}

.mnsfpt-datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
	padding-top: 0;
	border-top: none;
}

.mnsfpt-datepicker-plot-area .datepicker-time-view .down-btn,
.mnsfpt-datepicker-plot-area .datepicker-time-view .up-btn {
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mnsfpt-datepicker-plot-area .datepicker-time-view .down-btn:hover,
.mnsfpt-datepicker-plot-area .datepicker-time-view .up-btn:hover {
	opacity: 1;
}

.mnsfpt-datepicker-plot-area .datepicker-time-view .divider {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mnsfpt-datepicker-plot-area .datepicker-time-view input {
	display: block !important;
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: none !important;
	border: none !important;
	background: transparent !important;
	text-align: center !important;
}

.mnsfpt-datepicker-plot-area .toolbox {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.mnsfpt-datepicker-plot-area .toolbox > * {
	background-color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
	font-size: 0.8em;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mnsfpt-datepicker-plot-area .toolbox > *:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.mnsfpt-datepicker-plot-area .toolbox .mnsfpt-btn-submit {
	background-color: var(--mns-fingerprint-accent);
	color: var(--mns-fingerprint-accent-text);
}

.mnsfpt-datepicker-plot-area .toolbox .mnsfpt-btn-submit:hover {
	background-color: var(--mns-fingerprint-accent);
	color: var(--mns-fingerprint-accent-text);
}

.mnsfpt-location-picker {
	display: block;
}

.mnsfpt-location-picker .mnsfpt-map-container {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.mnsfpt-location-picker .mnsfpt-map-container .leaflet-bottom.leaflet-right {
	display: none;
}

.mnsfpt-location-picker .mnsfpt-map-container .mnsfpt-marker {
	position: absolute;
	z-index: 1000;
	height: 30px;
	width: 30px;
	border: 3px solid #f26666;
	background: #f26666;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	transition: all 0.3s ease;
	display: none;
	opacity: 0.8;
}

.mnsfpt-location-picker.mnsfpt-inited .mnsfpt-map-container .mnsfpt-marker {
	display: block;
}

.mnsfpt-location-picker .mnsfpt-map-container:hover .mnsfpt-marker {
	background: transparent;
	opacity: 1;
}

.mnsfpt-location-picker .mnsfpt-map-container .mnsfpt-map-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 25px;
	user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 3px dashed currentColor;
	background: rgba(0, 0, 0, 0.05);
	z-index: 9999;
	cursor: pointer;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}

.mnsfpt-location-picker .mnsfpt-map-container .mnsfpt-map-overlay svg {
	width: 4em;
}

.mnsfpt-signature-pad {
	background: rgba(0, 0, 0, 0.03);
	padding: 10px;
	border: 1px solid currentColor;
	border-radius: 5px;
}

.mnsfpt-signature-pad .pad-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.mnsfpt-signature-pad .pad-wrapper canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 5px;
}

.mnsfpt-signature-pad .mnsfpt-pad-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mnsfpt-signature-pad .mnsfpt-pad-actions .mnsfpt-pad-button {
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	background: var(--mns-fingerprint-accent);
	color: var(--mns-fingerprint-accent-text);
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	opacity: 0.5;
}

.mnsfpt-signature-pad .mnsfpt-pad-actions .mnsfpt-pad-button:hover {
	opacity: 1;
}

.mnsfpt-signature-pad .mnsfpt-pad-actions .mnsfpt-pad-button.active {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mnsfpt-signature-pad .mnsfpt-pad-actions .mnsfpt-pad-button svg {
	width: 1.1em;
}

.mnsfpt-debit-input {
	background-repeat: no-repeat !important;
	background-position: left 0.5em center !important;
	background-size: 1.5em !important;
	text-align: left !important;
	direction: ltr !important;
	padding-left: 2.5em !important;
}

.mnsfpt-debit-view {
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: auto 90% !important;
	text-align: left !important;
	direction: ltr !important;
	padding-left: 2em !important;
}

.mnsfpt-bank-view {
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: auto 90% !important;
	padding-left: 2em !important;
}

.mnsfpt-payment-field {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.mnsfpt-payment-field input {
	visibility: hidden;
}

.mnsfpt-payment-field .mnsfpt-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--mnsfpt-green);
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
}

.mnsfpt-payment-field .mnsfpt-overlay svg {
	width: 1.3em;
	fill: currentColor;
}

@media screen and (max-width: 960px) {

	.mnsfpt-datepicker-placeholder .mnsfpt-datepicker-container {
		border-radius: 0;
		width: 100%;
		height: 100%;
		max-width: none;
	}

}