/* rubik-300 - hebrew_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rubik-v28-hebrew_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-regular - hebrew_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v28-hebrew_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-600 - hebrew_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rubik-v28-hebrew_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-800 - hebrew_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/rubik-v28-hebrew_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Rubik', serif;
	font-weight: normal;
}

input[type="checkbox"], input[type="radio"] {
	border-color: black;
}

.form-check-input:checked {
	background-color: black;
	border-color: black;
}

.question-info-a {
	color: black !important;
}

.required {
	color: red;
}

.order-6 {
    order: 6!important;
}

.click-icon {
	cursor: pointer;
}

table tr .col-num {
	width: 5em !important;
	text-align: center;
}

.privacy {
	font-size: 0.8em;
}

.iti {
	direction: ltr !important;
}

.iti__arrow { border: none; }

.iti--separate-dial-code .iti__selected-flag {
	background-color: #FFFFFF !important;
	border-right: #000000;
}

.phone { outline: none; width: 100%; }

label {
	color: #8F8F8F;
}

.form-control:disabled {
	background-color: #FFFFFF;
	color: #8F8F8F;
}

input.otp {
	padding: unset !important;
	text-align: center;
	width: 35px;
	height: 35px;
}

.iti__selected-dial-code {
	direction: ltr !important;
}

.welcome-form {
	position:relative;
}

#welcome-bg-rtl, #welcome-bg-ltr {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  	height: 100vh;
}

#page-bg-rtl, page-bg-ltr {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  	height: 100vh;
}

#welcome-bg-rtl {
	background-image:url('/images/welcome_bg_rtl.png');
}

#welcome-bg-ltr {
	background-image:url('/images/welcome_bg_ltr.png');
}

#welcome-bg-rtl.second {
	background-image:url('/images/welcome_bg_s_rtl.png');
}

#welcome-bg-ltr.second {
	background-image:url('/images/welcome_bg_s_ltr.png');
}

#page-bg-rtl.e1 {
	background-image:url('/images/page_bg_1_rtl.png');
}#page-bg-ltr.e1 {
	background-image:url('/images/page_bg_1_ltr.png');
}

.welcome-greeting {
	color: #FE006C;
	font-weight: 800;
}

.welcome-sub {
	font-weight: 300;
}

/*.nav-h {
	display: flex;
	width: 20px;
}
.nav-v {
	height: 20px;
	display: none;
}*/

.nav.done, .nav.future {
	display: none;
}

.nav.cur, .nav.prev, .nav.next {
	display: block;
	cursor: pointer;
}

.badge.nav-element, .badge.nav-element.future {
	border: 1px solid #8F8F8F;
	background-color: unset;
	color: #8F8F8F;
	font-weight: 300;
}

.badge.nav-element.done, .badge.nav-element.prev {
	background-color: black;
	border: 1px solid black;
}

.nav-element, .p-nav-element {
	text-align: center!important;
}

.p-nav-element.cur, .p-nav-element.prev, .p-nav-element.next {
	display: inline-block;
}

.p-nav-element.prev {
	cursor: pointer;
}

.p-nav-element.done, .p-nav-element.future {
	display: none;
}

.badge.nav-element.cur {
	background-color: #FE006C;
	border: 1px solid #FE006C;
	color: white;
	display: inline-block;
	font-weight: 600;
}

.nav-text {
	color: #8F8F8F;
	font-weight: 300;
}

.nav-text.done, .nav-text.prev {
	color: black;
}

.nav-text.cur {
	color: #FE006C;
	font-weight: 600;
}

.page-title {
	color: #FE006C;
	font-weight: 800;
}

.page-sub {
	font-weight: 300;
}

.questionnaire-main-card  {
	height: 100%;
}

.questionnaire-main-card.welcome  {
	height: 100vh;
}

@media screen and (min-width: 768px) {
	.nav.ltr, .nav.rtl {
		height: 85vh;
	}

	.nav.ltr {
		border-right: 1px solid #8F8F8F;
	}

	.nav.rtl {
		border-left: 1px solid #8F8F8F;
	}

/*	.nav-v {
		display: flex;
	}

	.nav-h {
		display: none;
	}*/

	.stage {
		display: inline-block;
		width: fit-content;
	}

	.nav-element.ltr {
		text-align: left!important;
	}


	.nav-element.rtl {
		text-align: right!important;
	}

	.p-nav-element.future, .p-nav-element.done {
		display: inline-block;
	}

	.nav-text, .nav-text.done {
		display: inline;
	}

	.stage {
		width: 100% !important;
	}
}

@media screen and (max-width: 1199.98px) {
	.questionnaire-main-card  {
		border: none;
	}
}