/* SIGN WINDOW */
.modal-sign .modal-dialog {
    max-width:855px;
    top: 10%;
}
.modal-sign {
	background: rgba(18, 5, 41, 0.4);
}
.modal-sign .modal-header {
    padding: 0!important;
}
.modal-sign .modal-title {
    padding: 0;
}
.modal-sign a:hover, .modal-sign a:focus{
	text-decoration:none;
}
.modal-sign .modal-body {
    padding: 0!important;
    border-radius: 6px;
    color:#1f2126;
}
.ctaArea {
    position: relative;
    text-align: center;
    max-width: 38%!important;
    flex-basis: 38%!important;
}
.ctaArea ul {
    position: relative;
    top: 40px;
    z-index: 2;
}
img.bgImage {
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ctaArea ul li {
    margin-bottom: 30px;
}
.ctaArea ul li a{
	cursor: default;
}
.ctaArea ul li a span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    color: #ffffff;
    padding: 5px 8px;
    background: rgba(18, 5, 41, 0.4);
    border-radius: 12px;
}
.ctaArea ul li svg {
    display: block;
    margin: 15px auto;
    max-width:40px;
    max-height:40px;
}
.memberDeals {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: calc(53% - 50%);
    border-radius: 6px;
    background-image: linear-gradient(261deg, rgba(253, 79, 0, 0.8), rgba(255, 131, 8, 0.8));
    margin:10px;
    color:#fff;
    padding:10px 20px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.memberDeals:hover {
	color:#fff;
	text-decoration:none;
	cursor: default;
}
.memberDeals span{
    font-size: 20px;
    font-weight: bold;
}
.formArea header {
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-top: 40px;
}
.formArea {
    background: #fff;
    border-radius: 6px;
    padding:0 60px!important;
    max-width: 62%!important;
    flex-basis: 62%!important;
}
.formArea p {
    text-align: center;
}
.formArea button.btn-facebook-connect {
    display: inline-flex;
    align-items: center;
    height: 40px;
    border-radius: 6px;
    background-image: linear-gradient(83deg, #425eac -3%, #3f70dc 110%);
    color: #fff;
    padding: 11px 35px;
    margin: 20px auto;
}
.formArea i.etsfonticon.etsfonticon-facebookshare {
    font-size: 24px;
}
.formArea i.etsfonticon.etsfonticon-facebookshare:before{
    margin-right:10px;
}

.formArea .sign-in-facebook{
	display: flex;
}
.hr-border {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: #9ca1ae;
	text-align: center;
	height: 1.5em;
	margin: 0 0 20px 0;
}
.hr-border:before {
    content: '';
    background: #dbe0e6;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-border:after {
	content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 1em;
    color: #9ca1ae;
    background-color: #ffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: right;
}
.modal-sign .labeled-input, 
.static-pages .labeled-input {
	height: 54px;
	border-radius: 3px;
	border: solid 1px #dbe0e6;
	background-color: #ffffff;
	position:relative;
	font-size: 18px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color:#1f2126;
}
.modal-sign .material-input,
.static-pages .material-input{
	border: none;
	height:100%;
	width:100%;
	background: transparent;
	outline: none;
	padding-top: 16px;
	z-index:2;
    text-indent: 13px;
}
.modal-sign .material-label,
.static-pages .material-label {
	display:block;
	position: absolute;
	left: 15px;
	top: 18px;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	color: #9ca1ae;
	bottom: 0;
	z-index:0;
	margin:0;
}
.modal-sign .labeled-input{
	display: inline-block;
	width: 100%;
}
.modal-sign .labeled-input i {
    font-size:24px;
    color:#9ca1ae;
}
.modal-sign #showtoPass_0, .modal-sign #showtoPass_1, .modal-sign #showtoPass_2 {
    position: absolute;
    right: 10px;
    top: 12px;
}
div#modalSignIn label.custom-control-label a {
    float: right;
}
/* active state */
.modal-sign .material-input:focus ~ .material-label,
.modal-sign .material-input:valid ~ .material-label,
.static-pages .material-input:focus ~ .material-label,
.static-pages .material-input:valid ~ .material-label {
	top: 8px;
	font-size: 12px;
}
.modal-sign .material-input::-ms-clear, 
.modal-sign .material-input::-ms-reveal,
.static-pages .material-input::-ms-clear, 
.static-pages .material-input::-ms-reveal {
    display: none;
}
.modal-sign .custom-control.custom-checkbox label.custom-control-label,
.static-pages .custom-control.custom-checkbox label.custom-control-label {
    display:block;
    font-size: 12px;
}
.modal-sign .btn-ripple {
	display:block;
    height: 60px;
    padding: 20px 70px;
    margin: 10px auto;
}
.modal-sign .btn-ripple:focus {
    outline: none;
}
.btn-ripple {
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all ease-in-out .5s;
}
.btn-ripple::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 25%;
	height: 100%;
	width: 50%;
	background-color: #000;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 1s;
	transform: scale(5, 5);
}
.btn-ripple:active::after {
	padding: 0;
	margin: 0;
	opacity: .2;
	transition: 0s;
	transform: scale(0, 0);
}
.logInCta {
    text-align: center;
    margin: 20px 0 40px 0;
    font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #61656e;
}
.logInCta a{
	margin-left:4px;
}
.logInCta i {
    display: block;
    font-size: 40px;
    color: #9ca1ae;
    margin: 15px 0;
}

.reset-pass header {
    margin-bottom:30px;
}
.reset-pass p, .reset-sended-mail p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color:#61656e;
    margin-bottom: 10px;
}
.reset-sended-mail p {
    margin: 10px auto 20px;
}
.reset-pass button.btn-facebook-connect {
    margin-top:0;
}
.reset-pass .btn-ripple {
    margin: 10px auto 20px auto;
}
.reset-sended-mail {
    min-height: 480px;
    display:block;
}
.reset-sended-mail i {
    color: #17cec4;
    font-size: 70px;
    text-align: center;
    display: block;
    margin-top:110px;
}
html body #forgotPassForm .tooltip-warning {
    width: fit-content;
    margin-left: 6px;
    top: 55px;
    min-width: 300px;
    max-width: 405px;
}
html body #forgotPassForm .tooltip-warning::before {
    right: inherit;
}
form#forgotPassForm .labeled-input.error ~ #remindPasswordAlert,
form#forgotPassForm .labeled-input:focus-within ~ #remindPasswordAlert {
    display:none; 
}
.reservation-documents .btn-sendMail {
	background: #fff;
    color: #056bfd;
}

@media (max-width:991px){
	.modal-backdrop.show {
	    display: none;
	}
	.modal-sign .modal-dialog{
		top:0;
		margin:0;
	}
	#privacyAgreementModal .modal-dialog,
	#signupDetailInfoModal .modal-dialog {
	    top:0;
	}
	.modal-sign button.close{
	    top: 20px;
	    right: 20px;
	}
	.ctaArea {
	    position: relative;
	    text-align: center;
	    max-width: 100%!important;
	    flex-basis: 100%!important;
	    display: grid;
	    min-height: 250px;
	}
	div#modalSignIn button.close span {
	    margin: -2px auto;
	}
	#modalSignIn .modal-dialog {
	    height: 100%;
	    background: #f6f9fd;
	}
	#modalSignIn .modal-content {
	    box-shadow: none!important;
	    border-radius: 0!important;
	}
	form#form-facebookSignin,
	.formArea button.btn-facebook-connect{
		width:100%;
	}
	html body div#privacyAgreementModal .btn,
	html body div#signupDetailInfoModal .btn {
	    height: inherit!important;
	    width: 100%;
	}
	form#forgotPassForm .btn-primary {
	    height: inherit!important;
	    padding: 12px;
	}
	.memberDeals {
	    position: relative;
	    left: auto;
	    width: fit-content;
	    margin: 30px auto 30px auto;
	    align-self: end;
	}
	.formArea {
	    background: #f6f9fd;
	    border-radius: 6px;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    padding: 0 35px!important;
	    max-width: 100%!important;
	    flex-basis: 100%!important;
	}
	img.bgImage {
	    border-top-left-radius: 6px;
	    border-bottom-left-radius: 0;
	    border-top-right-radius: 6px;
	}
	.formArea a.btn-facebook-connect {
	    padding: 15px;
	    width:100%;
	    justify-content: center;
	}
	.hr-border:after{
		background-color: #f6f9fd;
	}
	.reset-sended-mail{
		min-height:inherit;
	}
	.reset-sended-mail i {
	    margin-top: 40px;
	}
	.reset-sended-mail button.btn-green-gradient.btn-ripple {
	    margin-bottom: 40px;
	}
	.reset-sended-mail header {
	    margin: 20px auto;
	}
	.reset-pass p, .reset-sended-mail p{
	    margin:20px auto;
	}
	.ctaArea ul{
		display:none;
	}
	.modal-sign .btn-ripple {
	    width: 100%;
	    margin: 10px 15px 0;
	    height: inherit!important;
	    padding: 12px;
	}
}
@media (max-width: 600px){
	.ctaArea {
		min-height:inherit;
	}
	.modal-sign {
	    background: transparent!important;
	}
}

#modalSignUp .error .error-message {
    padding-left: 15px;
}
.modal-sign .form-check label {
    font-size: 14px;
    padding: 5px 0px 5px 30px;
    display: inline-block;
    width:100%;
}
.modal-sign .form-check label.cb-rememberMe::before{
	display: none;
}
.form-check #resetPass {
    float: right;
    text-align: right;
}
.modal-sign .form-check {
    margin-left:0;
    padding-left: 0;
    background:transparent;
}
#modalSignUp #signupForm .contact-mobile-phone{
	display: flex;
}
.modal-sign .form-check input:checked+label:after {
    top:9px;
}
/* SIGN WINDOW */

.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

#privacyAgreementModal, #signupDetailInfoModal {
/*     background: #120529c7; */
}
.second-modal-open .modal{
    overflow-y: auto;
}

#modal-callYou .call-you-container .i-contact .county-code-area:before {
	left: 73px !important;
}

#modal-callYou .call-you-container .i-contact .county-code-area:after {
	left: 78px;
}

#signupForm .i-contact .inline-label {
	font-size: 9px;
}

#signupForm .county-code-area ul {
	width: 200px;
}
.phone-contact-wrapper.error  {
	margin-bottom: 0px;
}
.phone-contact-wrapper .error-message {
	margin-top: 7px !important;
	white-space: nowrap;
    margin-left: -75px !important;
    margin-top: 5px !important;
}
@media (max-width: 768px){	
	.phone-contact-wrapper .error-message {
		margin-left: 0px !important;
		white-space: initial;
		margin-top: 7px !important;
	}
	#btn-add-person {
		margin: 15px;
	}
	#add-person-form {
		margin: 10px 15px;
	}
	#btn-save-person {
		margin-top: 15px;
	}
	html body .profile-details-content .passport-no-wrapper {
        width: 100% !important;
        margin-right: 0px !important;
        margin-top: 15px !important;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.hr-border:before {
		content: none;
	}
}