/*Button Modal*/
.holderPopUpPreview {
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.07);
	position: relative;
	padding: 0;
	width: 100%;
}
.holderPopUpPreview .modal-header{

}
.holderPopUpPreview .modal-header .close {
	background-color: #dddddd;
	color: #8f8f8f;
}
#buttonEditorWrapper .holderPopUpPreview .popupSubTitle{
		
	}
	#buttonEditorWrapper .holderPopUpPreview .popupTitle{
		
	}
.holderPopUpPreview .popupTitle {
	text-align: center;
	color: #333333;
	margin: auto;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1em;
	width:79%;
	/*font-size:22px;*/
	margin-top:0px;
}
.holderPopUpPreview .popupTitle span {
  font-size: inherit;
  display: inline-block;
  line-height: 1em;
}
.holderPopUpPreview .popupTitle span {
	font-size: inherit;
	display: inline-block;
	line-height: 1em;
}
.holderPopUpPreview .popupSubTitle {
	text-align: center;
	color: #333333;
	width:79%;
	/*font-size:42px;*/
	margin: auto;
	margin-bottom: 10px;
	/*font-weight: 400;*/
	line-height:1em
}
.holderPopUpPreview .popupSubTitle span {
  font-size: inherit;
  display: inline-block;
  line-height: 1em;
}
.holderPopUpPreview .popupTitle p,
.holderPopUpPreview .popupSubTitle p {
	margin-bottom: 0;
}
.holderPopUpPreview .formElementHolder {
	padding: 60px 142px 15px 142px;
}
.holderPopUpPreview .formElementHolder{
	padding-top: 10px;
}
.buttonSubmitPopup button {
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	display: block;
	background: #3498db;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	border: 0;
	border-radius: 2px;
	text-transform: uppercase;
	margin-top:10px;
}
.buttonSubmitPopup .bookingBtnText {
	line-height: 1em;
	padding: 15px 20px;
	display: block;
	outline: none !important;
}
.buttonSubmitPopup .bookingBtnText div p {
	margin-bottom: 0;
}
.buttonSubmitPopup button i {
	padding-right: 5px;
}
.spamHate {
	font-size: 11px;
	font-weight: 600;
	color: #434c52;
	text-align: center;
	margin-top: 10px;
}
.spamHate i {
	padding-right: 5px;
}
.spamHate .spamText {
	display: inline-block;
}
.spamHate .spamText p {
	margin-bottom: 0;
}

.popupBtnImageSelect img {
	width: 90% !important;
	padding: 5px !important;
}
.popupBtnImageSelect .filter-option {
	width: 100% !important;
	height: 100% !important;
}
.popupBtnImageSelect .btn.dropdown-toggle, .popupBtnImageSelect .btn.dropdown-toggle:hover, .popupBtnImageSelect .btn.dropdown-toggle:focus {
	height: auto !important;
}
.buttonSubmitPopup {
	text-align: center;
}
.buttonSubmitPopup img {
	margin: auto;
}
#popup-form-modal .modal-dialog{
	width:900px;
	max-width:94%;
}
.formElementHolder .intl-tel-input {
	float: left;
	width: 100%;
}
.intl-tel-input .flag-dropdown{
	left: 0;
	right: auto;
}
/* Position the country dropdown on the left */
.formElementHolder .intl-tel-input .selected-flag {
	padding: 0 8px 0 6px;
}
.formElementHolder .intl-tel-input input.form-control,
.formElementHolder .intl-tel-input input[type="tel"],
.formElementHolder .intl-tel-input input[type="text"],
.formElementHolder input.intlPhoneNumber,
.formElementHolder .spots-phonenumberpopup,
.formElementHolder .spots-phone-number input[type="text"],
.formElementHolder .phoneTextField input[type="text"] {
	padding-left: 52px !important;
}
/* Hide the mobile icon when intl-tel-input is active */
.formElementHolder .sms-spots-check i.fa-mobile,
.formElementHolder .phoneTextField i.fa-mobile {
	display: none !important;
}

/* Modal specific styles */
#popup-form-modal .intl-tel-input {
	width: 100%;
	float: left;
}
#popup-form-modal .intl-tel-input .flag-dropdown {
	left: 0;
	right: auto;
	border-right: 1px solid #cacaca;
}
#popup-form-modal .intl-tel-input input.form-control,
#popup-form-modal .intl-tel-input input[type="tel"],
#popup-form-modal .intl-tel-input input[type="text"],
#popup-form-modal input.intlPhoneNumber,
#popup-form-modal .spots-phonenumberpopup,
#popup-form-modal .spots-phone-number input[type="text"],
#popup-form-modal .phoneTextField input[type="text"] {
	padding-left: 52px !important;
}

#popup-form-modal .intl-tel-input input[type="text"].iti__search-input {
	padding-left: 40px !important;
}

/* Hide Chrome autofill suggestions on country search */
.iti__search-input::-webkit-contacts-auto-fill-button,
.iti__search-input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	height: 0;
	width: 0;
	margin: 0;
}

/* Position dropdown to escape modal overflow */
.iti__country-list {
	position: relative !important;
	z-index: 999999999 !important;
}

/* Force dropdown to be visible when not explicitly hidden */
.iti__dropdown-content:not(.iti__hide) {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* More aggressive: force visibility when button is expanded */
.iti__selected-country[aria-expanded="true"] ~ .iti__dropdown-content {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Additional protection against autofill */
.iti__search-input:-webkit-autofill,
.iti__search-input:-webkit-autofill:hover,
.iti__search-input:-webkit-autofill:focus,
.iti__search-input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #333 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

#popup-form-modal .sms-spots-check i.fa-mobile,
#popup-form-modal .phoneTextField i.fa-mobile {
	display: none !important;
}

/* Hide dial code in modal */
#popup-form-modal .intl-tel-input .selected-dial-code,
#popup-form-modal .intl-tel-input .iti__selected-dial-code {
	display: none !important;
}

/* Override any inline styles that might conflict */
.intl-tel-input input[style*="padding-left"] {
	padding-left: 52px !important;
}
#optinPopUpPreview .optinForm .form-control{
	background: #FFF;
	color: #595959;
	border:1px solid #e1e1e1;
	font-size: 18px;
	box-shadow: none;
	outline: none;
	height: 38px;
	padding-left: 5px;
}
#optinPopUpPreview .optinForm .left-addon .fa{
	width: 18px;
	background: #FFF;
	color: #cacaca !important;
	text-align:center;
}
#optinPopUpPreview .optinForm .form-control{
	height:48px;
}
#optinPopUpPreview .left-addon .fa{
	top:16px;
}
#optinPopUpPreview .left-addon.sms-spots-check .fa{
	top:12px !important;
}
.formControlsCol .mCSB_container{
	padding-right:8px;
}
.formControlsCol .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y{
	padding-right:0px;
}
.popupBody  .mCSB_container{
	padding-right:20px;
}
.popupBody  .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y{
	padding-right:0px;
}
#optinPopUpPreview .popupBody{
	max-height:none;
	height:auto;
	padding:0px !important;
	background:none;
	border:none;
}
.note-info.margin-top-10{
	margin-top:10px;
}
#optinPopUpPreview{
	width:100%;
	overflow: unset !important;
}
#optinPopUpPreview .formStepContent{
	padding:20px 40px;
}
#optinPopUpPreview .buttonSubmitPopup button{
	background-image: -moz-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	box-shadow: 0px 2px 0px 0px rgba(213, 139, 18, 1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
	font-size:27px;
	font-weight:400;
	border-radius: 5px;
	color: #fff;
    text-transform: uppercase;
    height: auto;
	line-height: 60px;
	outline: none !important;
}
#optinPopUpPreview .optinForm .form-control{
	background: #FFF;
	color: #595959;
	border:1px solid #e1e1e1;
	font-size:16px !important;
	box-shadow: none;
	outline: none;
	height: 38px;
	padding-left: 5px;
}
#optinPopUpPreview .optinForm .left-addon .fa{
	width: 18px;
	background: #FFF;
	color: #cacaca !important;
	text-align:center;
}
#optinPopUpPreview .optinForm .form-control{
	height:48px;
}
#optinPopUpPreview .left-addon .fa{
	top:16px;
}
#optinPopUpPreview .left-addon.sms-spots-check .fa{
	top:12px !important;
}
/*Form Thankyou Modal*/
#form-popup-thank-you .modal-dialog{
	width:650px;
	max-width:94%;
}
#form-popup-thank-you .modal-header .close{
	background-color:#dddddd;
	color:#8f8f8f;
}
#form-popup-thank-you .ok-button{
	background-image: -moz-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,158,0) 0%, rgb(255,179,56) 100%);
	box-shadow: 0px 2px 0px 0px rgba(213, 139, 18, 1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
	font-size:25px;
	font-weight:800;
	color:#fff;
	outline:none;
}
#form-popup-thank-you .title{
	color:#333;
	font-weight:800;
}
.required {
	color: red;
	position: absolute;
	right: 5px;
	top: 2px;
	font-weight: 700;
	font-size: 13px;
}
.formElementHolder .left-addon.sms-spots-check .fa{
}
/*Responsive*/
@media (max-width:992px){
	.holderPopUpPreview .popupSubTitle{
		font-size:34px;
	}
	.holderPopUpPreview .formElementHolder{
		padding:60px 80px;
		padding-top:5px;
	}
}
@media (max-width:767px){
	#form-popup-thank-you .popupPreviewCol{
		width:100%;
	}
	#form-popup-thank-you .details{
		font-size:23px;
	}
	.holderPopUpPreview .formElementHolder{
		padding-left:0px;
		padding-right:0px;
	}
	.holderPopUpPreview .popupTitle , .holderPopUpPreview .popupSubTitle ,#form-popup-thank-you .details{
		width:100%;
		font-size:20px;
	}
	.holderPopUpPreview .popupTitle *{
		font-size: 20px !important;
	}
	.holderPopUpPreview .popupSubTitle *{
		font-size: 18px !important;
	}
	.holderPopUpPreview .popupTitle{
		margin-top:0px;
	}
	.holderPopUpPreview .formElementHolder{
		padding-bottom:30px;
	}
	#optinPopUpPreview
	{
		font-size:16px;
	}
	#optinPopUpPreview .buttonSubmitPopup button{
		height:auto;
		line-height:50px;
		font-size:23px;
	}
	#optinPopUpPreview .buttonSubmitPopup .bookingBtnText *{
		font-size: 18px
	}
	#optinPopUpPreview .optinForm .form-control{
		height:44px;
	}
	#optinPopUpPreview .left-addon .fa{
		top:13px;
	}
	#optinPopUpPreview .left-addon.sms-spots-check .fa{
		top:9px;
	}
	.holderPopUpPreview .popupTitle{
		font-size:18px;
		line-height:23px;
	}
}


/*Deactivate Modal*/
#error-modal .modal-header .close{
	background-color: #d20000 !important;
}
#error-modal .modal-title  {
	color: #d20000 !important;
}
#error-modal .modal-footer .btn-danger {
	background-color: #d20000;
	margin: 0 auto;
	float: none;
	border-radius: 28px !important;
	font-size: 21px !important;
	font-weight: 600 !important;
	background-image: -moz-linear-gradient( 90deg, rgb(221,0,0) 0%, rgb(238,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(221,0,0) 0%, rgb(238,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(221,0,0) 0%, rgb(238,0,0) 100%);
	box-shadow: 0px 2px 0px 0px rgba(167, 0, 0, 1);
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	display: table;
	margin-bottom: 20px;
	margin-top: 10px;
}
#error-modal .modal-footer .btn-danger i{
	font-size: 21px !important;
}
#error-modal .modal-footer .btn-danger i span {
	font-weight: 700 !important;
}
#error-modal .modal-footer .cancel-btn {
	background-color: #d3d3d3;
}
#error-modal .modal-body p{
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height: 24px;
}
#error-modal .modal-body p span {
	font-weight: 700;
}
#error-modal .modal-body{
	padding-top: 30px;
}
#error-modal .modal-footer{
	padding-left: 20px;
}
#error-modal .modal-title .fa {
	color: #d20000;
}
