
body
{
	background:transparent !important;
	background-size: 250px 250px;
	overflow-x: hidden;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color: #343438;
	font-weight: 500;
	margin-top: 0px;
}

.container
{
	margin-top: 30px;
	//border: 1px solid #d1cecb;
	border-radius: 10px;
	padding: 30px 30px 30px 30px;
	background: #FDFDFD;
}

.sourceImage img {
    width: 100%;
    height: 495px;
}

  
.sourceImage 
{
    position: relative;
    /*border-radius: 8px;*/
    overflow: hidden;
}

.sourceImage #mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.showBillInformation
{
	padding: 0px 15px 15px 15px;
	/*background: #F4F9FD;*/
	border-radius: 15px;
	margin-bottom: 30px;
}

.showBillInformation h3
{
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
	position: relative;
}

.showBillInformation h3 a
{
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0.005em;
	text-align: left;
	color: #3D8B65;
	cursor: pointer;
	display: none;
	font-family: "Arial", sans-serif;
}

.showBillInformation .bar
{
	background: #EFEFEF;
	border-radius: 8px;
	position: relative;
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	z-index: 1;
	margin-bottom: 7px;	
	margin-top: 20px;	
    /*border: 1px #3D8B65 solid;*/
}

.showBillInformation .bar .totalBar
{
	display: flex;
	width: 100%;
	z-index: 3;
	position: relative;
}

.showBillInformation .bar span
{
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0em;
	text-align: center;
	display: inline-block;
}

.showBillInformation .currentBar
{
	position: absolute;
	height: 40px;
	width: 50%;
	margin: 0;
	padding: 11px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
	/*background: #27A9E1;*/
	background: linear-gradient(90deg, rgba(170,226,251,1) 26%, rgba(43,171,226,1) 51%, rgba(43,171,226,1) 87%);
	top: 0;
	left: 0;
	border-radius: 8px;
	max-width: 100%;
	overflow: hidden;
	min-width: 16%;
	
}

.showBillInformation .currentBar span
{
	display: block;
	background: #27A9E1;
	z-index: 4;
	position: absolute;
	right: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	width: 70px;
	color: #ffffff	;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	height: 40px;
	padding: 14px 0 0;
	top: 0px;
	text-align: right;
	padding-right: 10px;
}

.electricalBillText p, .systemInformationItem p
{
	font-size: 20px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
	margin: 0;
	padding: 0;
}
 
.electricalBill, .systemInformationItem
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top:15px;
}

.electricalBillText
{
	/*width: calc(80% - 0px);*/
}

.electricalBill .electricalBillEdit
{
	/*width: calc(29% - 0px);*/	
}

.electricalBill .electricalBillEdit .electricalBillInput 
{
    width: 100%;
	height: 30px;
    /*border-radius: 50px;*/
    text-align: center;
    border: 1px solid #686868; 
		
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.005em;	
}

.electricalBill .electricalBillEdit .electricalBillInput:focus 
{
    border-color: #3D8B65;
	border-style: solid;
    outline: none; 
}

.electricalBill p
{
	margin: 0;
	padding: 0;
}

.systemInformation .systemInformationItem
{
	display: flex;
    margin: 0;
    /* padding: 0 0 20px; */
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.systemInformation .systemInformationItem div:first-child
{
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.005em;
	text-align: left;
	width: calc(100% - 150px);
}

.systemInformation .systemInformationItem div:last-child {
    width: 180px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #686868;
}

.systemInformation .systemInformationItem div:last-child span
{
	font-size: 20px;
	color: rgba(52, 52, 56, 1);
}
 
/*.panelCount {
    border: 2px #EBEAEB solid;
    border-radius: 5px;
    height: 39px;
}*/

.panelCount {
    /*border: 1px #E1E0E0 solid;*/
    border-radius: 9px;
    height: 43px;
    /*background-color: #F2F7FC;*/
    /* padding: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.panelCount input[type="number"] 
{
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.panelCount input[type=number]::-webkit-inner-spin-button,
.panelCount input[type=number]::-webkit-outer-spin-button 
{
	-webkit-appearance: none;
}

.panelCount .panelCountController 
{
	border: 0;
	display: flex;
	/*padding-bottom: 50px;*/
}

.panelCount .panelCountController button {
    outline: none;
    -webkit-appearance: none;
    background-color: #F2F7FC;
    border: none;
    align-items: center;
    justify-content: center;
    /*width: 58px;*/
    height: 34px;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-right: 1px #686868;
    border: 1px #686868;
}

.panelCount .panelCountController button:before,
.panelCount .panelCountController button:after 
{
  display: inline-block;
  position: absolute;
  content: '';
  width: 9px;
  height: 1px;
  background-color: #212121;
  transform: translate(-50%, -50%);  
}

.panelCount .panelCountController button.plus:after 
{
  transform: translate(-50%, -50%) rotate(90deg);
}

/*.panelCount .panelCountController button.plus
{
	border-right: none;
	border-left: 1px rgba(31, 31, 34, 0.17) solid;
}*/

/*.panelCount .panelCountController button.minus
{
	border-right: none;
	border-right: 1px rgba(31, 31, 34, 0.17) solid;
}*/

.panelCount .panelCountController input[type=number] {
    border: none;
    height: 34px;
    background-color: #F2F7FC !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    background: none;
    background-color: transparent;
    width: 60px;
}

p sup
{
	width: 11px;
    height: 11px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;

    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

p sup span
{
	display: none;
    position: absolute;
    width: 250px;
    font-size: 12px;
    line-height: 12px;
    color: #686868;
    border: #1F1F22 1px solid;
    box-sizing: border-box;
    padding: 15px;
    top: -60px;
    left: -110px;
    border-radius: 0px;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 400;
}

sup:hover span
{
	display: block;
}

@media (max-width: 1200px)
{
	.mainside
	{
		width: 100%;
		max-width: 100%;
	}
	.showBillInformation .bar span
	{
		width: 20%;
		font-size: 14px;
		font-weight: bold;
		line-height: 10px;
		letter-spacing: 0em;
		text-align: center;
		display: inline-block;
	}

}

@media (max-width: 768px)
{
	padding-top: 100px;
	
	.systemInformation
	{
		order: 1;
		padding-top: 30px;
    	padding-bottom: 15px;
	}
	
	.container
	{
		background: none;
		border: 0;
		padding: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.container h2
	{
		display: none;
	}
	
	.showBillInformation 
	{
		margin-bottom: 0px;
	}

	.container
	{
		width: 100%;
		max-width: 100%;
	}
	
	.container 
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.progressBarContainer
{
	/*display: grid;*/
	display: none;
	grid-auto-flow: column;
	gap: 10px;
	height: 152px;
}

.progressBar 
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	flex: 1 1 0%; 
}

.progressBarTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.005em;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 77px;
}

.progressBarProductionCircle 
{
	width: 168px;
    height: 167px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(265deg);
	background: conic-gradient(rgb(232, 234, 237) 52%, transparent 7deg);
}

.progressBarProductionCircle::before 
{
	content: "";
	position: absolute;
	inset: 0px;
	width: 166px;
	height: 166px;
	border-radius: 50%;
	background: conic-gradient(#27A9E1 var(--progress), transparent 0);
}

.progressBarCapacityCircle {
    width: 168px;
    height: 167px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(265deg);
    background: conic-gradient(rgb(232, 234, 237) 52%, transparent 7deg);
}

.progressBarCapacityCircle::before {
    content: "";
    position: absolute;
    inset: 1px;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background: conic-gradient(#27A9E1 var(--progress), transparent 0);
}

.progressBarCircleInner 
{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: white;
	font-weight: bold;
	text-align: center;
	transform: rotate(95deg);
	width: 140px;
	height: 140px;
}

.solarPanelDropdownContainer
{
	background: #FDFDFD;
	border-radius: 15px;
	margin-bottom: 10px;
}

.solarPanelDropdownController
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solarPanelDropdownText
{	
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
	width: calc(60% - 0px);
}

.solarPanelDropdownText p
{
	margin: 0;
}

.solarPanelDropdown
{	
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.005em;
	text-align: left;
	width: calc(40% - 0px);
	
}

.solarPanelDropdown select 
{
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
	height: 50px;
	width: 100%;
	border: 1px solid #d1cecb;
	border-radius: 10px;
	padding-left:15px;
}

.solarPanelDropdown select option 
{
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
}

.updatePrice 
{	
	display: none;
	align-items: center;
	justify-content: center; 
	margin-top: 30px;
}

.updatePriceButton
{
	color: white;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #d1cecb;
	border-radius: 15px;
	background: #3D8B65;
	width: 150px;
	height: 40px;
}

.updatePriceButton:hover 
{
    background: #2E704F;
	color: #f0f0f0;
}