.budget-input-type {
  	display: none;
}

.budget-label-type {
	margin-bottom: 0;
	display: flex;
	height: 100%;
}

.budget-value-type {
	width: 50%;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}

.budget-type {
	height: 30px;
}

.budget-label {
	height: 37px;
	align-content: center;
}

.budget-label > label {
	margin-bottom: 0px;
}

