td.icon-output {
	text-align: center;
	vertical-align: middle;
	color: #475467;
}
td.icon-output svg {
	height: 24px;
	width: auto;
	fill: currentColor;
}
td.icon-output i {
	font-size: 20px;
}

.hbfwc-admin-oooyee .tablenav .tablenav-pages {
	float: none !important;
	margin: 0 0 9px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}
.hbfwc-admin-oooyee .tablenav .tablenav-pages > * {
	display: inline-block;
	vertical-align: baseline;
	min-width: 24px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-align: center;
}
.hbfwc-admin-oooyee .tablenav .tablenav-pages > a {
	text-decoration: none;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(33,33,33, 0.06);
	border-radius: 2px;
}
.hbfwc-admin-oooyee .tablenav .tablenav-pages > .total__amenities {
	padding-right: 10px;
}

#hbfwc-icon-output label {
	float: none !important;
	margin-left: 0 !important;
}

div#hbfwc-icon-output {
	display: flex;
	width: 100%;
	height: 200px;
	overflow:auto;
	flex-flow: row;
	gap: 0;
	flex-wrap: wrap;
	margin: 0;
	padding: 1px 1px 1px 1px;
}
div#hbfwc-icon-output>div {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0 1px #eaeaea;
}
div#hbfwc-icon-output label{
	box-sizing: border-box;
	float: none !important;
	margin: 0 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
div#hbfwc-icon-output label:hover {
	background-color: #f5f5f5;
}
div#hbfwc-icon-output input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
div#hbfwc-icon-output label i {
	font-size: 24px;
	font-weight: normal;
}
div#hbfwc-icon-output input[type="radio"]:checked + label {
	background-color: #A5D2E7;
}