body * {
  box-sizing: border-box;
}

#happy-primary {
  width: 100%;
}

.happy-hidden {
  display: none !important;
}

.happy-button {
  border-radius: 5px !important;
  padding: 5px 10px !important;
  cursor: pointer;
  line-height: normal;
}
.happy-button.small {
  font-size: 12px !important;
  min-height: 30px !important;
}
.happy-button.normal {
  font-size: 14px !important;
}
.happy-button.big {
  font-size: 16px !important;
}

.happy_loading_animation {
  position: relative;
  transition: all 0s linear, opacity 0.1s ease;
  width: 26px;
  height: 26px;
}
.happy_loading_animation.happy_loading {
  color: transparent !important;
  display: flex;
  cursor: default;
}
.happy_loading_animation.happy_loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.happy_loading_animation.happy_loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-animation: rotation_loading 0.6s linear;
  animation: rotation_loading 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 100%;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 3px;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@keyframes rotation_loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#happy_list_tickets {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  min-height: 100%;
}
#happy_list_tickets .happy_ticket_loading {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 50, 50, 0.6);
  z-index: 999;
}
#happy_list_tickets .happy_ticket_loading .happy_loading_icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation_loading 1s linear infinite;
}
#happy_list_tickets.happy_loading .happy_ticket_loading {
  display: flex;
}
#happy_list_tickets input[type=email],
#happy_list_tickets input[type=date],
#happy_list_tickets input[type=search],
#happy_list_tickets input[type=number],
#happy_list_tickets input[type=text],
#happy_list_tickets input[type=tel],
#happy_list_tickets input[type=url],
#happy_list_tickets input[type=password],
#happy_list_tickets textarea,
#happy_list_tickets select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  outline: none !important;
}
#happy_list_tickets ul, #happy_list_tickets li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#happy_list_tickets .happy_header_list_ticket {
  background-color: #F5F5F5;
  color: #424d57;
  min-height: 100%;
  border-left: none;
  min-width: 280px;
  -webkit-box-flex: 1;
  flex: 1 1 9.09091%;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  color: #424d57;
  letter-spacing: 0.3px;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-title {
  display: flex;
  align-items: center;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-title .happy-icon {
  font-size: 22px;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action a {
  font-size: 22px;
  text-decoration: none;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action .happy-wrap-menu {
  margin-left: 3px;
  font-size: 30px;
  margin-top: 6px;
  position: relative;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action .happy-wrap-menu .happy-dropdown-submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 10px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 6px #ccc;
  padding: 10px;
  width: 180px;
  font-size: 16px;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action .happy-wrap-menu .happy-dropdown-submenu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action .happy-wrap-menu .happy-dropdown-submenu li a {
  font-size: 14px;
  font-weight: 400;
}
#happy_list_tickets .happy_header_list_ticket .happy-title-filter-tickets .happy-action .happy-wrap-menu:hover .happy-dropdown-submenu {
  opacity: 1;
  visibility: visible;
}
#happy_list_tickets .happy_header_list_ticket .happy-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action {
  display: flex;
  flex: 1 0 100%;
  margin: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group {
  padding: 0 10px;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group .input-group-text {
  text-transform: uppercase;
  color: rgba(66, 77, 87, 0.5);
  font-size: 16px;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group .happy-control-field {
  display: flex;
  width: 100%;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group li {
  padding: 10px 0;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group li a.happy-link {
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
  color: #424d57;
  outline: none;
  text-decoration: none;
  transition: color 0.2s ease-in-out 0s;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group li a.happy-link input[type=checkbox] {
  width: 16px;
  height: 16px;
  line-height: 20px;
  margin-right: 5px;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group li a.happy-link.happy_active {
  font-weight: bold;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group.happy-search-tickets {
  margin-top: 15px;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group.happy-search-tickets .happy-control-field {
  display: flex;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #424d57;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #dde2e6;
  background-color: white;
  box-sizing: border-box;
  transition: border 0.2s ease-in-out 0s;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group.happy-search-tickets .happy-control-field .happy-btn-search {
  background: transparent;
  padding: 0 10px;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group.happy-search-tickets .happy-control-field .happy-field-search {
  min-height: 100%;
  border: none;
  box-shadow: none;
  line-height: 1;
  background-color: transparent;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group .happy-btn-clear {
  padding: 6px 16px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  transition-property: opacity, border, color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
  border: 1px solid #4384f5;
  color: #4384f5;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  user-select: none;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-field-group .happy-btn-clear:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #4384f5;
}
#happy_list_tickets .happy_header_list_ticket .happy-row .happy-wrap-action .happy-wrap-filters-group {
  margin: 0;
  padding: 0px 24px 10px 10px;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#happy_list_tickets .happy_wrap_content_list_ticket {
  min-height: 100%;
  min-width: 0;
  -webkit-box-flex: 10;
  flex: 10 1 90%;
  padding: 2px 25px 5px 40px;
  background-color: white;
  /*&.happy_list_ticket_customer {
    justify-content: center;
    align-items: center;

    .happy-wrap-body-list-ticket {
      max-width: 1200px;
      height: auto;
      margin: 50px auto 0;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
  }*/
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_no_data {
  text-align: center;
  font-size: 1.125em;
  margin: 15px 0;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy-title-body-list-ticket {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  background-color: white;
  font-size: 26px;
  font-weight: 400;
  color: #424d57;
  letter-spacing: 0.3px;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy-title-body-list-ticket .happy-btn {
  color: #ffffff;
  background-color: #4384f5;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy-title-body-list-ticket .happy-btn .happy-icon {
  margin-right: 3px;
  font-size: 24px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table {
  display: flex;
  flex-direction: column;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead {
  border-radius: 6px 6px 0 0;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot {
  border-radius: 0 0 6px 6px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action {
  display: none;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action {
  display: flex;
  margin: 0;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group {
  display: flex;
  align-items: center;
  padding: 0 10px;
  flex-direction: row;
  width: auto;
  flex-basis: auto;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .input-group-text,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .input-group-text {
  text-transform: uppercase;
  font-size: 15px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field {
  display: flex;
  padding: 2px 10px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field {
  border-radius: 6px;
  background-color: white;
  display: flex;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field .ticket-bulk-action-dropdown,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field .ticket-bulk-action-dropdown {
  height: 30px;
  font-size: 15px;
  min-height: 30px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #4384F5;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field .happy-btn-bulk-action,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_bulk_action .happy-wrap-bulk-action .happy-field-group .happy-control-field .happy-wrap-bulk-field .happy-btn-bulk-action {
  outline: none !important;
  border: none;
  cursor: pointer;
  min-height: 30px;
  font-size: 15px;
  padding: 5px 10px;
  background-color: #4384F5;
  color: white;
  border-radius: 0 4px 4px 0;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th {
  padding: 15px 10px;
  font-weight: 400;
  text-transform: uppercase;
  flex: 0 0 auto;
  font-size: 13px;
  display: flex;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_check,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_check {
  flex-basis: 20px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_check input,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_check input {
  margin: 0;
  width: 16px;
  height: 16px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_priority_label,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_priority_label {
  flex: 0 0 40px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_author,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_author {
  flex-basis: 160px;
  max-width: 160px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_status,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_status {
  flex: 0 0 70px;
  justify-content: flex-start;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_subject,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_subject {
  flex: 1 1 auto;
  padding-left: 10px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_problem,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_problem {
  flex: 0 0 250px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_thead .happy_th.happy_th_date_modified,
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tfoot .happy_th.happy_th_date_modified {
  flex-basis: 180px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr {
  display: flex;
  width: 100%;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td {
  padding: 8px 10px;
  color: #010701;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #dde2e6;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 20px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_check {
  flex-basis: 30px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_check input {
  margin: 0;
  width: 16px;
  height: 16px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_status {
  flex-basis: 70px;
  justify-content: center;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_priority_label {
  flex-basis: 30px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_author {
  flex-basis: 160px;
  max-width: 160px;
  word-wrap: break-word;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_author a {
  width: 100%;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_subject {
  flex: 1 1 auto;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_subject a {
  text-decoration: none;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_categories {
  flex: 0 0 25%;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_problem {
  flex: 0 0 250px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td.happy_td_date_modified {
  flex-basis: 180px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy-label-priority {
  align-items: center;
  border: none;
  display: inline-flex;
  justify-content: center;
  outline: none;
  position: relative;
  z-index: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  background-image: url("../images/star.png");
  opacity: 0.35;
  cursor: pointer;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy-label-priority.active {
  background-image: url("../images/star_active.png");
  opacity: 0.7;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_icon_status {
  margin-right: 5px;
  display: flex;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_icon_status .happy-tag {
  border-radius: 50%;
  font-size: 12px;
  z-index: 9;
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_icon_status .happy-tag .happy-icon {
  padding: 0;
  margin: 0;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_status {
  margin-right: 5px;
  display: flex;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_status .happy-tag {
  border-radius: 5px;
  font-size: 12px;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_item_subject_wrap .happy_subject_title {
  font-size: 1.1em;
  margin-bottom: 5px;
  display: flex;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_item_subject_wrap .happy_subject_info {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.85em;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_item_subject_wrap .happy_subject_info .happy_date_modified {
  margin-right: 5px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_item_subject_wrap .happy_subject_info .happy_user_modified {
  display: flex;
  align-items: center;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr .happy_td .happy_item_subject_wrap .happy_subject_info .happy_user_modified .happy-author-avatar {
  display: flex;
  margin-right: 2px;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr.no_replied {
  background-color: #FFF9EE;
}
#happy_list_tickets .happy_wrap_content_list_ticket .happy_table .happy_tbody .happy_tr.no_replied .happy_td {
  font-weight: bold;
}

#happy_list_tickets_paginate {
  margin-top: -1px;
  display: flex;
  width: 100%;
}
#happy_list_tickets_paginate .paginate_button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 0.25em 0 0;
  padding: 10px 15px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.happy-row .happy-wrap-action {
  display: flex;
  margin: 0 -10px;
  align-items: end;
  justify-content: flex-end;
}
.happy-row .happy-wrap-action .happy-field-group {
  padding: 0 10px;
  flex-basis: 250px;
  display: flex;
  flex-direction: column;
}
.happy-row .happy-wrap-action .happy-field-group .happy-control-field {
  display: flex;
}
.happy-row .happy-wrap-action .happy-btn,
.happy-row .happy-wrap-action .happy-button {
  display: inline-flex;
  padding: 0 15px;
  min-height: 38px;
  border-radius: 4px;
  line-height: 1;
  align-items: center;
  outline: none !important;
  border: none;
}
.happy-row .happy-wrap-action select,
.happy-row .happy-wrap-action .ViSelect2-container .ViSelect2-selection--single {
  min-height: 38px;
  line-height: 1;
  border: 1px solid #dde2e6;
  border-radius: 4px;
  outline: none !important;
}

.happy_submit_form_error {
  padding: 10px;
  background-color: #ffff008c;
  color: red;
  border: solid 1px red;
  border-radius: 6px;
  font-size: 1.16em;
  text-align: center;
}

.happy_submit_completed {
  padding: 10px;
  color: #2c662d;
  border-radius: 6px;
  font-size: 1.16em;
  text-align: center;
}
.happy_submit_completed i {
  font-size: 1.25em;
  color: #30b430;
}

.happy-wrap-reply-form {
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.happy-wrap-reply-form .happy-button {
  margin: 1em 0 0 0;
}
.happy-wrap-reply-form .happy-the-content-wrapper {
  position: relative;
}
.happy-wrap-reply-form .happy-the-content-wrapper .autocomplete-list {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 0 5px;
  padding: 10px;
  list-style-type: none;
  margin: 0;
}
.happy-wrap-reply-form .happy-the-content-wrapper .autocomplete-list > li {
  margin-left: 0px;
}

.happy-selected-attachments-container {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.happy-selected-attachments-container .happy-selected-image {
  max-width: 128px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
}
.happy-selected-attachments-container .happy-selected-image img {
  width: 100%;
}

.happy-modal-overlay {
  position: fixed;
  opacity: 1;
  z-index: 999999999;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.happy-modal-overlay.happy-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy-modal-overlay .happy-wrap-modal-content {
  max-width: 550px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.happy-modal-overlay .happy-wrap-modal-content .happy-close-modal {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url("../images/icon_sprite.png");
}
.happy-modal-overlay .happy-wrap-modal-content .happy-wrap-modal-form {
  display: none;
}
.happy-modal-overlay .happy-wrap-modal-content .happy-wrap-modal-form.happy-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy-modal-overlay .happy-wrap-modal-content .happy-wrap-modal-loading {
  display: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.happy-modal-overlay .happy-wrap-modal-content .happy-wrap-modal-loading.happy-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.happy-helpdesk-working-hour-offline {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f02022;
  color: white;
}

.happy-helpdesk-working-hour-online {
  display: inline-block;
  padding: 5px 10px;
  background-color: #00a61b;
  color: white;
}

#happy-helpdesk-author-page {
  max-width: 1170px;
  margin: 50px auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-menu {
  width: 150px;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-menu .happy-author-profile .happy-author-avatar img {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px;
  width: 150px;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-menu .happy-author-profile .happy-author-avatar.happy-circle img {
  border-radius: 50%;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-menu .happy-author-profile .happy-author-name {
  font-size: 26px;
  margin: 10px 0;
  width: 100%;
  word-break: break-word;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-menu li {
  list-style: none;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content {
  flex: 0 0 calc(100% - 180px);
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy-entry-title {
  margin-bottom: 10px;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy-author-section p {
  margin-bottom: 10px;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-title {
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-title.happy-active {
  background-color: #00be5f;
  color: #fff;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-title .happy-accordion-icon {
  font-size: 20px;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-content {
  display: none;
  padding: 10px 15px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 5px #ddd;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-content .happy-save-canned {
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
  margin: 25px 0 0 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-content .happy-save-canned.happy-disabled {
  opacity: 0.5;
  cursor: no-drop;
  font-size: 0 !important;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-content .happy-save-canned.happy-disabled:before {
  content: "Loading...";
  font-size: 15px !important;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content .happy_wrap_edit_canned .happy-edit-canned-items .happy-edit-canned-item-content .happy-save-canned-error {
  font-size: 20px;
  color: red;
  text-align: left;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content #happy_list_tickets {
  height: auto;
  min-height: unset;
}
#happy-helpdesk-author-page .happy-helpdesk-author-page-content #happy_list_tickets .happy_wrap_content_list_ticket {
  padding: 2px 0px 5px 0px;
}

#happy-threads {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
#happy-threads .happy-wrap-list-tickets {
  box-sizing: border-box;
  border-left: none;
  min-width: 0;
  -webkit-box-flex: 3;
  flex: 3 1 75%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container {
  display: flex;
  flex: 0 0 70px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #dde2e6;
  background-color: white;
  align-items: center;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-previous-link .happy-previous-button {
  font-size: 16px;
  cursor: pointer;
  height: 100%;
  color: #424d57;
  text-decoration: none;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0px;
  padding: 0px 17px;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container h2 {
  margin: 0;
  font-size: 28px;
  width: 100%;
  text-align: center;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-reply-link {
  margin-right: 10px;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-reply-link .happy_show_form_reply {
  text-decoration: none;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-reply-link .happy_show_form_reply svg {
  width: 22px;
  fill: #4384f5;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-closed-link {
  margin-right: 17px;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-closed-link .happy-closed-button {
  text-decoration: none;
}
#happy-threads .happy-wrap-list-tickets .happy-subject-container .happy-closed-link .happy-closed-button svg {
  width: 22px;
  fill: #ef1b1b;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container {
  flex: 1 1 auto;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container::-webkit-scrollbar {
  width: 7px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-top: 2px;
  margin-bottom: 2px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 3px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body {
  overflow: auto;
  width: 100%;
  max-width: 750px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item {
  margin: 30px 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-header {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.43em;
  min-height: 1.43em;
  background: #E6E6E6;
  color: #424d57;
  padding: 12px;
  border-radius: 8px 8px 0 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-header .happy-reply-info .happy-author-role {
  padding: 3px 5px;
  font-size: 11px;
  background-color: #10C810;
  color: white;
  border-radius: 10px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-header .happy-meta {
  display: flex;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-header .happy-meta .happy-reply-actions .happy-reply-edit-link {
  font-size: 16px;
  text-decoration: none;
  margin-left: 6px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-content {
  font-size: 15px;
  font-style: normal;
  line-height: 1.33;
  padding: 12px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dde2e6;
  border-image: initial;
  border-radius: 0 0 8px 8px;
  overflow: auto;
  overflow-wrap: break-word;
  color: #424d57;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-content .happy-reply-attachments h6 {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-content .happy-reply-attachments .happy-list-attachments {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-content .happy-reply-attachments .happy-list-attachments .happy-attachment {
  margin-right: 5px;
  box-shadow: 0 0 10px #c4c4c4;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-container .happy-replies-body .happy-reply-item .happy-reply-content .happy-reply-attachments .happy-list-attachments .happy-attachment img {
  max-width: 90px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container {
  position: relative;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy_hide_form_reply {
  position: absolute;
  cursor: pointer;
  top: -37px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
  margin: 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
  border-radius: 4px 4px 0 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy_hide_form_reply::before {
  content: "";
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-replies-form-content {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 0;
  overflow: hidden;
  transition: all ease 0.3s;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container.happy_show .happy-replies-form-content {
  height: 600px;
  overflow: auto;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container #happy-form-reply-ticket {
  width: 100%;
  max-width: 750px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form {
  padding: 10px;
  border: 1px solid #bcc6d0;
  border-radius: 8px;
  transition: background-color 0.2s ease 0s;
  background-color: #ffffff;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .wp-editor-container {
  border: none;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .wp-editor-container .quicktags-toolbar {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #ffffff;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .wp-editor-container .quicktags-toolbar .ed_button {
  background-color: transparent;
  color: rgba(66, 77, 87, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 rgba(0, 0, 0, 0.7);
  min-height: unset !important;
  line-height: 1.15;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .wp-editor-container #happy_reply_content {
  min-height: 130px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment {
  width: 100%;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment .happy_upload_button {
  margin: 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
  outline: none;
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 5px 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-attachment-url-field-item {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #bcc6d0;
  border-radius: 6px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-attachment-url-field-item label {
  background-color: #e5e5e5;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  border-radius: 6px 0 0 6px;
  margin: 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-attachment-url-field-item .happy_attachments_url {
  flex: 1 0 auto;
  padding: 10px;
  border: none !important;
  border-radius: 0 6px 6px 0;
  transition: background-color 0.2s ease 0s;
  background-color: #ffffff;
  height: 40px;
  outline: none !important;
  width: auto;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-attachment-url-field-item .happy-add-more-url {
  font-size: 35px;
  padding: 5px 10px;
  height: 40px;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #4384f5;
  opacity: 0;
  visibility: hidden;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-attachment-url-field-item .happy-add-more-url.happy-show {
  opacity: 1;
  visibility: visible;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-delete-url {
  font-size: 21px;
  padding: 5px 10px;
  color: red;
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .happy-attachment-url-field .happy-delete-url.happy-show {
  opacity: 1;
  visibility: visible;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-wrap-attachments .happy-attachments-form .happy-wrap-btn-attachment-url-field .wrap-attachment-error {
  width: 100%;
  color: #f20b0b;
  font-size: 15px;
  margin: -10px 0 5px 0;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-submit-wrapper .happy-canned-wrapper .happy-choose-canned {
  border: 1px solid #bcc6d0;
  border-radius: 6px;
  transition: background-color 0.2s ease 0s;
  background-color: #ffffff;
  height: 37px;
  outline: none;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-submit-wrapper .happy-submit-reply {
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
  margin: 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-submit-wrapper .happy-submit-reply.happy-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#happy-threads .happy-wrap-list-tickets .happy-replies-form-container .happy-wrap-reply-form .happy-form-error-wraps {
  color: #f20b0b;
  font-size: 15px;
}
#happy-threads .happy-wrap-list-tickets .happy-ticket-closed {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}
#happy-threads .happy-wrap-action {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
#happy-threads .happy-wrap-action h2, #happy-threads .happy-wrap-action h3, #happy-threads .happy-wrap-action h4 {
  margin: 0;
}
#happy-threads .happy-wrap-action ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#happy-threads .happy-wrap-action li {
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#happy-threads .happy-wrap-action li span.happy_label_detail {
  font-weight: bold;
  margin-right: 2px;
  /*font-size: 15px;*/
}
#happy-threads .happy-wrap-action .happy-row {
  padding: 16px 40px 16px 40px;
}
#happy-threads .happy-wrap-action .happy-field-group {
  flex: 1 0 auto;
  width: 100%;
  padding: 0 0 16px;
}
#happy-threads .happy-wrap-action .happy-field-group .happy-ticket-update {
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
  margin: 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
  width: 120px;
  text-align: center;
  justify-content: center;
}
#happy-threads.happy_hidden_detail_content .happy-wrap-list-tickets {
  flex: 1 0 100%;
  animation: 0.2s ease;
}
#happy-threads.happy_hidden_detail_content .happy-wrap-detail-content {
  flex: 0 0 0;
  animation: 0.2s ease;
}
#happy-threads.happy_hidden_detail_content .happy-wrap-detail-content .happy-button-toggle-detail-content {
  transform: rotate(180deg);
}

#happy-form-edit-reply .happy-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}
#happy-form-edit-reply .happy-submit-wrapper .happy-canned-wrapper {
  flex: 1 0 100%;
  margin-bottom: 10px;
}
#happy-form-edit-reply .happy-submit-wrapper .happy-submit-reply {
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
  margin: 0;
  font-size: 15px !important;
  padding: 10px 16px !important;
  line-height: 1;
  text-transform: none;
  height: auto;
  min-height: auto;
}

.happy-wrap-detail-content {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  background: #F5F5F5;
  min-width: 320px;
  -webkit-box-flex: 1;
  flex: 1 1 25%;
}
.happy-wrap-detail-content .happy-button-toggle-detail-content {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -40px;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  font-size: 25px;
  border-radius: 4px;
  background-color: #F5F5F5;
  z-index: 20;
  transform: translateY(-50%);
}
.happy-wrap-detail-content .happy-row.happy-detail-title {
  height: 70px;
  padding: 0 40px !important;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.happy-wrap-detail-content .happy-row.happy-detail-title h3 {
  font-size: 28px;
  font-weight: 400;
}
.happy-wrap-detail-content .happy-row .happy-ticket-info h4,
.happy-wrap-detail-content .happy-row .happy-ticket-tools h4 {
  margin: 0 0 12px 0 !important;
  font-size: 23px;
  font-weight: bold;
}
.happy-wrap-detail-content .happy-row .happy-ticket-info select,
.happy-wrap-detail-content .happy-row .happy-ticket-info .ViSelect2-container .ViSelect2-selection--single,
.happy-wrap-detail-content .happy-row .happy-ticket-tools select,
.happy-wrap-detail-content .happy-row .happy-ticket-tools .ViSelect2-container .ViSelect2-selection--single {
  min-height: 35px;
  line-height: 1;
  border: 1px solid #4384F5;
  border-radius: 4px;
  outline: none !important;
}
.happy-wrap-detail-content .happy-tag {
  border-radius: 10px;
  font-size: 12px;
  padding: 3px 10px;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy-wrap-detail-content .happy-tag .happy-icon {
  padding: 0;
  margin: 0 5px 0 0;
}

.happy-list-kb {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.happy-list-kb li {
  margin-left: 0 !important;
  margin-bottom: 10px;
  list-style: none;
  line-height: 25px;
  position: relative;
}
.happy-list-kb li .happy-kb-category {
  margin: 5px 0 0 0;
  display: block;
  color: #9b9a9a;
}

.happy-pagination {
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  padding: 0;
}
.happy-pagination .happy-pagination-count {
  border: 1px solid transparent;
  font-size: 85%;
  flex: 0 0 50%;
}
.happy-pagination .happy-pagination-links {
  list-style: none;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}
.happy-pagination .happy-pagination-links a {
  display: block;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none;
}
.happy-pagination .happy-pagination-links .page-numbers {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  border: none;
}
.happy-pagination .happy-pagination-links .page-numbers.current {
  cursor: default;
  display: block;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  opacity: 0.8;
}
.happy-pagination .happy-pagination-links .page-numbers:not(.current):hover {
  opacity: 0.8;
  border: 1px solid #ddd;
}
.happy-pagination .happy-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

.bog {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.happy-problem-submit-button {
  font-weight: normal;
}
.happy-problem-submit-button:focus {
  border: none;
  outline: unset;
}

/*Authentication form*/
.happy-auth-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.happy-auth-container .auth-inner-container {
  width: 100%;
  max-width: 700px;
}
.happy-auth-container .auth-inner-container .happy-login-form {
  display: flex;
  flex-direction: column;
}
.happy-auth-container .auth-inner-container .happy-login-form input:not([type=checkbox]) {
  min-height: 40px;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 10px;
  outline: none;
}
.happy-auth-container .auth-inner-container .happy-login-form .happy-checkbox-container {
  display: flex;
  align-items: center;
}
.happy-auth-container .auth-inner-container .happy-login-form .happy-button-login {
  min-height: 40px;
  border: 1px solid silver;
  margin-top: 10px;
  outline: none;
}
.happy-auth-container .auth-inner-container .happy-auth-links {
  display: flex;
  justify-content: space-between;
}

#happy-notfound-template {
  position: relative;
  height: 100vh;
}
#happy-notfound-template .happy-notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 710px;
  width: 100%;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
#happy-notfound-template .happy-notfound .happy-notfound-404 h2 {
  color: #00b5c3;
  font-size: 157px;
  letter-spacing: 13.5px;
  margin: 0;
  font-weight: 900;
  white-space: nowrap;
}
#happy-notfound-template .happy-notfound h3 {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0;
}
#happy-notfound-template .happy-notfound p {
  font-family: raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
#happy-notfound-template .happy-notfound a {
  font-family: raleway, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#happy-notfound-template .happy-notfound a:hover {
  color: #fff;
  background-color: #00b5c3;
}

@media (max-width: 640px) {
  #happy-helpdesk-my-tickets-page {
    display: block;
  }

  .happy-row .happy-wrap-action {
    flex-direction: column;
  }
  .happy-row .happy-wrap-action .happy-field-group {
    flex: unset;
    width: 100%;
  }

  #happy-threads ul.happy-replies li.happy-replies-body .happy_reply_content .hentry {
    flex-direction: column;
    align-items: flex-start;
  }
  #happy-threads ul.happy-replies li.happy-replies-body .happy_reply_content .hentry .happy-reply-author {
    width: 100%;
    flex: 100%;
    text-align: left;
    display: flex;
  }
  #happy-threads ul.happy-replies li.happy-replies-body .happy_reply_content .hentry .happy-reply-author .happy-author-role {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .happy-notfound {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .happy-notfound .happy-notfound-404 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
}
.ViSelect2-container--default .ViSelect2-selection--multiple {
  border: 1px solid #4384F5;
}
.ViSelect2-container--default .ViSelect2-selection--multiple .ViSelect2-selection__rendered {
  padding: 5px !important;
  min-height: 35px;
}
.ViSelect2-container--default .ViSelect2-selection--multiple .ViSelect2-selection__rendered li.ViSelect2-search {
  margin: 0;
  padding: 0 3px;
  width: 100%;
}
.ViSelect2-container--default .ViSelect2-selection--multiple .ViSelect2-selection__rendered li.ViSelect2-search .ViSelect2-search__field {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.ViSelect2-container--default .ViSelect2-selection--multiple .ViSelect2-selection__rendered li.ViSelect2-selection__choice {
  margin: 0 6px 6px 0 !important;
  padding: 3px !important;
  font-size: 13px;
  line-height: 1.125;
  color: #ffffff;
  border: 1px solid #4384f5;
  background-color: #4384f5;
}
.ViSelect2-container--default .ViSelect2-selection--multiple .ViSelect2-selection__rendered li.ViSelect2-selection__choice .ViSelect2-selection__choice__remove {
  color: #ffffff;
}

.ViSelect2-results__option[aria-selected] {
  cursor: pointer;
  font-size: 14px;
  padding: 0 5px !important;
}

/*# sourceMappingURL=frontend.css.map */
