.star input {
	border: 0;
	outline: 0;
	border-bottom: 1px solid grey;
	border-radius: 0;
}

.star input:focus {
	box-shadow: none;
	border-color: inherit;
}

.star button {
	border-style: none;
	color: white;
}

.star button:active {
	position: relative;
	top: 1px;
}
.star button:focus {
	outline: none;
}
.star button.dropdown-item {
	color: initial;
}

.star .custom-control-input:checked ~ .custom-control-label::before {
	border-color: red;
	background-color: red;
}

.star .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
	border: #adb5bd solid 1px;
}

.star .custom-checkbox .custom-control-label::before {
	border-radius: 0px;
}
