/**
 * Large devices
 */
@media (min-width: 767px) {
	.pt-calculator {
		display: flex;
	}

	.pt-calculator-handles {
		flex: 1;
		max-width: 100%;
	}

	.pt-calculator-result {
		align-self: center;
	}
}

/**
 * Alignments
 */
.pt-align-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/**
 * Roundslider overwrites
 */
.rs-range-color {
	background: #AFC836;
}

.rs-path-color {
	background: #D5DF98;
}

.rs-border {
	border: 0;
}

.rs-handle {
	background: #f6f6f6;
	border: 0px solid #fff;
	box-shadow: 0 0 0px ;
}

.rs-tooltip {
	font-size: 24px;
	font-weight: 500;
	padding: 20px;
}

/**
 * Handles
 */
.pt-handle-wrapper {
	margin: 15px;
	width: 200px;
	min-height: 300px;
}

.pt-handle {
	margin: 20px auto;
}

.pt-handle-label,
.pt-output {
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.pt-results .pt-output {
	font-size: 36px;
}

.pt-handle-custom {
	margin: 20px auto;
	width: 200px;
	height: 200px;
}

.pt-inner-container {
	background: #fff;
	border: 20px solid #F68D2E;
	border-radius: 100%;
	font-size: 24px;
	font-weight: 500;
	padding: 20px;
	width: 100%;
	height: 100%;
}
