
.calu{
    /* border: 1px solid #000; */
    font-family: Arial;
    font-size: 13px;
    padding: 11px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}	
	
.header {
	height: 41px;
	background-color: #e60909;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
}
.result{
	height: 76px;
	background-color: #6a5f5f;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 21px;
	}

.form{
	padding: 10px;
	}
	
.form select{
	width: 100%;
	height: 40px
}

.form-group{
	padding: 0px;
}

.form-group input{
	margin: 5px
}
.button{
	text-align: center;
	margin-bottom: 10px;
	}
	
input[type='radio']{
	accent-color: #e60909;
}

input[type='button']{
	padding: 3px;
	width: 142px;
	color: #fff;
	background-color: #e60909;
	border: none;
	}
	
	
.options{
	background-color:#d6c2c2;
	padding: 8px;
	height: 76px;
	line-height: 19px;
}
	
		
