input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	width: 100%;
	background: transparent;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #45A7C7;
	border-radius: 4px;
	border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #45A7C7;
	cursor: ew-resize;
	-webkit-appearance: none;
	margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #45A7C7;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #45A7C7;
	border-radius: 25px;
	border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #45A7C7;
	cursor: ew-resize;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 2px;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #45A7C7;
	border: 0px solid #000101;
	border-radius: 12px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
	background: #45A7C7;
	border: 0px solid #000101;
	border-radius: 12px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #45A7C7;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #45A7C7;
}
input[type=range]:focus::-ms-fill-upper {
	background: #45A7C7;
}
.al-range {
	top: -14px !important;
	position: relative;
	width: calc(100% - 6px) !important;
	margin-left: 3px !important;
}
.al-ifield.al-ifieldrange {
	padding: 6px 16px;
	position: relative;
}
.al-ifieldrange-label {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.4px;
	color: #666;
}
.al-datalist {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.4px;
	color: #666;
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}
.al-ifieldrange-output {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.25px;
	color: #333;
	position: absolute;
	left: 16px;
	bottom: 6px;
}
.al-ifieldrange-sum {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	letter-spacing: 0.25px;
	color: #6E838E;
	position: absolute;
	right: 16px;
	bottom: 6px;
}
@media (min-width: 769px) {
	.al-range {
		top: -18px !important;
	}
	.al-datalist {
		margin-top: -20px;
	}
}