body.hh-ca-page {
  background: #0e1120;
}

.hh-ca-hero {
  position: relative;
  padding: 52px 0 34px;
  background:
    radial-gradient(760px 340px at 10% -20%, rgba(124, 58, 237, 0.3), transparent 65%),
    radial-gradient(620px 300px at 90% -10%, rgba(6, 182, 212, 0.12), transparent 60%),
    linear-gradient(180deg, #10142b, #121524);
  border-bottom: 1px solid rgba(124, 58, 237, 0.25);
}
.hh-ca-hero .pageheader,
.hh-ca-hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
.hh-ca-hero h1 {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  animation: none;
}
.hh-ca-hero h1 small {
  display: inline-block;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 500;
}
.hh-ca-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 0.85rem;
}
.hh-ca-hero .breadcrumb .breadcrumb-item,
.hh-ca-hero .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.45);
}
.hh-ca-hero .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.hh-ca-hero .breadcrumb .breadcrumb-item a:hover {
  color: #d4baff;
}
.hh-ca-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .hh-ca-hero {
    padding: 30px 0 24px;
  }
  .hh-ca-hero h1 {
    font-size: 1.6rem;
  }
}

.hh-ca {
  color: rgba(255, 255, 255, 0.85);
}
.hh-ca a {
  color: #c4b5fd;
}
.hh-ca a:hover,
.hh-ca a:focus {
  color: #ddd0ff;
  text-decoration: none;
}
.hh-ca .text-muted,
.hh-ca small.text-muted,
.hh-ca .text-secondary {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hh-ca hr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hh-ca h1,
.hh-ca h2,
.hh-ca h3,
.hh-ca h4,
.hh-ca h5,
.hh-ca h6 {
  color: #fff;
}

.hh-ca .card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  margin-bottom: 20px;
}
.hh-ca .card-header {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(147, 51, 234, 0.05));
  border-bottom: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px 14px 0 0;
  padding: 14px 20px;
  color: #fff;
}
.hh-ca .card-header .card-title,
.hh-ca .card-title {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.hh-ca .card-body {
  padding: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.hh-ca .card-footer {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 20px;
  border-radius: 0 0 14px 14px;
}
.hh-ca .card-footer:empty {
  display: none;
}
.hh-ca .card-footer:has(> .btn-view-more.disabled) {
  display: none;
}
.hh-ca .card-footer:has(.col-button-left, .col-button-right) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hh-ca .card-footer .col-button-left,
.hh-ca .card-footer .col-button-right {
  float: none !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.hh-ca .card-accent-primary,
.hh-ca .card-accent-info,
.hh-ca .card-accent-blue {
  box-shadow: inset 3px 0 0 #7c3aed, 0 10px 30px rgba(0, 0, 0, 0.22);
}
.hh-ca .card-accent-success,
.hh-ca .card-accent-green {
  box-shadow: inset 3px 0 0 #38e08a, 0 10px 30px rgba(0, 0, 0, 0.22);
}
.hh-ca .card-accent-warning,
.hh-ca .card-accent-yellow,
.hh-ca .card-accent-orange {
  box-shadow: inset 3px 0 0 #f5b544, 0 10px 30px rgba(0, 0, 0, 0.22);
}
.hh-ca .card-accent-danger,
.hh-ca .card-accent-red {
  box-shadow: inset 3px 0 0 #ef4444, 0 10px 30px rgba(0, 0, 0, 0.22);
}

.hh-ca .tiles .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 16px;
  margin: 0;
}
.hh-ca .tiles .row > [class*="col-"] {
  max-width: none;
  flex: none;
  width: auto;
  padding: 0;
}
.hh-ca .tiles .card {
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.hh-ca .tiles .card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}
.hh-ca .tiles .media {
  align-items: center;
}
.hh-ca .tiles .media-body {
  min-width: 0;
}
.hh-ca .tiles .value {
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.hh-ca .tiles .value.money {
  font-size: 1.02rem;
  white-space: nowrap;
  letter-spacing: -0.2px;
}
.hh-ca .tiles .title {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.hh-ca .tiles .media > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px !important;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.55rem;
  opacity: 1;
}
.hh-ca .green { color: #38e08a; }
.hh-ca .aqua { color: #22d3ee; }
.hh-ca .yellow { color: #f5b544; }
.hh-ca .red { color: #ff6b6b; }
.hh-ca .blue { color: #7c9dff; }
.hh-ca .tiles i.green { color: #38e08a; background: rgba(56, 224, 138, 0.12); }
.hh-ca .tiles i.aqua { color: #22d3ee; background: rgba(34, 211, 238, 0.12); }
.hh-ca .tiles i.yellow { color: #f5b544; background: rgba(245, 181, 68, 0.12); }
.hh-ca .tiles i.red { color: #ff6b6b; background: rgba(255, 107, 107, 0.12); }
.hh-ca .tiles i.blue { color: #7c9dff; background: rgba(124, 157, 255, 0.12); }

.hh-ca .list-group,
.hh-ca .list-group-flush {
  background: transparent;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.hh-ca .list-group-item {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
}
.hh-ca .list-group-item-action {
  color: rgba(255, 255, 255, 0.82);
  transition: background 0.14s ease, color 0.14s ease;
}
.hh-ca .list-group-item-action:hover,
.hh-ca .list-group-item-action:focus {
  background: rgba(124, 58, 237, 0.12);
  color: #fff;
}
.hh-ca .list-group-item.active,
.hh-ca .list-group-item-action.active {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.35);
  color: #fff;
}
.hh-ca .list-group-item.disabled {
  color: rgba(255, 255, 255, 0.35);
  background: transparent;
}
.hh-ca .list-group-item i {
  color: #a78bfa;
}
.hh-ca .list-group-item.active i {
  color: #fff;
}

.hh-ca .sidebar .card-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
}
.hh-ca .card-sidebar .card-header {
  padding: 13px 18px;
}
.hh-ca .card-sidebar .card-title {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25;
}
.hh-ca .card-sidebar .card-title > i:first-child {
  flex: 0 0 auto;
}
.hh-ca .card-minimise {
  margin-left: auto;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.hh-ca .sidebar-menu-item-wrapper {
  display: flex;
  align-items: center;
}
.hh-ca .sidebar-menu-item-icon {
  width: 20px;
  color: #a78bfa;
  margin-right: 6px;
}
.hh-ca .list-group-item.active .sidebar-menu-item-icon {
  color: #fff;
}

.hh-ca .table,
.hh-ca table.table-list {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}
.hh-ca .table thead th {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.14);
  border-top: none;
  border-bottom-width: 1px;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 14px;
}
.hh-ca .table td {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  padding: 13px 14px;
}
.hh-ca .table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hh-ca .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.02);
}
.hh-ca .table-hover tbody tr:hover,
.hh-ca table.table-list tbody tr:hover {
  color: #fff;
  background: rgba(124, 58, 237, 0.08);
}
.hh-ca table.table-list tbody tr {
  cursor: pointer;
}
.hh-ca .table td a,
.hh-ca .table td strong {
  color: #fff;
}
.hh-ca .table td a:hover {
  color: #d4baff;
}
.hh-ca #tableLoading {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.55);
}
.hh-ca #tableLoading i {
  color: #a78bfa;
}
.hh-ca .table-container {
  overflow-x: auto;
}

.hh-ca .dataTables_wrapper {
  color: rgba(255, 255, 255, 0.7);
}
.hh-ca .dataTables_filter input,
.hh-ca .dataTables_length select {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: #fff;
  padding: 7px 12px;
  box-shadow: none;
}
.hh-ca .dataTables_filter input:focus,
.hh-ca .dataTables_length select:focus {
  border-color: #7c3aed;
  outline: none;
}
.hh-ca .dataTables_length select option {
  background: #232739;
  color: #fff;
}
.hh-ca .dataTables_info,
.hh-ca .dataTables_length,
.hh-ca .dataTables_filter {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  padding: 10px 0;
}
.hh-ca .dataTables_paginate .paginate_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  margin: 0 2px;
  padding: 0 10px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}
.hh-ca .dataTables_paginate .paginate_button:hover {
  border-color: rgba(124, 58, 237, 0.6) !important;
  background: rgba(124, 58, 237, 0.16) !important;
  color: #fff !important;
}
.hh-ca .dataTables_paginate .paginate_button.current {
  border-color: rgba(124, 58, 237, 0.7) !important;
  background: rgba(124, 58, 237, 0.35) !important;
  color: #fff !important;
}
.hh-ca .dataTables_paginate .paginate_button.disabled {
  opacity: 0.4;
  cursor: default;
}
.hh-ca .view-filter-btns .list-group {
  gap: 8px;
}
.hh-ca .view-filter-btns .list-group-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
}
.hh-ca .view-filter-btns .list-group-item:hover {
  border-color: rgba(124, 58, 237, 0.5);
  background: rgba(124, 58, 237, 0.1);
  color: #fff;
}
.hh-ca .view-filter-btns .list-group-item.active {
  border-color: rgba(124, 58, 237, 0.7);
  background: rgba(124, 58, 237, 0.2);
  color: #fff;
}
.hh-ca .view-filter-btns .sidebar-menu-item-wrapper {
  width: 100%;
}
.hh-ca .view-filter-btns .sidebar-menu-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.hh-ca .view-filter-btns .sidebar-menu-item-icon {
  flex: 0 0 auto;
  font-weight: 900;
  font-size: 0.66rem;
  color: #6d7180;
}
.hh-ca .view-filter-btns .badge {
  margin-left: auto;
  float: none;
  min-width: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  text-align: center;
}
.hh-ca .view-filter-btns [menuitemname="Active"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Paid"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Answered"] .sidebar-menu-item-icon {
  color: #38e08a;
}
.hh-ca .view-filter-btns [menuitemname="Pending"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Unpaid"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Open"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Draft"] .sidebar-menu-item-icon {
  color: #f5b544;
}
.hh-ca .view-filter-btns [menuitemname="Suspended"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Overdue"] .sidebar-menu-item-icon {
  color: #ff8a4c;
}
.hh-ca .view-filter-btns [menuitemname="Terminated"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Cancelled"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Closed"] .sidebar-menu-item-icon,
.hh-ca .view-filter-btns [menuitemname="Refunded"] .sidebar-menu-item-icon {
  color: #ff6b6b;
}

.hh-ca .label,
.hh-ca .badge {
  display: inline-block;
  padding: 0.36em 0.8em;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.hh-ca .label.status,
.hh-ca .label.status-active,
.hh-ca .label-success,
.hh-ca .label.status-paid,
.hh-ca .label.status-completed,
.hh-ca .label.status-accepted,
.hh-ca .label.status-answered {
  background: rgba(56, 224, 138, 0.14);
  border: 1px solid rgba(56, 224, 138, 0.4);
  color: #7ff0ae;
}
.hh-ca .label.status-pending,
.hh-ca .label-warning,
.hh-ca .label.status-unpaid,
.hh-ca .label.status-open,
.hh-ca .label.status-draft,
.hh-ca .label.status-onhold,
.hh-ca .label.status-customer-reply,
.hh-ca .label.status-in-progress {
  background: rgba(245, 181, 68, 0.14);
  border: 1px solid rgba(245, 181, 68, 0.42);
  color: #f8cd7f;
}
.hh-ca .label.status-suspended,
.hh-ca .label.status-overdue {
  background: rgba(255, 138, 76, 0.14);
  border: 1px solid rgba(255, 138, 76, 0.42);
  color: #ffb488;
}
.hh-ca .label.status-terminated,
.hh-ca .label.status-cancelled,
.hh-ca .label.status-fraud,
.hh-ca .label.status-closed,
.hh-ca .label-danger,
.hh-ca .label.status-refunded {
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.42);
  color: #ff9d9d;
}
.hh-ca .label-info,
.hh-ca .label.status-expired {
  background: rgba(34, 211, 238, 0.14);
  border: 1px solid rgba(34, 211, 238, 0.4);
  color: #7ee3f5;
}
.hh-ca .label-default,
.hh-ca .label-placeholder,
.hh-ca .label-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
}
.hh-ca .label-placeholder {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85);
}
.hh-ca .badge {
  background: rgba(124, 58, 237, 0.22);
  color: #d4baff;
}
.hh-ca .badge-success {
  background: rgba(56, 224, 138, 0.18);
  color: #7ff0ae;
}
.hh-ca .badge-danger {
  background: rgba(239, 68, 68, 0.18);
  color: #ff9d9d;
}
.hh-ca .badge-warning {
  background: rgba(245, 181, 68, 0.18);
  color: #f8cd7f;
}
.hh-ca .badge-info {
  background: rgba(34, 211, 238, 0.18);
  color: #7ee3f5;
}

.hh-ca .div-service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  margin-bottom: 10px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.hh-ca .div-service-item:hover {
  border-color: rgba(124, 58, 237, 0.45);
  background: rgba(124, 58, 237, 0.06);
}
.hh-ca .div-service-status {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}
.hh-ca .div-service-name {
  flex: 1 1 auto;
  min-width: 0;
}
.hh-ca .div-service-name .font-weight-bold {
  display: block;
  color: #fff;
}
.hh-ca .div-service-name .text-domain {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}
.hh-ca .div-service-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.hh-ca .product-status {
  text-align: center;
  padding: 22px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
}
.hh-ca .product-status .fa-stack {
  margin-bottom: 8px;
}
.hh-ca .product-status .fa-stack .fa-circle {
  color: rgba(124, 58, 237, 0.25);
}
.hh-ca .product-status .fa-stack .fa-inverse {
  color: #c4b5fd;
}
.hh-ca .product-status-active .fa-stack .fa-circle {
  color: rgba(56, 224, 138, 0.22);
}
.hh-ca .product-status-active .fa-stack .fa-inverse {
  color: #7ff0ae;
}
.hh-ca .product-status-suspended .fa-stack .fa-circle {
  color: rgba(255, 138, 76, 0.22);
}
.hh-ca .product-status-terminated .fa-stack .fa-circle,
.hh-ca .product-status-cancelled .fa-stack .fa-circle,
.hh-ca .product-status-fraud .fa-stack .fa-circle {
  color: rgba(239, 68, 68, 0.22);
}
.hh-ca .product-status h3 {
  color: #fff;
  margin-top: 6px;
}
.hh-ca .product-status h4 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}
.hh-ca .product-status-text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.75);
}
.hh-ca .product-details h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 14px 0 2px;
}

.hh-ca .nav-tabs {
  border-bottom: 1px solid rgba(124, 58, 237, 0.28);
  gap: 4px;
}
.hh-ca .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.hh-ca .nav-tabs .nav-link {
  border: none;
  border-radius: 10px 10px 0 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding: 11px 18px;
}
.hh-ca .nav-tabs .nav-link:hover {
  color: #fff;
  background: rgba(124, 58, 237, 0.1);
}
.hh-ca .nav-tabs .nav-link.active {
  color: #fff;
  background: rgba(124, 58, 237, 0.14);
  border-bottom: 2px solid #a78bfa;
}
.hh-ca .nav-tabs .nav-link i {
  color: #a78bfa;
}
.hh-ca .tab-content {
  padding-top: 18px;
}

.hh-ca .form-control,
.hh-ca select.form-control,
.hh-ca textarea.form-control,
.hh-ca .field.form-control,
.hh-ca input.field,
.hh-ca select.field,
.hh-ca .custom-select {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
}
.hh-ca .form-control {
  height: 46px;
}
.hh-ca textarea.form-control {
  height: auto;
  min-height: 110px;
}
.hh-ca .form-control:focus,
.hh-ca select.form-control:focus,
.hh-ca .custom-select:focus,
.hh-ca .field:focus {
  background: rgba(0, 0, 0, 0.3);
  border-color: #7c3aed;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.hh-ca .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.hh-ca select option {
  background: #232739;
  color: #fff;
}
.hh-ca label,
.hh-ca .col-form-label,
.hh-ca .control-label {
  color: rgba(255, 255, 255, 0.72);
}
.hh-ca .form-text,
.hh-ca .help-block,
.hh-ca .field-help-text {
  color: rgba(255, 255, 255, 0.45);
}
.hh-ca .input-group-text {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
}
.hh-ca .custom-file-label {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  height: 46px;
  line-height: 30px;
  border-radius: 10px;
}
.hh-ca .custom-file-label::after {
  background: rgba(124, 58, 237, 0.25);
  color: #fff;
  border-radius: 0 10px 10px 0;
}
.hh-ca .is-invalid,
.hh-ca .form-control.error {
  border-color: rgba(239, 68, 68, 0.7);
}
.hh-ca .invalid-feedback,
.hh-ca .text-danger {
  color: #ff9d9d;
}
.hh-ca .prepend-icon .field-icon i {
  color: rgba(167, 139, 250, 0.6);
}

.hh-ca .btn {
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.hh-ca .btn-sm,
.hh-ca .btn-xs {
  padding: 6px 14px;
  font-size: 0.82rem;
}
.hh-ca .sidebar .btn,
.hh-ca .card-sidebar .btn {
  display: block;
  width: 100%;
  white-space: normal;
  font-size: 0.85rem;
  padding: 9px 14px;
  line-height: 1.35;
}
.hh-ca .btn-primary,
.hh-ca .btn-success {
  border: none;
  background: linear-gradient(135deg, #14b877, #38e08a);
  color: #052e16;
  box-shadow: 0 8px 22px rgba(56, 224, 138, 0.28);
}
.hh-ca .btn-primary:hover,
.hh-ca .btn-primary:focus,
.hh-ca .btn-success:hover,
.hh-ca .btn-success:focus {
  background: linear-gradient(135deg, #18cb83, #4ff39c);
  color: #052e16;
  box-shadow: 0 12px 28px rgba(56, 224, 138, 0.4);
  transform: translateY(-1px);
}
.hh-ca .btn-default,
.hh-ca .btn-secondary,
.hh-ca .btn-light {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
}
.hh-ca .btn-default:hover,
.hh-ca .btn-default:focus,
.hh-ca .btn-secondary:hover,
.hh-ca .btn-secondary:focus,
.hh-ca .btn-light:hover,
.hh-ca .btn-light:focus {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(124, 58, 237, 0.6);
  color: #fff;
}
.hh-ca .btn-info {
  border: none;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
}
.hh-ca .btn-info:hover,
.hh-ca .btn-info:focus {
  background: linear-gradient(135deg, #8b4ff0, #a855f7);
  color: #fff;
  transform: translateY(-1px);
}
.hh-ca .btn-danger {
  border: none;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
}
.hh-ca .btn-danger:hover,
.hh-ca .btn-danger:focus {
  background: linear-gradient(135deg, #f05555, #e23636);
  color: #fff;
  transform: translateY(-1px);
}
.hh-ca .btn-warning {
  border: none;
  background: linear-gradient(135deg, #f5b544, #f59e0b);
  color: #3a2606;
}
.hh-ca .btn-link {
  color: #c4b5fd;
  font-weight: 600;
}
.hh-ca .btn-link:hover {
  color: #ddd0ff;
}
.hh-ca .btn-outline-primary,
.hh-ca .btn-outline-secondary {
  border: 1px solid rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.12);
  color: #d4baff;
}
.hh-ca .btn-outline-primary:hover,
.hh-ca .btn-outline-secondary:hover {
  background: rgba(124, 58, 237, 0.3);
  color: #fff;
}
.hh-ca .bg-color-primary,
.hh-ca .bg-color-blue,
.hh-ca .bg-color-info {
  background: rgba(124, 58, 237, 0.9) !important;
  color: #fff !important;
}
.hh-ca .bg-color-green,
.hh-ca .bg-color-success {
  background: #14b877 !important;
  color: #052e16 !important;
}
.hh-ca .bg-color-primary:hover,
.hh-ca .bg-color-primary:focus,
.hh-ca .bg-color-blue:hover,
.hh-ca .bg-color-blue:focus,
.hh-ca .bg-color-info:hover,
.hh-ca .bg-color-info:focus {
  background: #8b4ff0 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.45);
}
.hh-ca .bg-color-green:hover,
.hh-ca .bg-color-green:focus,
.hh-ca .bg-color-success:hover,
.hh-ca .bg-color-success:focus {
  background: #17cf85 !important;
  color: #052e16 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(20, 184, 119, 0.42);
}
.hh-ca .btn.bg-color-asbestos,
.hh-ca .btn.bg-color-gold,
.hh-ca .btn.bg-color-midnight-blue,
.hh-ca .btn.bg-color-red,
.hh-ca .btn.bg-color-alizarin,
.hh-ca .btn.bg-color-peter-river,
.hh-ca .btn.bg-color-turquoise,
.hh-ca .btn.bg-color-silver {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.hh-ca .btn.bg-color-asbestos:hover,
.hh-ca .btn.bg-color-asbestos:focus,
.hh-ca .btn.bg-color-gold:hover,
.hh-ca .btn.bg-color-gold:focus,
.hh-ca .btn.bg-color-midnight-blue:hover,
.hh-ca .btn.bg-color-midnight-blue:focus,
.hh-ca .btn.bg-color-red:hover,
.hh-ca .btn.bg-color-red:focus,
.hh-ca .btn.bg-color-alizarin:hover,
.hh-ca .btn.bg-color-alizarin:focus,
.hh-ca .btn.bg-color-peter-river:hover,
.hh-ca .btn.bg-color-peter-river:focus,
.hh-ca .btn.bg-color-turquoise:hover,
.hh-ca .btn.bg-color-turquoise:focus,
.hh-ca .btn.bg-color-silver:hover,
.hh-ca .btn.bg-color-silver:focus {
  background: rgba(124, 58, 237, 0.22) !important;
  border-color: rgba(124, 58, 237, 0.65) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}
.hh-ca .btn .caret {
  border-top-color: currentColor;
}

.hh-ca .alert {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
}
.hh-ca .alert-success {
  background: rgba(56, 224, 138, 0.1);
  border-color: rgba(56, 224, 138, 0.4);
  color: #b6f5d1;
}
.hh-ca .alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.45);
  color: #ffc2c2;
}
.hh-ca .alert-warning {
  background: rgba(245, 181, 68, 0.1);
  border-color: rgba(245, 181, 68, 0.42);
  color: #f8dca6;
}
.hh-ca .alert-info {
  background: rgba(34, 211, 238, 0.1);
  border-color: rgba(34, 211, 238, 0.4);
  color: #b6ecf5;
}
.hh-ca .alert a {
  color: inherit;
  text-decoration: underline;
}

.hh-ca .dropdown-menu {
  background: #232739;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  padding: 6px 0;
}
.hh-ca .dropdown-menu .dropdown-item,
.hh-ca .dropdown-menu > li {
  color: rgba(255, 255, 255, 0.8);
}
.hh-ca .dropdown-menu .dropdown-item,
.hh-ca .dropdown-menu > li > a,
.hh-ca .dropdown-menu > li.dropdown-item {
  padding: 8px 16px;
}
.hh-ca .dropdown-menu .dropdown-item:hover,
.hh-ca .dropdown-menu .dropdown-item:focus,
.hh-ca .dropdown-menu > li > a:hover {
  background: rgba(124, 58, 237, 0.16);
  color: #fff;
}
.hh-ca .dropdown-menu .dropdown-item.disabled {
  color: rgba(255, 255, 255, 0.35);
}
.hh-ca .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hh-ca .progress {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: none;
  height: 10px;
}
.hh-ca .progress-bar {
  border-radius: 999px;
}

.hh-ca .pagination .page-link {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  border-radius: 9px;
  margin: 0 2px;
}
.hh-ca .pagination .page-link:hover {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(124, 58, 237, 0.6);
  color: #fff;
}
.hh-ca .pagination .page-item.active .page-link {
  background: rgba(124, 58, 237, 0.35);
  border-color: rgba(124, 58, 237, 0.7);
  color: #fff;
}
.hh-ca .pagination .page-item.disabled .page-link {
  opacity: 0.4;
}

.hh-ca .close {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  opacity: 1;
}
.hh-ca .close:hover {
  color: #fff;
}
.hh-ca .modal-content {
  background: #232739;
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.hh-ca .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hh-ca .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hh-ca .modal-title {
  color: #fff;
}

.hh-ca .well {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.hh-ca .panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
}
.hh-ca .panel-heading {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(147, 51, 234, 0.05));
  border-bottom: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px 14px 0 0;
  color: #fff;
}

#modalAjax .modal-content,
#modalGeneratePassword .modal-content,
#modalChooseLanguage .modal-content {
  background: #232739;
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}
#modalAjax .modal-title,
#modalGeneratePassword .modal-title,
#modalChooseLanguage .modal-title {
  color: #fff;
}
#modalAjax .modal-header,
#modalGeneratePassword .modal-header,
#modalChooseLanguage .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#modalAjax .modal-header.bg-primary,
#modalGeneratePassword .modal-header.bg-primary {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(147, 51, 234, 0.15)) !important;
}
#modalAjax .modal-footer,
#modalGeneratePassword .modal-footer,
#modalChooseLanguage .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#modalAjax .close,
#modalGeneratePassword .close,
#modalChooseLanguage .close {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  opacity: 1;
}
#modalAjax .form-control,
#modalGeneratePassword .form-control {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
}

.hh-ca .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hh-ca .card-sidebar .sidebar-menu-item-label {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-width: 0;
}
.hh-ca .card-sidebar .sidebar-menu-item-label > .badge,
.hh-ca .card-sidebar .badge {
  margin-left: auto;
  float: none;
  flex: 0 0 auto;
  min-width: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  text-align: center;
}

.hh-ca .recent-ticket {
  width: 100%;
  min-width: 0;
}
.hh-ca .recent-ticket .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.1px;
}
.hh-ca .recent-ticket small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.hh-ca .recent-ticket small .float-right {
  order: 2;
  float: none !important;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  white-space: nowrap;
}
.hh-ca .recent-ticket small span[style] {
  order: 1;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.08);
}
.hh-ca .recent-ticket small span[style*="#779500"] { color: #22d3ee !important; background: rgba(34, 211, 238, 0.14); }
.hh-ca .recent-ticket small span[style*="#000000"] { color: #38e08a !important; background: rgba(56, 224, 138, 0.15); }
.hh-ca .recent-ticket small span[style*="#ff6600"] { color: #f5b544 !important; background: rgba(245, 181, 68, 0.15); }
.hh-ca .recent-ticket small span[style*="#224488"] { color: #7c9dff !important; background: rgba(124, 157, 255, 0.15); }
.hh-ca .recent-ticket small span[style*="#cc0000"] { color: #ff8b8b !important; background: rgba(255, 107, 107, 0.14); }
.hh-ca .recent-ticket small span[style*="#888888"] { color: rgba(255, 255, 255, 0.55) !important; background: rgba(255, 255, 255, 0.07); }
.hh-ca [menuitemname="Recent Tickets"] .list-group-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.hh-ca [menuitemname="Recent Tickets"] .sidebar-menu-item-label > i,
.hh-ca [menuitemname="balance-amount"] .sidebar-menu-item-label > i {
  display: none;
}
.hh-ca [menuitemname="balance-amount"] .sidebar-menu-item-label {
  justify-content: center;
}
.hh-ca [menuitemname="balance-amount"] .sidebar-menu-item-label > h4 {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}

.hh-ca .bootstrap-switch {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  overflow: hidden;
  box-shadow: none;
}
.hh-ca .bootstrap-switch .bootstrap-switch-handle-on,
.hh-ca .bootstrap-switch .bootstrap-switch-handle-off {
  font-weight: 700;
}
.hh-ca .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  background: linear-gradient(135deg, #14b877, #38e08a);
  color: #052e16;
}
.hh-ca .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
}
.hh-ca .bootstrap-switch .bootstrap-switch-label {
  background: rgba(255, 255, 255, 0.88);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.hh-ca .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background: rgba(255, 255, 255, 0.55);
}
.hh-ca .bootstrap-switch:focus,
.hh-ca .bootstrap-switch.bootstrap-switch-focused {
  border-color: #7c3aed;
  box-shadow: none;
}

.hh-ca .custom-file,
.hh-ca .custom-file-input,
.hh-ca .custom-file-label {
  height: 46px;
}
.hh-ca .custom-file-label {
  display: flex;
  align-items: center;
  padding: 0 96px 0 14px;
  line-height: 1.2;
}
.hh-ca .custom-file-label::after {
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  background: rgba(124, 58, 237, 0.3);
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 9px 9px 0;
}
.hh-ca .attachment-group .input-group-append .btn {
  height: 46px;
  border-radius: 0 10px 10px 0;
}

.hh-ca a[href*="pwreset"],
.hh-ca a[href*="forgotpw"],
.hh-ca .forgot-password {
  color: #c4b5fd;
  font-weight: 600;
}
.hh-ca a[href*="pwreset"]:hover,
.hh-ca .forgot-password:hover {
  color: #ddd0ff;
}

.hh-ca .accept-tos,
.hh-ca label[for="accepttos"],
.hh-ca .tos-agreement {
  color: #fff;
  font-size: 0.95rem;
}
.hh-ca .accept-tos a,
.hh-ca label[for="accepttos"] a,
.hh-ca .tos-agreement a {
  color: #c4b5fd;
  text-decoration: underline;
}
.hh-ca .accepttos,
.hh-ca .tos-agreement .form-check-input,
.hh-ca .tos-agreement input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #38e08a;
  vertical-align: -5px;
  margin-right: 9px;
  cursor: pointer;
}
.hh-ca .tos-agreement {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 12px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#modalAjax .btn-default,
#modalGeneratePassword .btn-default {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.85);
}
#modalAjax .btn-default:hover,
#modalGeneratePassword .btn-default:hover,
#modalAjax .btn-default:focus,
#modalGeneratePassword .btn-default:focus {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(124, 58, 237, 0.6);
  color: #fff;
}
#modalGeneratePassword .btn-primary,
#modalAjax .btn-primary,
#modalGeneratePassword .btn-info {
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  border: none;
  color: #fff;
}
#modalGeneratePassword .btn-primary:hover,
#modalAjax .btn-primary:hover,
#modalGeneratePassword .btn-info:hover {
  background: linear-gradient(135deg, #8b4ff0, #a855f7);
  color: #fff;
}

.hh-ca .setBulkAction,
.hh-ca .btn-group.btn-group-sm > .btn {
  border-radius: 9px !important;
  margin: 0 6px 6px 0;
}
.hh-ca .btn-group.btn-group-sm {
  display: inline-flex;
  flex-wrap: wrap;
}
.hh-ca .btn-group.btn-group-sm .dropdown-menu .setBulkAction {
  margin: 0;
  border-radius: 0 !important;
}

.hh-ca .client-home-cards .card {
  overflow: visible;
  height: auto;
  max-height: none;
}
.hh-ca .client-home-cards .card .card-body {
  max-height: none;
  overflow: visible;
}
.hh-ca .client-home-cards .card .list-group {
  overflow: visible;
  max-height: none;
  border-radius: 0 0 14px 14px;
}
.hh-ca .client-home-cards .card .list-group-item {
  padding: 12px 20px;
}
.hh-ca .client-home-cards .card .list-group-item:last-child {
  border-radius: 0 0 14px 14px;
  padding-bottom: 15px;
}

.hh-ca-page .modal-content {
  background: #232739;
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.hh-ca-page .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hh-ca-page .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hh-ca-page .modal-title,
.hh-ca-page .modal h1,
.hh-ca-page .modal h2,
.hh-ca-page .modal h3,
.hh-ca-page .modal h4 {
  color: #fff;
}
.hh-ca-page .modal-body,
.hh-ca-page .modal p,
.hh-ca-page .modal li,
.hh-ca-page .modal td,
.hh-ca-page .modal th {
  color: rgba(255, 255, 255, 0.85);
}
.hh-ca-page .modal pre,
.hh-ca-page .modal code {
  color: #c4b5fd;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 2px 6px;
}
.hh-ca-page .modal table td,
.hh-ca-page .modal table th {
  border-color: rgba(255, 255, 255, 0.12);
}
.hh-ca-page .modal .close {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  text-shadow: none;
}

.hh-ca #ticketsPanel .list-group-item:nth-child(n+4) {
  display: none;
}

.hh-ca [menuitemname="Ticket Information"] .collapsable-card-body .row:has(.col-button-left, .col-button-right) {
  display: none;
}
.hh-ca [menuitemname="Ticket Information"] .col-button-left,
.hh-ca [menuitemname="Ticket Information"] .col-button-right {
  display: none;
}

.hh-ca #sidebarTicketCc #containerAddCcEmail {
  flex-direction: column;
  gap: 8px;
}
.hh-ca #sidebarTicketCc #containerAddCcEmail .form-control {
  width: 100%;
  border-radius: 10px !important;
}
.hh-ca #sidebarTicketCc #containerAddCcEmail .input-group-append,
.hh-ca #sidebarTicketCc #containerAddCcEmail .input-group-btn {
  width: 100%;
  margin: 0;
}
.hh-ca #sidebarTicketCc #containerAddCcEmail .input-group-append .btn,
.hh-ca #sidebarTicketCc #containerAddCcEmail .input-group-btn .btn {
  width: 100%;
  border-radius: 10px !important;
}

.hh-ca .view-ticket .ticket-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: 8px;
  min-height: 40px;
  line-height: 1;
}
.hh-ca .view-ticket .ticket-reply {
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.hh-ca .view-ticket .ticket-reply.staff {
  border-color: rgba(124, 58, 237, 0.32);
}
.hh-ca .view-ticket .posted-by {
  display: flow-root;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.hh-ca .view-ticket .ticket-reply.staff .posted-by {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(147, 51, 234, 0.05));
}
.hh-ca .view-ticket .posted-by-name {
  color: #fff;
  font-weight: 700;
}
.hh-ca .view-ticket .posted-on {
  color: rgba(255, 255, 255, 0.45);
}
.hh-ca .view-ticket .message {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.hh-ca .view-ticket .message pre,
.hh-ca .view-ticket .message code {
  background: rgba(0, 0, 0, 0.3);
  color: #c4b5fd;
  border-radius: 6px;
  padding: 2px 6px;
}
.hh-ca .view-ticket .requestor-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 1px solid transparent;
  margin-top: 2px;
}
.hh-ca .label.requestor-type-owner,
.hh-ca .label.requestor-type-client {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(124, 58, 237, 0.18);
  color: #c4b5fd;
  border: 1px solid rgba(124, 58, 237, 0.42);
}
.hh-ca .label.requestor-type-operator,
.hh-ca .label.requestor-type-admin,
.hh-ca .label.requestor-type-staff {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(56, 224, 138, 0.16);
  color: #7ff0ae;
  border: 1px solid rgba(56, 224, 138, 0.42);
}
.hh-ca .label.requestor-type-cc {
  background: rgba(34, 211, 238, 0.14);
  color: #7ee3f5;
  border: 1px solid rgba(34, 211, 238, 0.4);
}

.hh-ca .label[style*="#779500"] {
  background: rgba(245, 181, 68, 0.16) !important;
  color: #f8cd7f !important;
  border: 1px solid rgba(245, 181, 68, 0.42);
}
.hh-ca .label[style*="#000000"] {
  background: rgba(56, 224, 138, 0.16) !important;
  color: #7ff0ae !important;
  border: 1px solid rgba(56, 224, 138, 0.4);
}
.hh-ca .label[style*="#ff6600"] {
  background: rgba(245, 181, 68, 0.16) !important;
  color: #f8cd7f !important;
  border: 1px solid rgba(245, 181, 68, 0.42);
}
.hh-ca .label[style*="#888888"] {
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.hh-ca .label[style*="#224488"] {
  background: rgba(124, 58, 237, 0.18) !important;
  color: #c4b5fd !important;
  border: 1px solid rgba(124, 58, 237, 0.42);
}
.hh-ca .label[style*="#cc0000"] {
  background: rgba(255, 138, 76, 0.16) !important;
  color: #ffb488 !important;
  border: 1px solid rgba(255, 138, 76, 0.42);
}

.hh-ca .view-ticket .ticket-actions .btn-default {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.4);
  color: #d4baff;
}
.hh-ca .view-ticket .ticket-actions .btn-default:hover,
.hh-ca .view-ticket .ticket-actions .btn-default:focus {
  background: rgba(124, 58, 237, 0.28);
  border-color: rgba(124, 58, 237, 0.7);
  color: #fff;
}
.hh-ca .view-ticket .ticket-actions .btn-danger {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.45);
  color: #ff9d9d;
  box-shadow: none;
}
.hh-ca .view-ticket .ticket-actions .btn-danger:hover,
.hh-ca .view-ticket .ticket-actions .btn-danger:focus {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.85);
  color: #fff;
  box-shadow: none;
  transform: none;
}
.hh-ca .view-ticket .attachments {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.85rem;
}
.hh-ca .view-ticket .attachment-list a,
.hh-ca .view-ticket .attachments a {
  color: #c4b5fd;
}
.hh-ca .view-ticket .star {
  color: rgba(255, 255, 255, 0.3);
}
.hh-ca .view-ticket .star.active,
.hh-ca .view-ticket .rating .star:hover {
  color: #f5b544;
}

.hh-ca .hh-req {
  color: #ff8f8f;
  font-weight: 700;
  margin-left: 3px;
}
.hh-ca .form-group.prepend-icon {
  position: relative;
}
.hh-ca .form-group.prepend-icon:has(input[required], select[required], textarea[required])::after {
  content: "*";
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 4;
  color: #ff8f8f;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
}

.hh-ca .btn-large,
.hh-ca .btn-lg {
  padding: 13px 32px;
  font-size: 1rem;
  border-radius: 12px;
}
.hh-ca .card-accent-emerald,
.hh-ca .card-accent-teal {
  box-shadow: inset 3px 0 0 #38e08a, 0 10px 30px rgba(0, 0, 0, 0.22);
}
.hh-ca #registerDomainPanel .input-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.hh-ca #registerDomainPanel .input-group > .form-control {
  border-radius: 10px !important;
  height: 46px;
  flex: 1 1 auto;
}
.hh-ca #registerDomainPanel .input-group-append,
.hh-ca #registerDomainPanel .input-group-btn {
  display: flex;
  gap: 8px;
  margin: 0;
}
.hh-ca #registerDomainPanel .input-group .btn {
  border-radius: 10px !important;
  height: 46px;
  flex: 0 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

.hh-ca .client-home-cards .div-service-buttons .btn,
.hh-ca .div-service-item .btn-view-details {
  white-space: nowrap;
}

.hh-ca .hh-dept-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 14px;
}
.hh-ca .hh-dept-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.hh-ca .hh-dept-card:hover,
.hh-ca .hh-dept-card:focus {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.55);
  background: rgba(124, 58, 237, 0.07);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.hh-ca .hh-dept-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: rgba(124, 58, 237, 0.12);
  color: #a78bfa;
  font-size: 1.2rem;
}
.hh-ca .hh-dept-main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 auto;
  min-width: 0;
}
.hh-ca .hh-dept-name {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
}
.hh-ca .hh-dept-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
  line-height: 1.4;
}
.hh-ca .hh-dept-arrow {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  transition: transform 0.16s ease, color 0.16s ease;
}
.hh-ca .hh-dept-card:hover .hh-dept-arrow,
.hh-ca .hh-dept-card:focus .hh-dept-arrow {
  color: #a78bfa;
  transform: translateX(4px);
}
.hh-ca .hh-dept-card:nth-child(5n+2) .hh-dept-icon { background: rgba(34, 211, 238, 0.12); color: #22d3ee; }
.hh-ca .hh-dept-card:nth-child(5n+3) .hh-dept-icon { background: rgba(56, 224, 138, 0.12); color: #38e08a; }
.hh-ca .hh-dept-card:nth-child(5n+4) .hh-dept-icon { background: rgba(245, 181, 68, 0.12); color: #f5b544; }
.hh-ca .hh-dept-card:nth-child(5n+5) .hh-dept-icon { background: rgba(124, 157, 255, 0.12); color: #7c9dff; }
