.just-energy.bill-calculator .text-center {
	text-align: center;
}

.just-energy.bill-calculator h2 {
	color: #062f6e;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.just-energy.bill-calculator h3 {
	color: #f26741;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator h3 {
		font-size: 18px;
		line-height: 28px;
	}
}

.just-energy.bill-calculator input[type=text] {
	border-radius: 10px;
	border: 3px solid #e4e6e8;
	padding: 15px;
	box-sizing: border-box;
	height: 51px;
	background-color: #fff;
}

.just-energy.bill-calculator input[type=text]::placeholder, .just-energy.bill-calculator .form-select::placeholder {
	color: #a7a9ac;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .calculate-costs .hidden-select {
		display: none;
	}
}

@media only screen and (min-width:1200px) {
	.just-energy.bill-calculator .calculate-costs .hidden-select {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculate-costs h3.average-price-per-kwh {
		margin-top: 40px;
	}
}

.just-energy.bill-calculator .power-consumption.radio-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .power-consumption.radio-wrapper {
		display: none;
	}
}

.just-energy.bill-calculator .custom-power-consumption-input {
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	position: relative;
	min-width: 410px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .custom-power-consumption-input #customPowerConsumption {
		width: 100%;
	}
	
	.just-energy.bill-calculator .custom-power-consumption-input span {
		display: none;
	}
}

.just-energy.bill-calculator .average-price-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .average-price-wrapper {
		flex-direction: column;
	}
}

.just-energy.bill-calculator .average-price-wrapper .energy-price {
	width: 30%;
	margin: 20px 0;
	position: relative;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .average-price-wrapper .energy-price {
		width: 100%;
	}
}

.just-energy.bill-calculator .average-price-wrapper input#energyPrice {
	width: 100%;
}

.just-energy.bill-calculator #totalAverageCost h2 {
	color: #062f6e;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator #totalAverageCost h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.just-energy.bill-calculator #totalAverageCost .average-cost-subhead {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator #totalAverageCost .average-cost-subhead {
		font-size: 21px;
		line-height: 31px;
	}
}

.just-energy.bill-calculator #totalAverageCost .month-year {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.just-energy.bill-calculator .relative-custom {
	position: relative;
}

.just-energy.bill-calculator .justify-center-custom {
	display: flex;
	justify-content: center;
}

.just-energy.bill-calculator .power-consumption {
	margin: 20px 0 10px;
	display: flex;
	gap: 20px;
}

.just-energy.bill-calculator .power-consumption.input-custom-div {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .power-consumption {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		margin-bottom: .5rem;
	}
	
	.just-energy.bill-calculator .power-consumption.custom {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .power-consumption {
		flex-wrap: wrap;
	}
}

.just-energy.bill-calculator .power-consumption .radio-wrapper {
	display: flex;
	padding-left: 0;
	align-items: center;
	flex-direction: row;
	gap: 15px;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .power-consumption .radio-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 18px;
	}
}

.just-energy.bill-calculator .power-consumption .radio-wrapper input {
	margin-left: 0;
	margin-bottom: .5em;
	cursor: pointer;
	border: 2px solid #e4e6e8;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50px;
}

.just-energy.bill-calculator .power-consumption .radio-wrapper input:checked[type=radio] {
	background-image: none;
	background-color: #82bc00;
	border: 2px solid #e4e6e8;
	box-shadow: 0 0 0 1px #82bc00;
}

.just-energy.bill-calculator .power-consumption .radio-wrapper input:focus {
	box-shadow: none;
}

.just-energy.bill-calculator .power-consumption .radio-wrapper label {
	line-height: 24px;
	font-size: 14px;
	color: #444546;
	font-weight: 400;
	cursor: pointer;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .power-consumption .radio-wrapper label {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}
}

.just-energy.bill-calculator .custom-select-wrapper {
	position: relative;
	display: block;
}

.just-energy.bill-calculator .custom-select-wrapper #powerConsumptionSelect {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 3px solid #e4e6e8;
	border-radius: 10px;
	padding: 10px;
	color: #444546;
	width: 100%;
	height: 55px;
	font-size: 16px;
}

.just-energy.bill-calculator .custom-select-wrapper:after {
	content: "";
	position: absolute;
	top: 40%;
	right: .9rem;
	width: 16.478px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.478' height='10' viewBox='0 0 16.478 10'%3E%3Cpath id='chevron-up-solid' d='M8.879.265,16.213,7.6a.906.906,0,0,1,0,1.281l-.855.855a.906.906,0,0,1-1.279,0L8.239,3.924,2.4,9.736a.906.906,0,0,1-1.279,0L.265,8.879a.906.906,0,0,1,0-1.281L7.6.265A.906.906,0,0,1,8.879.265Z' transform='translate(16.478 10) rotate(180)' fill='%2375ab00'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}

#totalAverageCost .average-cost {
	display: flex;
	font-size: 21px;
	gap: 10px;
	line-height: 31px;
	font-weight: 700;
	margin: 15px 0 25px;
}

@media only screen and (max-width:767px) {
	#totalAverageCost .average-cost {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
}

#totalAverageCost .average-cost span {
	color: #f26741;
}

#totalAverageCost .back-to-calculator {
	color: #0075c9;
	text-decoration: underline;
}

.toast {
	position: absolute;
	color: red;
	top: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}

#customPowerConsumption {
	width: 100%;
}

.just-energy.bill-calculator button.btn {
	color: #062f6e;
	cursor: pointer;
	white-space: nowrap;
	padding: 16px 25px;
	font-size: 16px;
	font-weight: 700;
	background: #f2b749 0% 0% no-repeat padding-box;
	border-radius: 50px;
}

.just-energy.bill-calculator button.btn.calculate-costs {
	border: none;
	margin-right: .05rem;
}

.just-energy.bill-calculator button.btn.calculate-costs.small-btn {
	min-width: 250px;
}

.just-energy.bill-calculator button.btn.calculate-costs:hover {
	background: #daa036;
	transition: ease-in-out .3s;
}

.just-energy.bill-calculator button.btn.add {
	min-width: 184px;
	background-color: #444546;
	border: none;
}

.just-energy.bill-calculator button.btn.remove-button {
	padding: 15px 25px;
	min-width: 195px;
	background-color: #f26741;
}

.just-energy.bill-calculator button.btn span {
	font-size: .7em;
}