#bmi{
	max-width:100%;
	overflow:hidden;
	background-image: url(https://dev1.sndev.ro/wp-content/uploads/2025/05/Path-82_@2x-scaled.png);
	padding-top: 5%;
  padding-bottom: 15%;
	background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#bmi .title_right h2{
	color:#A11E1E;
	
}

#bmi #bmi-calculator{
	
  
	
	max-width:1140px;
	margin:0 auto;
}

#bmi .container_calculator{
	width:60%;
	float:left;
	
	margin-top:4rem;
	border: 2px solid #A11E1E;
  position: relative;
  border-radius: 62px;
  overflow: visible;
}
#bmi .container_calculator form{
	background: #fff;
  position: relative;
  left: 20px;
  bottom: 20px;
  border-radius: 62px;
	background:#fff;
	padding:40px;
}
#bmi .container_calculator form .item{
	margin-bottom:2rem;
}
#bmi .container_calculator form label{
	color:#000000;
	font-weight:bold;
	font-size:20px;
}
.text-aling-center{
	text-align:center;
}
#add_aliment,#calculate-btn{
	padding:10px 30px;
}
#calculate-btn{
	margin-bottom:1rem;
	font-size:2.5rem;
}
#bmi .calcul_calculator{
	    width: 30%;
    float: right;
    background: #A11E1E;
    margin-top: 22px;
    border-radius: 62px;
    text-align: center;
    padding: 9% 6%;
    color: #fff;
}
#bmi .calcul_calculator h2{
	color:#fff;
	font-size:2.5rem;
}
#result-indicator-box{
	font-size:2rem;
}
#bmi .calcul_calculator #result-value-box,
#bmi  #result-carbohidrati,
#bmi  #result-calorii{
	background:#fff;
	padding:5px 10px;
	border-radius:50px;
	color:#000;
	font-size:3rem;
	text-align:center;
	font-weight:bold;
}
#results_calculator_bmi{
	max-width:1140px;
	margin:0 auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
#results_calculator_bmi h2{
	color:#A11E1E;
	font-weight:bold;
	font-size:4rem;
}
.clear{
	clear:both;
}
.calculator_calorii{
	width:65%;
	float:left;
}
#alimente_results{
	width:30%;
	float:right;
}
.remove_aliment{
	border: 2px solid #A11E1E;
    border-radius: 50%;
    color: #A11E1E !important;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 7px;
}
#bmi-results p{
	font-size:2rem;
	margin-bottom:0;
}
@media screen and (max-width: 1200px) {
	#bmi #bmi-calculator{
		max-width:80%;
	}
}
@media screen and (max-width: 1020px) {
	#bmi .container_calculator{
		width:100%;
	}
	#bmi .calcul_calculator{
		width:100%;
		margin-top:4rem;
	}
}
@media screen and (max-width: 798px) {
	.calculator_calorii{
		width:100%;
	}
	#alimente_results{
		width:100%;
		margin-top:4rem;
	}
	#bmi-results{
		padding:0 2rem;
	}
	.bck_roz .title_right h2{
		font-size:3rem;
		line-height:3.5rem;
	}
}

@media screen and (max-width: 700px){
	#bmi{
		background:#f8ece4;
	}
	#results_calculator_bmi h2{
		font-size:3rem;
	}
}


