[data-error-status=inactive] {
	display: none;
}

[data-error-status=active] {
	display: block;
}

.relative-input-wrapper {
	position: relative;
}

input.form-control {
	padding-right: 35px;
}

[data-check-icon] {
	position: absolute;
	right: 5px;
	font-size: 25px;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #41ad48;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

[data-check-icon] img {
	max-width: 35px;
}

[data-check-icon=active] {
	display: -webkit-box;
	display: flex;
}

[data-check-icon=inactive],[data-validation-msgs-wrapper] {
	display: none;
}

[data-for-error] {
	width: 100%;
	font-weight: 400;
	margin-top: .25rem;
	padding: 5px;
	color: #fff;
	background-color: #eb162b;
	font-size: 12px;
}

[data-validation-status=failed] {
	border: 3px solid #eb162b!important;
}

[data-validation-status=passed] {
	border: 3px solid #41ad48!important;
}

[data-rule-status=passed] {
	color: green;
}

[data-rule-status=failed] {
	color: #eb162b;
}

[data-rule-status=unpassed] {
	color: #8b4513;
}

.promo_code {
	width: 100%;
	padding: 10px 5px;
}

.promo_code_wrapper {
	width: 100%;
}

.iti__country-name {
	color: #000!important;
}

@media screen and (min-width:991px) {
	.iti__country-list {
		max-width: 300px;
	}
}