.MuiInput-root:before{
	border-bottom: 0px!important;
}

.MuiInput-root:after {
	border-bottom:2px solid var(--body-color)!important;
}

.MuiAutocomplete-popper{
	min-width: 10em;
	max-width:100%;
}

.MuiAutocomplete-inputRoot {
	background-color: #d0cbbf;
}

.MuiAutocomplete-option[aria-selected="true"]{
	background-color: #ebebeb !important;
}

.Mui-focused{
	color: black !important;
}

.MuiInput-root:after{
	border-bottom: 0px;
}

.MuiInput-root:hover:not(.Mui-disabled):before{
	border-bottom: 0px;
}

.MuiInputLabel-root{
	color: var(--body-color)!important;
	font-family:'font-regular', Arial, sans-serif!important;
	font-size:14px!important;
	z-index: 1;
	margin-left: 5px;
}

.MuiAutocomplete-tag {
	margin: 0px 2px;
}

.MuiToggleButton-root{
	opacity: 0.5;
	border: 0px;
}

.MuiCheckbox-root:hover {
	background-color: #fff!important;
}

.MuiCheckbox-root {
	margin-right:10px!important;
}

.MuiCheckbox-root.Mui-checked {
	color:black !important;

}

.MuiToggleButton-root:hover{
	opacity: 1;
}

.MuiToggleButton-root:hover:after, .Mui-selected:after {
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-color: black;
}

.Mui-selected{
	opacity: 1;
}

.MuiAutocomplete-popupIndicator {
	padding:0!important;
}


.MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option {
	font-family: 'font-regular', Arial, sans-serif!important;
	padding-right:25px!important;
}

.MuiChip-label {
	font-family:'font-regular', Arial, sans-serif!important;
}