.just-energy.bill-calculator .calculator-header {
	background-color: #002e6d;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	padding: 20px 0;
	border-radius: 16px 16px 0 0;
}

.just-energy.bill-calculator .calculate-costs-container {
	background-color: #fff;
	color: #062f6e;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .calculate-costs-container {
		width: 70%;
		padding: 0 45px;
	}
}

@media only screen and (min-width:1200px) {
	.just-energy.bill-calculator .calculate-costs-container {
		width: 70%;
		padding: 0 45px;
	}
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculate-costs-container {
		padding: 0 25px;
	}
}

.just-energy.bill-calculator .calculate-costs-container .form-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 69px;
	padding: 0 15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238DC846' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-position: right 1.5rem center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #a7a9ac;
	font-size: 18px;
	width: 100%;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .calculate-costs-container .form-select {
		background-position: right 1rem center;
		font-size: 16px;
	}
	
	.just-energy.bill-calculator .calculate-costs-container .form-select option {
		font-size: 16px;
	}
}

.just-energy.bill-calculator .calculate-costs-container .btn-container {
	gap: 20px;
	display: flex;
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculate-costs-container .btn-container {
		justify-content: center;
		flex-direction: column;
	}
}

.just-energy.bill-calculator .calculate-costs-container .appliance:not(.last) {
	border-bottom: 2px solid #e4e6e8;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .left-side {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .appliance-details .app-container {
		flex-direction: column;
		margin-top: 40px;
		gap: 25px;
	}
}

.just-energy.bill-calculator .calculator-footer {
	background-color: #0075c9;
	border-radius: 0 0 16px 16px;
}

.just-energy.bill-calculator .average-cost input, .just-energy.bill-calculator .average-cost input:focus {
	background-color: #dde9f5;
	border: none;
	color: #f26741;
	font-size: 2.19em;
	text-align: center;
	box-shadow: none;
}

.just-energy.bill-calculator .average-cost label {
	position: relative;
	top: -17px;
	background-color: #dde9f5;
}

.just-energy.bill-calculator .average-cost small {
	color: #f26741;
	font-size: 1.15em;
}

.just-energy.bill-calculator .energy-price label {
	color: #f26741;
	margin-bottom: 20px;
}

.just-energy.bill-calculator .color-tomato {
	color: #f26741;
}

.just-energy.bill-calculator .color-onyx {
	color: #444546;
}

.just-energy.bill-calculator .is-invalid {
	border-color: red;
}

.just-energy.bill-calculator .error-msg {
	font-size: .7rem;
	color: red;
	margin-left: 5px;
}

.just-energy.bill-calculator .calculator-header {
	background-color: #002e6d;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 16px 16px 0 0;
	padding: 20px 0;
	text-align: center;
}

.just-energy.bill-calculator .calculate-costs {
	background-color: #fff;
	color: #062f6e;
	padding: 0 25px;
}

@media all and (min-width:981px)and (max-width:1280px) {
	.just-energy.bill-calculator .calculate-costs {
		width: 80%;
	}
}

@media only screen and (min-width:1200px) {
	.just-energy.bill-calculator .calculate-costs {
		width: 80%;
	}
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculate-costs {
		padding: 0 15px;
	}
}

.just-energy.bill-calculator .calculate-costs p {
	font-size: 25px;
	margin-top: 35px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculate-costs p {
		text-align: center;
	}
}

.just-energy.bill-calculator .calculate-costs>p {
	color: #f26741;
	font-size: 25px;
	font-weight: 700;
}

.just-energy.bill-calculator .calculate-costs input[type=text] {
	width: 100%;
	max-width: 225px;
}

.just-energy.bill-calculator .calculate-costs input[type=text]::placeholder {
	color: #a7a9ac;
}

.just-energy.bill-calculator .calculate-costs .form-check-input {
	width: 20px;
	height: 20px;
}

.just-energy.bill-calculator .calculate-costs .energy-price {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.just-energy.bill-calculator .calculate-costs .energy-price label {
	font-size: 25px;
}

.just-energy.bill-calculator .total-average-costs {
	background-color: #dde9f5;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .total-average-costs {
		width: 50%;
	}
}

@media only screen and (min-width:1200px) {
	.just-energy.bill-calculator .total-average-costs {
		width: 50%;
	}
}

.just-energy.bill-calculator .total-average-costs p {
	font-size: 25px;
	margin-top: 35px;
	color: #f26741;
}

.just-energy.bill-calculator .total-average-costs input[type=text] {
	height: 25px;
	width: 100%;
	background-color: transparent;
	border: none;
}

.just-energy.bill-calculator .total-average-costs .average-cost {
	min-width: 80%;
	margin-bottom: 38px;
	margin-top: 0;
}

.just-energy.bill-calculator .calculator-footer {
	background-color: #0075c9;
	border-radius: 0 0 16px 16px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 20px 0;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculator-footer {
		font-size: 25px;
		line-height: 35px;
	}
}

.just-energy.bill-calculator .average-cost {
	border: 4px dashed #0075c9;
}

.just-energy.bill-calculator .average-cost input, .just-energy.bill-calculator .average-cost input:focus {
	background-color: #dde9f5;
	border: none;
	color: #f26741;
	font-size: 25px;
	text-align: center;
	box-shadow: none;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .average-cost input, .just-energy.bill-calculator .average-cost input:focus {
		font-size: 1.6em;
	}
}

.just-energy.bill-calculator .average-cost label {
	font-size: 23px;
	position: relative;
	top: -17px;
	color: #444546;
	background-color: #dde9f5;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .average-cost label {
		font-size: 20px;
	}
}

.just-energy.bill-calculator .form-control[readonly] {
	background: none;
	border: none;
}

.just-energy.bill-calculator .error-message {
	color: red;
	margin-top: 5px;
	font-weight: 500;
	line-height: normal;
	font-size: 1rem;
}

.just-energy.bill-calculator input[type=text], .just-energy.bill-calculator .form-select {
	border-radius: 10px;
	border: 3px solid #e4e6e8;
	padding: 15px;
	box-sizing: border-box;
	height: 69px;
	background-color: #fff;
}

.just-energy.bill-calculator input[type=text]::placeholder, .just-energy.bill-calculator .form-select::placeholder {
	color: #a7a9ac;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .calculator-body {
		flex-direction: column;
	}
}

.just-energy.bill-calculator .relative-custom {
	position: relative;
}

.just-energy.bill-calculator .w-8-12-custom {
	width: 66.666667%;
}

.just-energy.bill-calculator .pb-4-custom {
	padding-bottom: 1rem;
}

.just-energy.bill-calculator .px-2-custom {
	padding-left: .5rem;
	padding-right: .5rem;
}

.just-energy.bill-calculator .p-0-custom {
	padding: 0;
}

.just-energy.bill-calculator .bg-transparent-custom {
	background-color: transparent;
}

.just-energy.bill-calculator .inline-block-custom {
	display: inline-block;
}

.just-energy.bill-calculator .mt-3-custom {
	margin-top: 1rem;
}

.just-energy.bill-calculator .text-lg-custom {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.just-energy.bill-calculator .float-left-custom {
	float: left;
}

.just-energy.bill-calculator .max-w-6xl-custom {
	max-width: 72rem;
}

.just-energy.bill-calculator .mx-auto-custom {
	margin-left: auto;
	margin-right: auto;
}

.just-energy.bill-calculator .pt-4-custom {
	padding-top: 1rem;
}

.just-energy.bill-calculator .flex-custom {
	display: flex;
}

.just-energy.bill-calculator .flex-wrap-custom {
	flex-wrap: wrap;
}

.just-energy.bill-calculator .w-full-custom {
	width: 100%;
}

.just-energy.bill-calculator .text-center-custom {
	text-align: center;
}

.just-energy.bill-calculator .lg-w-8-12-custom {
	width: 66.666667%;
}

.just-energy.bill-calculator .md-w-7-12-custom {
	width: 58.333333%;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator .sm-w-full-custom {
		width: 100%;
	}
}

.just-energy.bill-calculator .px-8-custom {
	padding-left: 2rem;
	padding-right: 2rem;
}

.just-energy.bill-calculator .mb-4-custom {
	margin-bottom: 1rem;
}

.just-energy.bill-calculator .pb-2-custom {
	padding-bottom: .5rem;
}

.just-energy.bill-calculator .font-bold-custom {
	font-weight: 700;
}

.just-energy.bill-calculator .mb-5-custom {
	margin-bottom: 3rem;
}

.just-energy.bill-calculator .w-auto-custom {
	width: auto;
}

.just-energy.bill-calculator .mt-0-custom {
	margin-top: 0;
}

.just-energy.bill-calculator .gap-3-custom {
	gap: .75rem;
}

.just-energy.bill-calculator .items-center-custom {
	align-items: center;
}

.just-energy.bill-calculator .md-w-8-12-custom {
	width: 66.666667%;
}

.just-energy.bill-calculator .my-3-custom {
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.just-energy.bill-calculator .my-5-custom {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.just-energy.bill-calculator .px-3-custom {
	padding-left: .75rem;
	padding-right: .75rem;
}

.just-energy.bill-calculator .rounded-full-custom {
	border-radius: 9999px;
}

.just-energy.bill-calculator .lg-w-4-12-custom {
	width: 33.333333%;
}

.just-energy.bill-calculator .md-w-5-12-custom {
	width: 41.666667%;
}

.just-energy.bill-calculator .py-4-custom {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.just-energy.bill-calculator .md-w-full-custom {
	width: 100%;
}

.just-energy.bill-calculator .mb-3-custom {
	margin-bottom: .75rem;
}

.just-energy.bill-calculator .flex-col-custom {
	flex-direction: column;
}

.just-energy.bill-calculator .mb-0-custom {
	margin-bottom: 0;
}

.just-energy.bill-calculator .font-normal-custom {
	font-weight: 400;
}

.just-energy.bill-calculator .flex-row-custom {
	flex-direction: row;
}

.just-energy.bill-calculator .md-w-6-12-custom {
	width: 50%;
}

.just-energy.bill-calculator .mt-auto-custom {
	margin-top: auto;
}

.just-energy.bill-calculator .bg-red-500-custom {
	background-color: #ef4444;
}

.just-energy.bill-calculator .md-w-4-12-custom {
	width: 33.333333%;
}

.just-energy.bill-calculator .power-consumption {
	margin: 20px 0 20px 15px;
	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-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 .energy-price {
	margin: 50px 0;
}

.just-energy.bill-calculator button.btn {
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	padding: 20px 50px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
}

.just-energy.bill-calculator button.btn.calculate-costs {
	background-color: #82bc00;
	border: none;
	width: auto;
}

.just-energy.bill-calculator button.btn.calculate-costs:hover {
	background: #5b8501;
	transition: ease-in-out .3s;
}

.just-energy.bill-calculator button.btn.add {
	min-width: 184px;
	background-color: #444546;
	border: none;
	height: 55px;
}

@media only screen and (max-width:767px) {
	.just-energy.bill-calculator button.btn.add {
		min-width: 100%;
	}
}

.just-energy.bill-calculator button.btn.remove {
	border: none;
	background-color: #d53b11;
	height: 55px;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator button.btn.remove {
		min-width: auto;
	}
}

.just-energy.bill-calculator button.btn span {
	font-size: .7em;
}

.just-energy.bill-calculator .button-add {
	background-color: #444546;
	border: none;
	min-width: 184px;
	color: #fff;
	padding: 12px 25px;
}

.just-energy.bill-calculator .appliance-details {
	margin: 35px 0;
}

.just-energy.bill-calculator .appliance-details p {
	font-size: 25px;
	line-height: 35px;
	color: #f26741;
	margin-bottom: 0;
	font-weight: 700;
}

.just-energy.bill-calculator .appliance-details p.color-onyx {
	color: #444546;
}

.just-energy.bill-calculator .appliance-details p span {
	font-size: .75em;
	font-weight: 300;
}

.just-energy.bill-calculator .appliance-details label {
	font-size: 25px;
	line-height: 35px;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .appliance-details label {
		font-size: 1.6em;
	}
}

.just-energy.bill-calculator .appliance-details:not(:last-child) {
	border-bottom: 2px solid #e4e6e8;
}

.just-energy.bill-calculator .appliance-details .app-container {
	margin-top: 30px;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .appliance-details .app-container {
		flex-direction: column !important;
		margin-top: 40px;
		gap: 25px;
	}
}

.just-energy.bill-calculator .appliance-details .power-consumption {
	gap: 12px;
}

@media only screen and (min-width:768px)and (max-width:980px) {
	.just-energy.bill-calculator .appliance-details .power-consumption {
		width: 100%;
	}
}

.just-energy.bill-calculator .appliance-details .hours-of-use {
	margin-top: 0;
}

.just-energy.bill-calculator .appliance-details .hours-of-use label {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 35px;
}

.just-energy.bill-calculator .appliance .appliance-details .power-consumption {
	margin-left: 0;
}