input.circle-range-select {
	display: none;
}

.circle-range-select-wrapper {
	position: relative;
	max-width: 100%;
	width: 10em;
	height: 10em;
	margin: 1em;
	border-radius: 50%;
	border: .8em solid #ccc;
	padding: 0 !important;
	cursor: default;
}

.circle-range-select-wrapper .handle {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.circle-range-select-wrapper .handle:before {
	content: '';
	position: absolute;
	z-index: 3;
	top: -1em;
	left: -1em;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	background: #000;
}

/*
.circle-range-select-wrapper .selected-range {
    position: absolute;
    z-index: 1;
    color: #0ff
}
*/

.circle-range-select-wrapper .values {
	pointer-events: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -0.5em;
	font-size: 0.85rem;
	text-align: center;
	font-size: 36px;
	color: white;
	margin-left: 3px;
	margin-top: -20px;
}
/*

.circle-range-select-wrapper .values {
    font-size: 36px;
    color: white;
    margin-left: 3px;
    margin-top: -20px;
}
*/

.circle-range-select-wrapper .handle:before {
	content: '';
	position: absolute;
	z-index: 3;
	top: -2em;
	left: -2em;
	height: 3em;
	width: 3em;
	border-radius: 50%;
	background: #ffffff;
}

.circle-range-select-wrapper {
	border: 10px solid white;
	margin: 20px auto;
	width: 200px;
	height: 200px;
}

.circle-range-select-wrapper .selected-range {
	color: #06e5bc !important;
	width: 220px;
	height: 220px;
	position: absolute;
	z-index: 1;
}
