.wecheer-page-wrap {
	background-color: #0b488f;
	padding-bottom: 120px;
}

.wecheer-page-cont {
	max-width: 450px;
	margin: 0 auto;
	padding: 0px 0;
	position: relative;
	color: #fff;
}

.wecheer-form {
	width: 100%;
	padding: 24px 16px;
	color: #fff;
}

.wecheer-form-wrap {
	margin-bottom: 10px;
	background: transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	color-scheme: dark;
}

.wecheer-form-wrap .wpcf7-form-control-wrap {
	width: 100%;
	position: relative;
	padding-bottom: 12px;
}

.wecheer-form-wrap input,
.wecheer-form-wrap select {
	width: 100%;
	background-color: #fff;
	color: #244a93;
	padding: 8px 8px;
	border: 1px solid #ffeecc;
	border-radius: 0;

}

.wecheer-form-wrap select,
.wecheer-form-wrap input[type="date"] {
	text-transform: uppercase;
}

:-webkit-input-placeholder {
	/* WebKit browsers */
	text-transform: uppercase;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	text-transform: uppercase;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	text-transform: uppercase;
}

::placeholder {
	/* Recent browsers */
	text-transform: uppercase;
}

.wecheer-form-wrap input[type="checkbox"] {
	width: auto;
}


.wecheer-form-wrap input[type="date"],
.wecheer-form-wrap input[type="text"],
.wecheer-form-wrap input[type="email"],
.wecheer-form-wrap select {
	height: 50px;
	padding: 0 12px;
	border-width: 2px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
}

.wecheer-form-wrap input[type="radio"] {
	width: 20px;
}

.wecheer-form-wrap .form-item {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	position: relative;
}

.wecheer-form-wrap .form-item.gender {
	padding-bottom: 12px;
}

.wecheer-form-wrap .form-item.gender .gender-wrap label {
	margin-bottom: 0;
	margin-left: 4px;
}

.wecheer-form-wrap .form-item.gender .gender-wrap span {
	display: flex;
	align-items: center;
	padding: 5px 0px;
}

.wecheer-form-wrap .form-item label {
	margin-bottom: 5px;
	padding: 0;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
}

div.gender-wrap {
	display: flex;
	padding: 7px 8px;
	border: 1px solid #ffeecc;
}

.gender-wrap span {
	flex: 1;
}

.wecheer-form-wrap label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
}

.wecheer-form-wrap label.error {
	color: #000;
	font-weight: normal;
	text-transform: initial;
	position: absolute;
	bottom: -12px;
	right: 0;
	margin: 0;
}

.nestle-checkbox .wpcf7-form-control-wrap {
	position: relative;
	font-size: 14px;
}

.nestle-checkbox .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-bottom: 10px;
}

.nestle-checkbox .wpcf7-form-control-wrap .wpcf7-list-item-label {
	line-height: 24px;
}

.nestle-checkbox .wpcf7-form-control-wrap label.error {
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #000;
}

.nestle-checkbox .wpcf7-form-control-wrap input[type="checkbox"] {
	opacity: 0;
}

.nestle-checkbox .checkbox-wrap {
	display: flex;
	align-items: start;
	position: relative;
}

.nestle-checkbox .checkbox-wrap .wpcf7-list-item-label {
	flex: 1;
	margin-left: 5px;
}

.nestle-checkbox .privacy-checkbox {
	border: 1px solid #ffeecc;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	position: relative;
}

.nestle-checkbox a {
	color: #ffeecc;
}

.nestle-checkbox .privacy-checkbox.checked::after {
	content: '\2713';
	display: block;
	color: #ffeecc;
	position: absolute;
	font-size: 20px;
	left: 2px;
	top: -7px;
}

div.fixed-bottom-action {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}

a.bottom-float-button {
	text-transform: uppercase;
	display: block;
	padding: 12px 0px;
	text-align: center;
	border-radius: 9px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	max-width: 300px;
	width: 60vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.lock-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}

.language-choose {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 16px;
	line-height: 24px;
	padding: 0 16px;
	z-index: 10;
}

.rtl .language-choose {
	left: 0;
	right: inherit;
}

.language-choose ul {
	margin: 0;
	padding: 0;
}

.language-choose ul li {
	display: block;
	font-weight: normal;
}

.language-choose ul li>a {
	color: #fff;
	font-weight: normal;
	font-family: 'Cairo', sans-serif;
}

.language-choose ul li.current-lang {
	display: none;
}

::placeholder {
	color: #fff;
	opacity: .6;
	/* Firefox */
}


.wecheer-page.ar label.error,
.wecheer-page.ar label.custom-error {
	left: 0 !important;
	right: initial !important;
}

.wecheer-form-wrap label.error,
.wecheer-form-wrap label.custom-error {
	color: #000;
	font-weight: normal;
	text-transform: initial;
	position: absolute;
	bottom: -12px;
	right: 0;
	margin: 0;
}

.wecheer-form-wrap .form-item label.error,
.wecheer-form-wrap .form-item label.custom-error {
	position: absolute;
	bottom: -10px;
	right: 10px;
	color: red;
	font-weight: normal;
	font-size: 12px;
}

.wecheer-form-wrap label.error {
	color: #000;
	font-weight: normal;
	text-transform: initial;
	position: absolute;
	bottom: -10px;
	right: 0;
	margin: 0;
}

.wecheer-form-wrap .form-item .gender-wrap .error {
	bottom: -5px;
}



.has-loading .lock-layer {
	visibility: visible;
}

.has-loading .bottom-float-button {
	color: transparent
}

.loader {
	width: 32px;
	height: 32px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


a.bottom-float-button {
	text-transform: uppercase;
	padding: 12px 32px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	max-width: 300px;
	width: 70vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 2px solid #edc516;
	background: #244a94;
}

div.block-bottom-action {
	margin-top: 32px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}

::placeholder {
	color: #244a94;
	opacity: .5;
	/* Firefox */
}

.wecheer-form-wrap select {
	border: unset;

	/* Style */
	width: 100%;
	max-width: 400px;
	padding: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);

	/* Arrow */
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

.rtl .wecheer-form-wrap select {
	background-position: left 0.7rem top 50%;
}

.campaign-description {
	width: 100%;
}

.campaign-description img {
	width: 100%;
}

.page-template-embedded-campaign-description .wecheer-page-wrap {
	padding-bottom: 0;
}

.page-template-embedded-campaign-description .wecheer-page-cont {
	max-width: 100%;
}

.rtl .form-item input[name="dateOfBirth"] {
	position: relative;
	text-align: right;
}

.rtl .form-item input[name="dateOfBirth"].placeholder {
	text-align: left;
}

.form-item input[name="dateOfBirth"] {
	position: relative;
	text-align: left;
}

.form-item input[name="dateOfBirth"].placeholder {
	text-align: right;
}

.form-item input[name="dateOfBirth"].placeholder::before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	z-index: 0;
	opacity: .5;
}

.rtl .form-item input[name="dateOfBirth"].placeholder::before {
	left: unset;
	right: 12px;
}

.page-template-redirect-template .wecheer-page-wrap {
	background-color: #FCCD0D;
}
.redirect-wrap{
	background-color: #FCCD0D;
}
.redirect-wrap .bottom-float-button{
	padding: 8px;
	border: none;
	font-size: 16px;
	width: 60%;
	min-width: 200px;
	margin-bottom: min(30vw,150px);
}
.redirect-button{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vw;
	max-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}