/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/*.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}*/

.content-left {
	background-color: #5476B3;
	padding: 0;
}

.content-right {
    height: auto !important;
}

input[type=range] {
	-webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;
	background: #03a9f4;
	border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #03a9f4;
}
.range-wrap{
	position: relative;
}
.range-value{
	position: absolute;
	top: -120%;
}
.range-value span{
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #B4B4B4;
	color: #fff;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 6px;
}
.range-value span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #B4B4B4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}
.range-value span:after {
	content: "%";
}

#main-preview, #sub-preview {
	background-color: #D2D2CF;
    height: 100%;
    padding: 10px;
}
#main-preview span, #sub-preview span {
	width: 100%;
    height: 100%;
    display: block;
}

button.forward, button.submit {
	/*background :#D70075;*/
	color: #fff;
    background: #3a7afe !important;
    border-color: #3a7afe;
}

.backward:hover, .forward:hover {
	background: #1DBE72;
}

.form-check-label {
    font-weight: normal;
    font-size: 0.8rem;
}

.nav-item a {
	color: #fff;
	font-family: 'Work Sans', Arial, sans-serif;
}

[dir="rtl"] h2.section_title, [dir="rtl"] h3.main_question {
	text-align: right;
}
  
[dir="rtl"] #bottom-wizard {
	text-align: left;
}

[dir="rtl"] .logo {
	left: 20px;
	right: auto;
}

[dir="rtl"] body {
	font-family: "Segoe UI", Arial, sans-serif;
}

[dir="rtl"] .arabic {
	display: block !important;
	text-align: center;
}

[dir="rtl"] .english {
	display: none;
}

[dir="rtl"] a {
	text-align: right;
}

[dir="rtl"] .nav-item {
	right: 0px;
	width: 100px;
}

[dir="rtl"] .form-group {
	text-align: right;
}

[dir="rtl"] .step {
	text-align: right;
}

[dir="rtl"] .form-check-label {
	margin-right: 1.25rem;
}

[dir="ltr"] .nav-item a {
	font-family: "Segoe UI", Arial, sans-serif !important;
}