

.noUi-target,
.noUi-target * {
	box-sizing: border-box
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
		
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	transform-style: flat
}
.noUi-connect {
	height: 100%;
	width: 100%
}
.noUi-origin {
	height: 10%;
	width: 10%
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-base,
.noUi-handle {
	transform: translate3d(0, 0, 0)
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 48px;
	height: 48px;
	left: -17px;
	top: -16px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 48px;
	height: 48px;
	left: -16px;
	top: -16px
}
.noUi-target {
	background: #fafafa;
	border-radius: 0;
	border: 1px solid rgba(31, 76, 111, .5);
		border-radius: 50px;
	
	
}
.noUi-connect {
	background: rgba(125, 154, 35, 0.8)
}
.noUi-draggable {
	cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}
.noUi-handle {
	border: 3px solid #d9d9d9;
	border-radius: 50px;
	background: #FFF;
	cursor: default
}

.noUi-handle:after {
	display: block;
	color: rgba(217, 217, 217, 1);
	position: absolute;
	left: 11px;
	top: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f5e4";
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 12px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 5px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0
}

.slideALONG {
	display: inline-flex;
	flex-flow: row;
	width: 18px;
	height: 120px;
	margin-top: 166px;
	margin-left: 4px
}








#advance-holder {
	border-radius: 24px;
	padding: 0;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	display: table;
	padding-top: 1rem
}
.advance-label {
	overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50px;
	padding: 16px 16px;
	height: 566px;
	display: inline-block;

		
		background: rgba(45, 77, 164,.8);
		
	width: 60px;
	margin-top: 1rem;

	
	
	border: 1px solid transparent;
	
	background: rgb(40, 127, 255);
	
}
.advance-green-label {
	background-color: rgba(150, 173, 78, 1)
}
.rotated-advance {
	display: inline-block;
	white-space: nowrap;
	transform: translate(0, 100%) rotate(-90deg);
	transform-origin: 0 0;
	position: relative;
	width: 120px;
	top: 146px
}
.rotated-advance-label {
	text-align: left;
	top: 130px;
	left: -5px;
	position: relative
}
.low,
.bugme {
	text-align: left;
	padding-left: 26px;
	margin-top: 56px;
	width: 90px;
	color: #fff;
	left: -9px;
	position: relative
}
.bugme {
	background: 0
}
.high {
	text-align: right;
	padding-right: 8px;
	margin-top: 72px;
	width: 90px;
	left: -9px;
	position: relative;
	top: 0;
	color: #fff
}
.low::before,
.high::after,
.bugme::before {
	 font-family: "Font Awesome 5 Free"; font-weight: 900; 
	font-weight: 700;
	content: "\f053";
	margin-right: 8px;
	font-size: 2rem;
	top: 6px;
	right: 2px;
	position: relative;
	color: #ccc
}
.high::after {
	content: "\f054";
	top: 7px;
	left: 7px
}
.bugme::before {
	content: "";
	margin-right: 4px;
	top: 4px;
	right: 8px
}
