.helpdesk-tabular-menu {
  display: flex;
  padding: 12px 12px 0 12px;
  border-bottom: 1px solid #bbb;
}

.helpdesk-tab-item {
  padding: 6px 12px;
  margin-bottom: -1px;
  cursor: pointer;
}
.helpdesk-tab-item.helpdesk-active {
  font-weight: bold;
  border: 1px solid #bbb;
  border-bottom-color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.helpdesk-tab-content {
  display: none;
}
.helpdesk-tab-content.helpdesk-active {
  display: block;
}
.helpdesk-tab-content .sale_price_dates_fields {
  display: block !important;
}
.helpdesk-tab-content .sale_price_dates_fields .short:first-of-type {
  margin-bottom: 0 !important;
}

/* Ticket category WooCommerce Select2 (admin) */
body.happy_page_happy-helpdesk-ticket-categories .select2-container {
  width: 100% !important;
}
body.happy_page_happy-helpdesk-ticket-categories .select2-container .select2-selection--multiple {
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
}
body.happy_page_happy-helpdesk-ticket-categories .select2-container .select2-search--inline .select2-search__field {
  border-width: 0 !important;
}
body.happy_page_happy-helpdesk-ticket-categories .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}
body.happy_page_happy-helpdesk-ticket-categories .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  word-break: break-word;
  white-space: pre-wrap;
  max-width: 300px;
}

/*# sourceMappingURL=product-edit.css.map */
