@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body.adirectory-setup {
	background-color: #f4f7fc;
	color: #606c7d;
	font-family: "Urbanist", sans-serif;
}
.adqs-on-wrapper {
	width: 100%;
	margin-top: 60px;
}
.adqs-on-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.adqs-on-container.adqs-onboarding-screen-variation {
	max-width: 600px;
	margin-top: 160px;
}

.custom-processing-screen {
	margin-top: 160px;
}

.adqs-on-container.adqs-onboarding-screen-variation .adqs-wrapper-success {
	height: 460px !important;
}

.adqs-on-content-wrapper {
	width: 100%;
	/* min-height: 463px; */
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 14px 45px -30px #2b69fa14;
	overflow: hidden;
}
.adqs-on-title {
	font-size: clamp(26px, 4vw, 32px);
	line-height: 150%;
	font-weight: 600;
	color: #1f2023;
}
.adqs-on-title-sm {
	font-size: clamp(20px, 4vw, 28px);
	line-height: 150%;
	font-weight: 600;
	color: #1f2023;
}
.adqs-on-description {
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	color: #606c7d;
}
.adqs-on-footer-wrapper {
	border-top: 1px solid #ebf1ff;
	background: #ffffff;
	padding: 13px 44px;
}
.adqs-on-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.adqs-on-footer-content .text-button {
	font-size: clamp(16px, 4vw, 18px);
	line-height: 150%;
	font-weight: 500;
	color: #606c7d;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: -1.1%;
}
.adqs-on-primary-button {
	border-radius: 4px;
	background-color: #2b69fa;
	padding: 10px 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.adqs-on-primary-button:hover {
	background-color: #0b4be1;
}
.adqs-progres-content.importing-screen {
	flex-direction: column-reverse;
	margin-top: 40px;
	gap: 16px;
}
.adqs-progres-content.importing-screen .adqs-progres-count {
	font-size: 65px !important;
}
.adqs-on-secondary-button {
	border-radius: 4px;
	background-color: transparent;
	padding: 10px 16px;
	color: #0b4be1;
	border: 1px solid #0b4be1;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.adqs-on-welcome-screen-wrapper {
	margin-bottom: 132px;
}
.adqs-on-welcome-screen {
	width: 100%;
}
.adqs-on-welcome-screen .welcome-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 52px;
}
.adqs-on-welcome-screen .welcome-header .username {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #606c7d;
}
.adqs-on-welcome-screen .welcome-header .adqs-on-title {
	text-align: center;
	margin-bottom: 8px;
}
.adqs-on-welcome-screen .welcome-header .adqs-on-description {
	text-align: center;
	margin-bottom: 24px;
	max-width: 626px;
}
.adqs-on-welcome-screen .welcome-body .welcome-body-image {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 35px;
}
.adqs-on-welcome-screen .welcome-body .welcome-body-image .welcome-left-imgs,
.adqs-on-welcome-screen .welcome-body .welcome-body-image .welcome-right-imgs {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-left-imgs
	img,
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-right-imgs
	img {
	animation: zoomOut 1.2s ease-out forwards;
	transform-origin: center center;
	opacity: 0;
}
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-left-imgs
	img:nth-child(1),
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-right-imgs
	img:nth-child(1) {
	animation-delay: 0s;
}
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-left-imgs
	img:nth-child(2),
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-right-imgs
	img:nth-child(2) {
	animation-delay: 0.5s;
}
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-left-imgs
	img:nth-child(3),
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-right-imgs
	img:nth-child(3) {
	animation-delay: 1s;
}
.adqs-on-welcome-screen .welcome-body .welcome-body-image .welcome-main-img {
	aspect-ratio: 591/306;
	padding: 12px;
	border-radius: 10px;
	background: linear-gradient(
		180deg,
		rgba(108, 108, 229, 0.09) 0%,
		rgba(108, 108, 229, 0.01) 100%
	);
	background-size: 100% 200%;
	animation: gradientMove 2s ease-in-out infinite;
}
.adqs-on-welcome-screen
	.welcome-body
	.welcome-body-image
	.welcome-main-img
	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

@keyframes gradientMove {
	0% {
		background-position: top;
	}
	50% {
		background-position: bottom;
	}
	100% {
		background-position: top;
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.adqs-steps-wrapper {
	margin-bottom: 132px;
}
.adqs-steps-progress-bar {
	max-width: 714px;
	margin: 0 auto;
	margin-bottom: 32px;
}
.adqs-steps-progress-bar .adqs-progres-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.adqs-steps-progress-bar .adqs-progres-content .adqs-progres-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #1f2023;
}
.adqs-steps-progress-bar .adqs-progres-content .adqs-progres-count {
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	color: #2b69fa;
}
.adqs-steps-progress-bar .adqs-progress-bar {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}
.adqs-steps-progress-bar .adqs-progress-bar .adqs-progress-bar-item {
	width: 100%;
	height: 8px;
	background-color: #b0d1ff;
	border-radius: 9999px;
}
.adqs-steps-progress-bar .adqs-progress-bar .adqs-progress-bar-item.active {
	background-color: #2b69fa;
}
.adqs-on-content-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 44px;
}
.adqs-on-content-header .adqs-on-title-sm {
	text-align: center;
}
.adqs-on-content-header .adqs-on-description {
	text-align: center;
}
.adqs-footer-group-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.adqs-on-content-body {
	max-width: 756px;
	margin: 0 auto;
}
.adqs-step-wrapper-settings {
	padding-top: 20px;
	margin-bottom: 130px;
}
.adqs-on-content-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
}
.adqs-on-content-list .adqs-on-content-list-item {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebf1ff;
}
.adqs-on-content-list .adqs-on-content-list-item .text-content {
	grid-column: span 2;
}
.adqs-on-content-list .adqs-on-content-list-item .text-content .content-title {
	font-size: clamp(16px, 4vw, 18px);
	line-height: clamp(20px, 4vw, 27px);
	font-weight: 600;
	color: #1f2023;
	margin-bottom: 4px;
}
.adqs-on-content-list
	.adqs-on-content-list-item
	.text-content
	.content-description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #606c7d;
}
.adqs-on-content-list .adqs-on-content-list-item .action-content {
	width: 100%;
}
.adqs-on-content-list .adqs-on-content-list-item:last-child {
	border-bottom: none;
}

.adqs-on-switch {
	position: relative;
	display: inline-flex;
	width: 48px;
	height: 24px;
}
.adqs-on-switch-input {
	opacity: 0;
	width: 0;
	height: 0;
}
.adqs-on-switch-slider {
	position: relative;
	flex: 1;
	border-radius: 999px;
	background-color: #d5def0;
	transition: background-color 0.3s ease;
	cursor: pointer;
	display: block;
}
.adqs-on-switch-slider::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 6px #1423421f;
	transition: transform 0.3s ease;
}
.adqs-on-switch-input:checked + .adqs-on-switch-slider {
	background-color: #2b69fa;
}
.adqs-on-switch-input:checked + .adqs-on-switch-slider::before {
	transform: translateX(24px);
}
.adqs-on-switch-input:focus-visible + .adqs-on-switch-slider {
	outline: 2px solid #91b4ff;
	outline-offset: 2px;
}

/* Chrome, Safari, Edge, Opera */
input.adqs-on-input::-webkit-outer-spin-button,
input.adqs-on-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input.adqs-on-input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.adqs-on-input {
	width: 100%;
	height: 41px;
	border-radius: 4px;
	background: #fcfbff;
	border: 1px solid #ebf1ff;
	padding: 0 12px;
}
.adqs-on-input:focus {
	outline: none;
	border-color: #2b69fa;
}
.adqs-on-input::placeholder {
	color: #d6d8db;
}

select.adqs-on-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%278%27%20viewBox%3D%270%200%2014%208%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M13.7108%200.29867C13.6178%200.204032%2013.5072%200.128915%2013.3854%200.0776533C13.2635%200.0263918%2013.1328%200%2013.0008%200C12.8688%200%2012.7381%200.0263918%2012.6162%200.0776533C12.4944%200.128915%2012.3838%200.204032%2012.2908%200.29867L7.71079%204.92314C7.61783%205.01777%207.50723%205.09289%207.38537%205.14415C7.26351%205.19541%207.1328%205.22181%207.00079%205.22181C6.86878%205.22181%206.73807%205.19541%206.61622%205.14415C6.49436%205.09289%206.38376%205.01777%206.29079%204.92314L1.71079%200.29867C1.61783%200.204032%201.50723%200.128915%201.38537%200.0776533C1.26351%200.0263918%201.1328%200%201.00079%200C0.868781%200%200.738075%200.0263918%200.616216%200.0776533C0.494356%200.128915%200.383755%200.204032%200.290792%200.29867C0.104542%200.487852%200%200.743764%200%201.01051C0%201.27727%200.104542%201.53318%200.290792%201.72236L4.88079%206.35692C5.44329%206.92418%206.20579%207.2428%207.00079%207.2428C7.79579%207.2428%208.55829%206.92418%209.12079%206.35692L13.7108%201.72236C13.897%201.53318%2014.0016%201.27727%2014.0016%201.01051C14.0016%200.743764%2013.897%200.487852%2013.7108%200.29867Z%27%20fill%3D%27%231F2023%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px 8px;
	padding-right: 40px;
}

select.adqs-on-input::-ms-expand {
	display: none;
}
.adqs-step-wrapper-location {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.adqs-map-option {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 20px;
}
.adqs-map-option .map-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.adqs-map-option .map-item .map-radio {
	width: 20px;
	height: 20px;
	border-radius: 9999px;
	border: 1px solid #2b69fa;
	padding: 3px;
}
.adqs-map-option .map-item .map-radio .map-radio-inner {
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background-color: #2b69fa;
}
.adqs-map-option .map-item .map-type {
	font-size: 16px;
	color: #1f2023;
	font-weight: 600;
}
.adqs-map-option .map-item .map-type span {
	color: #ff2327;
}

.adqs-search-bar-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 12px;
}
.adqs-search-bar {
	width: 100%;
	position: relative;
	height: 44px;
}
.adqs-search-bar .adqs-on-input.search-input {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #f2f7ff;
	border: 1px solid #ebf1ff;
	padding: 0 42px;
}
.adqs-search-bar .adqs-on-input.search-input::placeholder {
	color: #606c7d;
}
.adqs-search-bar .adqs-on-input.search-input:focus {
	outline: none;
	border-color: #2b69fa;
}
.adqs-search-bar .search-icon {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	pointer-events: none;
}
.adqs-search-bar .point-icon {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	pointer-events: auto;
	cursor: pointer;
	transition:
		opacity 0.3s ease,
		transform 0.2s ease;
	z-index: 10;
}
.adqs-search-bar .point-icon:hover {
	opacity: 0.7;
	transform: translateY(-50%) scale(1.1);
}
.adqs-search-bar .point-icon:active {
	transform: translateY(-50%) scale(0.95);
}
.location-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #ebf1ff;
	border-top: none;
	border-radius: 0 0 6px 6px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: -1px;
}
.location-suggestions .suggestion-item {
	padding: 12px 16px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
	transition: background-color 0.2s;
}
.location-suggestions .suggestion-item:last-child {
	border-bottom: none;
}
.location-suggestions .suggestion-item:hover {
	background-color: #f2f7ff;
}
.location-suggestions .suggestion-item.active {
	background-color: #e6f0ff;
}
.location-suggestions .suggestion-name {
	font-weight: 600;
	color: #1f2023;
	font-size: 14px;
	margin-bottom: 4px;
}
.location-suggestions .suggestion-address {
	font-size: 12px;
	color: #606c7d;
}
.adqs-map-embed {
	width: 100%;
	height: 261px;
	border-radius: 12px;
	padding: 12px;
	border: 1px solid #ebf1ff;
	position: relative;
}
.adqs-map-embed .adqs-on-map {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: none;
	outline: none;
}
.adqs-map-embed .adqs-on-map.leaflet-container {
	z-index: 1;
}
.adqs-step-wrapper-single-multi {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding: 0 72px;
	margin-bottom: 49px;
}
.adqs-step-wrapper-demo-content {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding: 0 72px;
	margin-bottom: 49px;
	padding-top: 20px;
}
.single-multi-item {
	width: 100%;
	border-radius: 12px;
	background: #fcfbff;
	border: 1px solid #ebf1ff;
	padding: 24px;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}
.single-multi-item .single-multi-item-checkbox {
	position: absolute;
	inset: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.single-multi-item .single-multi-item-checkbox .checkbox-input {
	position: absolute;
	inset: 0;
	opacity: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.single-multi-item .single-multi-item-checkbox .checkbox-visual {
	display: none;
}
.single-multi-item .image-wrapper {
	width: 100%;
	aspect-ratio: 236/178;
	margin-bottom: 20px;
}
.single-multi-item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-multi-item .single-multi-item-title {
	font-size: clamp(16px, 4vw, 18px);
	line-height: clamp(20px, 4vw, 27px);
	font-weight: 600;
	color: #1f2023;
	margin-bottom: 8px;
	text-align: center;
}
.single-multi-item .single-multi-item-description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #606c7d;
	text-align: center;
}
.single-multi-item:hover {
	border-color: #2b69fa;
}
.single-multi-item:has(.checkbox-input:checked) {
	border-color: #2b69fa;
}
.demo-date-item {
	padding: 24px;
	border-radius: 8px;
	background: #fcfbff;
	border: 1px solid #ebf1ff;
	position: relative;
	transition: border-color 0.3s ease;
}
.demo-date-item:has(.checkbox-input:checked) {
	border-color: #2b69fa;
}
.demo-date-item .demo-date-item-title {
	font-size: clamp(16px, 4vw, 18px);
	line-height: clamp(20px, 4vw, 27px);
	font-weight: 600;
	color: #1f2023;
	margin-bottom: 8px;
	text-align: start;
}
.demo-date-item .demo-date-item-description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #606c7d;
	text-align: start;
}
.demo-date-item .demo-date-item-input {
	width: 22px;
	height: 22px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2b69fa;
	cursor: pointer;
	position: absolute;
	right: 24px;
	top: 24px;
}
.demo-date-item .demo-date-item-input .checkbox-input {
	position: absolute;
	inset: 0;
	opacity: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.demo-date-item .demo-date-item-input .checkbox-visual {
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}
.demo-date-item .demo-date-item-input .checkbox-visual svg {
	opacity: 0;
	transform: scale(0.7);
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}
.demo-date-item
	.demo-date-item-input
	.checkbox-input:checked
	+ .checkbox-visual {
	background-color: #2b69fa;
}
.demo-date-item
	.demo-date-item-input
	.checkbox-input:checked
	+ .checkbox-visual
	svg {
	opacity: 1;
	transform: scale(1);
}
.adqs-step-wrapper-submit-launch {
	width: 100%;
	max-width: 368px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.adqs-step-wrapper-submit-launch .adqs-on-primary-button {
	width: 100%;
	max-width: 100%;
	justify-content: center;
}
.adqs-wrapper-processing {
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.adqs-wrapper-processing .loader-gig video {
	width: 180px;
}
.adqs-wrapper-processing .adqs-steps-progress-bar {
	width: 500px;
	margin: 0;
	margin-bottom: 12px;
}
.adqs-alert-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.adqs-alert-wrapper .adqs-alert-item {
	width: 368px;
	height: 47px;
	background: linear-gradient(
		180deg,
		rgba(247, 0, 89, 0.06) 0%,
		rgba(247, 0, 89, 0.01) 100%
	);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adqs-alert-wrapper .adqs-alert-item span {
	color: #f70059;
	font-size: clamp(16px, 4vw, 18px);
	line-height: clamp(20px, 4vw, 27px);
	font-weight: 600;
	letter-spacing: -1.1%;
}
.adqs-wrapper-processing .adqs-on-title {
	text-align: center;
}
.adqs-wrapper-processing .adqs-on-description {
	text-align: center;
}
.adqs-wrapper-success {
	width: 100%;
	height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.adqs-wrapper-success .adqs-on-title {
	text-align: center;
	color: #2b69fa;
}
.adqs-wrapper-success .adqs-on-description {
	text-align: center;
	margin-bottom: 24px;
}

.success-icon video {
	width: 120px;
	height: 120px;
}

/* responsive */
@media (max-width: 1024px) {
	.adqs-on-welcome-screen .welcome-header {
		padding: 20px 20px 0 20px;
	}
	.adqs-on-welcome-screen .welcome-body {
		padding: 0 20px;
	}
	.adqs-on-welcome-screen
		.welcome-body
		.welcome-body-image
		.welcome-left-imgs,
	.adqs-on-welcome-screen
		.welcome-body
		.welcome-body-image
		.welcome-right-imgs {
		display: none;
	}
	.adqs-on-content-list {
		padding: 20px;
	}
	.adqs-step-wrapper-location {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.adqs-on-footer-content {
		flex-direction: column-reverse;
		gap: 8px;
	}
	.adqs-step-wrapper-settings {
		padding-top: 0px;
		margin-bottom: 0px;
	}
}
@media (max-width: 640px) {
	.adqs-steps-progress-bar .adqs-progres-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.adqs-on-content-list {
		gap: 20px;
	}
	.adqs-on-content-list .adqs-on-content-list-item {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
	.adqs-map-option {
		flex-direction: column;
		gap: 12px;
	}
	.adqs-step-wrapper-single-multi {
		padding: 0px 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.adqs-step-wrapper-demo-content {
		padding: 0px 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.adqs-on-content-wrapper {
		min-height: 100%;
	}
	.adqs-step-wrapper-submit-launch {
		padding: 0 20px 20px 20px;
	}
	.adqs-wrapper-processing {
		padding: 0 20px;
	}
	.adqs-wrapper-processing .adqs-steps-progress-bar {
		width: 100%;
		padding: 0 20px;
	}
	.adqs-alert-wrapper {
		width: 100%;
	}
	.adqs-alert-wrapper .adqs-alert-item {
		width: 100%;
	}
}
