.upadmin-tap-wrapper nav {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

.upadmin-tap-wrapper nav a {
	position: relative;
	display: inline-block;
	padding: 20px 46px;
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #109BC5;
}

.upadmin-tap-wrapper nav a span {
	position: relative;
}

.upadmin-tap-wrapper nav a.active span::after,
.upadmin-tap-wrapper nav a:hover span::after {
	bottom: -40px;
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDc3IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuODk1NThDMTUuNzYyMyAyLjU5NDcyIDQzLjg4MTMgMC4zNDA3OTUgNjEuODIzNSAxLjE3ODhDNjYuNzYwNyAxLjQwOTM5IDc2LjUwMzkgMi42OTY0NyA3NS45Nzk3IDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat;
	height: 40px;
	width: 81px;
	left: 50%;
	margin-left: -37px;
}

.upadmin-tap-wrapper .upadmin-tab-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	-webkit-padding-start: 50px;
	-moz-padding-start: 50px;
	padding-inline-start: 50px;
	-webkit-padding-end: 50px;
	-moz-padding-end: 50px;
	padding-inline-end: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ffffff;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border: solid 1px rgba(47, 48, 67, 0.1);
}

.upadmin-tap-wrapper .upadmin-tab-content {
	color: #fff;
	text-align: center;
	display: none;
}

.upadmin-tap-wrapper nav a.active,
.upadmin-tap-wrapper nav a:hover {
	background-color: #00A6D8;
	color: #ffffff;
}

.upadmin-tap-wrapper .upadmin-tab-content.active {
	display: block;
}

.upadmin-tap-wrapper .upadmin-stack {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-align: center;
}

.upadmin-tap-wrapper .upadmin-stack-postfix {
	font-size: 16px;
	font-weight: 400;
}

.upadmin-stack-wrapper {
	-ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	display: -ms-grid;
	display: grid;
	grid-row-gap: 1.375rem;
	grid-column-gap: 2rem;
	-ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3.5rem;
}

.upadmin-stack-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
}

.upadmin-stack-group,
.upadmin-main-select-wrap {
	color: #3A3A3A;
	font-family: "Lato", Sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19.2px;
	letter-spacing: 0;
	text-align: left;
}

.upadmin-stack-group> :not(style)~ :not(style) {
	margin-top: 4px;
	-webkit-margin-end: 0px;
	-moz-margin-end: 0px;
	margin-inline-end: 0px;
	margin-bottom: 0px;
	-webkit-margin-start: 0.75rem;
	-moz-margin-start: 0.75rem;
	margin-inline-start: 0.75rem;
}

.upadmin-stack-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.upadmin-select-box-wrapper {
	width: 92px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}

.upadmin-main-select-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	margin-top: 1.5rem;
}

.upadmin-stack-select-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	width: 100%;
	margin-bottom: 2rem;
}

.upadmin-select {
	-webkit-padding-end: 2rem;
	-moz-padding-end: 2rem;
	padding-inline-end: 2rem;
	width: 100%;
	min-width: 0px;
	outline: 2px solid transparent;
	outline-offset: 2px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	-o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -o-transform;
	-moz-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -moz-box-shadow, -moz-transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	padding-bottom: 1px;
	line-height: normal;
	background: #EDF2F6;
	--select-bg: #ffffff;
	font-size: 1rem;
	-webkit-padding-start: 1.9rem;
	-moz-padding-start: 1.9rem;
	padding-inline-start: 1.9rem;
	height: 44px;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	border-radius: 0.625rem;
	color: #525252;
	border-color: transparent;
	padding-top: 0px;
}

.upadmin-select-icon {
	width: 1.5rem;
	height: 100%;
	right: 0.8rem;
	position: absolute;
	color: currentColor;
	font-size: 1.25rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	pointer-events: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upadmin-buttons-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.upadmin-button {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	background: #FFFFFF;
	border: 1px solid #109BC5;
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #109BC5;
}

.upadmin-button.be-customer,
.upadmin-button.price-schedule {
	width: 100%;
}

.upadmin-button:hover {
	color: #ffffff;
	background: #109BC5;
}

.upadmin-range-label {
	font-family: "Lato", Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #3A3A3A;
	text-align: left;
	margin-top: 30px;
}

.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(94, 110, 141, 0.9);
	z-index: 999;
}

.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
	min-height: 70vh;
	height: 70vh;
	overflow-y: scroll;
}

.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 25px;
	transition: ease 0.25s all;
	-webkit transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.popup-close::before,
.popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	opacity: 0.7;
}

.popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}

.popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 4px;
}

.popup-close:hover::before,
.popup-close:hover::after {
	opacity: 1;
}

/*.upadmin-tab-content.active .price-value.last-grid:after{
	content: "+";
}*/
@media screen and (max-width: 767px) {
	.upadmin-tap-wrapper nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}

	.upadmin-tap-wrapper nav a {
		padding: 10px 10px;
		font-size: 16px;
	}

	.upadmin-tap-wrapper nav a.active span::after,
	.upadmin-tap-wrapper nav a:hover span::after {
		width: 100%;
		margin-left: -12px;
	}

	.upadmin-tap-wrapper .upadmin-tab-container {
		-webkit-padding-start: 30px;
		-moz-padding-start: 100px;
		padding-inline-start: 30px;
		-webkit-padding-end: 30px;
		-moz-padding-end: 100px;
		padding-inline-end: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.upadmin-tap-wrapper .upadmin-stack {
		font-size: 36px;
	}

	.upadmin-stack-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.upadmin-stack-group,
	.upadmin-main-select-wrap,
	.irs-grid-text,
	.upadmin-range-label {
		font-size: 14px;
	}

	.upadmin-buttons-group {
		display: block;
		margin-top: 30px;
	}

	.upadmin-button {
		width: 100%;
		font-size: 14px;
	}

	.upadmin-buttons-group .upadmin-button:last-child {
		margin-top: 15px;
	}

	.upadmin-stack-group> :not(style)~ :not(style) {
		margin-top: 0px;
	}

	.upadmin-select-box-wrapper {
		width: 78px;
	}

	.upadmin-select {
		-webkit-padding-end: 1rem;
		-moz-padding-end: 1rem;
		padding-inline-end: 1rem;
		height: 36px;
		-webkit-padding-start: 1rem;
		-moz-padding-start: 1rem;
		padding-inline-start: 1rem;
	}

	.upadmin-stack-select-wrapper {
		column-gap: 1.5rem;
	}

	.upadmin-main-select-wrap {
		margin-top: 2.75rem;
	}

	.upadmin-select-label {
		width: 75%
	}

	.irs--round.irs-with-grid {
		margin-bottom: 70px;
	}

	.popup-inner {
		top: 11%;
		-moz-transform: translate(-50%, -10%);
		-webkit-transform: translate(-50%, -10%);
		transform: translate(-50%, -10%);
		min-height: 70vh;
		height: 70vh;
		overflow-y: scroll;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.popup-inner {
		top: 37%;
		min-height: 60vh;
		height: 60vh;
		overflow-y: scroll;
	}
}

.upadmin-price--on-request-last .upadmin-stack-postfix,
.upadmin-price--on-request-last .price-symble {
	display: none !important;
}

.upadmin-price--on-request-last .price-value::after {
	display: none !important;
}