.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-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-active {
    display: block;
  }

  .sale_price_dates_fields {
    display: block !important;

    .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;

    .select2-selection--multiple {
      border: 1px solid rgba(34, 36, 38, 0.15) !important;
    }

    .select2-search--inline .select2-search__field {
      border-width: 0 !important;
    }
  }

  .select2-container--default {
    .select2-results > .select2-results__options {
      max-height: 300px !important;
    }

    .select2-selection--multiple .select2-selection__rendered li {
      word-break: break-word;
      white-space: pre-wrap;
      max-width: 300px;
    }
  }
}

