.form-wrapper .loader {
	display: block;
	z-index: 99999999;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background: white;
}
.button-spacer {
	height: 60px;
}
.heading-spacer {
	height: 20px;
}
.step-spacer {
	height: 20px;
}
.form_button {
	padding: 12px 18px;
	border-radius: 5px;
	transition: all .4s;
	cursor: pointer;
	color: #2d2d2d;
	background: #ffc000;
	font-weight: 600 !important;
	height: fit-content;
	width: fit-content;
	font-size: 14px;
	border: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
	display: inline;
	margin-left: 10px;
	z-index: 9999;
	line-height: normal;
}
.form_button:hover {
	background: #eeab0b;
	color: black;
}
.form_button.skip {
	background: #e5e8ea;
	color: #626262;
}
.form_button.skip:hover {
	background: #d9dadb;
	color: #444;
}
.form_button.back {
	background: #282828;
	color: #fff;
}
.form_button.back:hover {
	background: #000;
	color: #fff;
}
.form_button.finish {
	color: #2d2d2d;
	background: #ffc000;
}
.form_button.finish:hover {
	background: #eeab0b;
	color: black;
}
.form-container {
	max-width: 1100px;
	display: block;
}
.form-wrapper {
	background: #f3f5f7;
	padding: 30px;
	padding-bottom: 80px;
}
.form-hold {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 60px;
	height: fit-content;
	box-shadow: 2px 0 40px rgba(0,0,0,.02);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 25px 50px -12px;
	position: relative;
}
.form-button-wrap {
	justify-content: right;
	display: flex;
}
.form-button-wrap.left-hold {
	justify-content: left;
	float: left;
}

.form-button-wrap.left-hold .form_button {
	margin: 0;
}

.progress-indicator {
	display: flex;
	justify-content: right;
	font-weight: 700;
	float: right;
	font-size: 25px;
	opacity: .8;
}
.step-heading {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 12px 20px;
	border-radius: 5px;
	background: #f4f5f6;
	color: #3c3c3c;
	display: flex;
	align-items: center;
	z-index: 9;
	width: 100%;
}
.step-field {
-webkit-appearance: none;
appearance: none;
margin: 0 !important;
font-size: unset !important;
line-height: unset !important;
border: 1px solid #a6a6a682 !important;
border-radius: 3px !important;
background: white !important;
width: 100% !important;
padding: 10px 15px !important;
display: block;
}
.step-fields-wrap {
	display: flex;
}
.step-field-hold {
	display: inline;
	width: 50%;
}
.step-field-hold.left-hold {
	margin-right: 35px;
}
.step-field-hold.middle-hold {
	margin: 0 35px;
}
.step-field-label {
	font-weight: 500;
	opacity: 0.8;
	font-size: 14px;
	display: block;
}
.step {
    display: none;
}
.form-tag {
	font-size: 13px;
	padding: 0px 15px;
	border-radius: 20px;
	margin-left: 12px;
	color: #2d2d2d;
	background: #ffc000;
	height: 30px;
	display: flex;
	align-items: center;
}
.domain-login-details, .team-select-domain, .team-select-wrap, .customer-select-wrap, 
.pro-email-wrap, .email-prefix-wrap, .email-prefix, .logo-message, .colour-picker-wrap {
	display: none;
}
.form-message {
	padding: 12px 20px;
	border-radius: 5px;
	background: #f4f5f6;
	color: #3c3c3c;
	font-weight: 500;
}
.step-field-hold.full-width {
	margin-right: 0;
	width: 100%;
}
.setup-wizard-logo {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	padding: 30px;
	background: white;
	border: 2px solid #f2f3f3;
	border-radius: 6px;
	width: 100%;
}

.logo-upload-block {
	aspect-ratio: 1 / 1;
	padding: 30px;
	background: #f4f5f6;
	border: 2px solid #f4f5f6;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 600;
	color: #aeaeae;
	position: relative;
	width: 100%;
}

.logo-upload-click {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.no-logo-block {
	aspect-ratio: 1 / 1;
	padding: 30px;
	background: #dfdfdf;
	border: 2px solid #dfdfdf;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 600;
	color: #aeaeae;
	width: 100%;
	text-align: center;
}
.no-logo-tag {
	text-align: center;
}
.form-hold .template-preview {
  position: relative;
  margin-bottom: 40px;
  padding: 2px;
  border-radius: 6px;
  background: #f4f5f6;
  box-shadow: unset;
  transition: all .3s ease;
  cursor: pointer;
}
.step.template-hold.selection-confirmed::before {
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 9;
	border-radius: 10px;
	opacity: 0.7;
	background: white;
}
.form-hold .template-form-button {
	padding: 9px 17px !important;
	border-radius: 5px !important;
	transition: all .4s !important;
	cursor: pointer !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	height: fit-content !important;
	width: fit-content !important;
	border: 0 !important;
}

.saving-loader {
	width: fit-content;
	padding-right: 27px;
	font-weight: 600;
	color: #757575;
	position: absolute;
	right: -5px;
	top: -30px;
	z-index: 9;
	display: none;
}

.save-spinner {
	position: absolute;
	top: 59%;
	right: 0;
	border: 3px solid #f2f2f2;
	border-top: 3px solid #ffc000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	animation: spinning 1s linear infinite;
	transform: translateY(-50%);
}
#wpfForm {
	position: relative;
}

.wizard-complete-block {
  height: 100%;
  padding: 30px;
  background: #f4d576;
  border: 2px solid #f4d576;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: #c8aa50;
  min-height: 400px;
  text-align: center;
  cursor: pointer;
}

.wiz-title {
	font-size: 40px;
}
.page-number {
  font-size: 13px;
  padding: 0px 15px;
  border-radius: 20px;
  color: #fff;
  background: #282828;
  height: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
}
.step-field.colour-picker {
	height: auto !important;
	display: unset !important;
	width: 100% !important;
}
.minicolors-theme-default.minicolors {
  width: 100% !important;
}
.minicolors-theme-default .minicolors-swatch {
  top: 5px !important;
  left: unset !important;
  width: 25px !important;
  right: 5px !important;
  height: 76% !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.industry-select-field  .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4 !important;
  border: unset !important;
  border-radius: 4px !important;
  padding: 3px 10px !important;
  background-color: #f4f5f6 !important;
  border-radius: 3px !important;
  font-weight: 500 !important;
}

.industry-select-field .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #a6a6a682 !important;
}

.industry-select-field .select2-container--default .select2-selection--multiple {
  border: 1px solid #a6a6a682 !important;
	min-height: 41px !important;
	border-radius: 3px !important;
}

.industry-select-field input:focus {
  outline: 0 !important;
}
.industry-select-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #282828 !important;
  margin-right: 4px !important;
  top: -2px !important;
  left: -1px !important;
  position: relative !important;
}
.setup-header {
	font-size: 44px;
	text-align: center;
	font-weight: 600;
	color: #aeaeae;
	margin-bottom: 12px;
	opacity: .8;
}

.setup-header i {
	font-size: 36px;
	margin-left: 6px;
}

.step.colour-step-wrapper.colour-selected::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
    border-radius: 10px;
    opacity: .6;
}

.form-wrapper .selection-wrapper.selection-confirmed::before {
	left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff !important;
    z-index: 9;
    border-radius: 10px;
    opacity: .6;
}


/*Responsiveness*/

@media (max-width: 991px) {
	.form-wrapper {
	  padding-top: 80px;
	}
	.mobile-header {
	  z-index: 999999999999;
	}
}
@media (max-width: 768px) {
	.form-tag {
	  display: none;
	}
	.step-heading {
	  font-size: 20px;
	}
	.form-hold {
	  padding: 45px;
	}
}
@media (max-width: 690px) {
	.step-fields-wrap {
	  display: block;
	}
	.step-field-hold {
	  margin-bottom: 20px;
	  display: block;
	  width: 100%;
	}
	.step-field-hold.left-hold {
	  margin-right: 0;
	}
	.step-field-hold.middle-hold {
	  margin: 0;
	  margin-bottom: 20px;
	}
	.step-spacer {
	  display: none;
	}
	.setup-header {
	  font-size: 35px;
	}
	.setup-header i {
	  font-size: 28px;
	}

}
@media (max-width: 576px) {
	.step-heading {
	  position: relative;
	  font-weight: 700;
	  line-height: 26px;
	  margin-bottom: 15px;
	  padding: 12px 20px;
	  border-radius: 5px;
	  background: #f4f5f6;
	  color: #3c3c3c;
	  display: block;
	  width: 100%;
	}
	.page-number {
		display: none;
	  font-size: 13px;
	  padding: 0px 15px;
	  border-radius: 20px;
	  color: #fff;
	  background: #282828;
	  height: unset;
	  /*display: block;*/
	  position: relative;
	  right: 0;
	  width: fit-content;
	  line-height: unset;
	  margin-top: 10px;
	}
}
@media (max-width: 450px) {
	.form-hold {
	  padding: 30px;
	}
	.form-wrapper {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.setup-header {
	  font-size: 27px;
	}
	.setup-header i {
	  font-size: 22px;
	}
}
@media (max-width: 360px) {
	.form_button {
	  padding: 12px 16px;
	  font-size: 13px;
	}
}