@charset "utf-8";

.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked { background-color: rgb(52, 73, 94); border-color: rgb(52, 73, 94); }

.woof_list_label li { margin: 2px; vertical-align: top; display: inline-block !important; }

.woof_list_label .woof_label_term { background-color: rgb(239, 239, 239); border: 1px solid rgb(221, 221, 221); margin: 3px 3px 3px 0px; padding: 3px 4px; line-height: 25px; text-align: center; overflow: hidden; text-decoration: none; cursor: pointer; min-width: 50px; max-width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; }

.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked { background-color: rgb(71, 123, 255); border-color: rgb(71, 123, 255); color: rgb(255, 255, 255); }

.woof_label_count { font-size: 10px; position: absolute; border-radius: 200px; min-width: 17px; height: 17px; text-align: center; margin: 0px; right: 0px; background-color: rgb(239, 239, 239); border: 1px solid rgb(221, 221, 221); color: rgb(71, 123, 255); display: flex; justify-content: center; align-items: center; line-height: 17px !important; font-weight: bold !important; }