:root {
  --primary: #43a148;
  --secondary: #603e18;
  --bs-primary: #43a148;
  --bs-primary-rgb: 67, 161, 72;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #43a148;
  --bs-btn-border-color: #3d8d42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3a883f;
  --bs-btn-hover-border-color: #367d39;
  --bs-btn-focus-shadow-rgb: 67, 161, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #327436;
  --bs-btn-active-border-color: #2e6a31;
  --bs-btn-disabled-bg: #43a148;
  --bs-btn-disabled-border-color: #43a148;
}
.bg-primary {
  background-color: #43a148 !important;
}
html {
  overflow-x: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.logo {
  max-width: 160px;
}

.header-bar {
  background-color: #000;
}

.profile-chip {
  padding: 6px;
  border-radius: 50px;
  background-color: rgba(119, 119, 119, 0.796);
  color: #fff;
  border: none;
}

.profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(67 161 72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.logout-btn {
  border-radius: 30px;
}

.profile-menu {
  border: none;
  border-radius: 18px;
  padding: 0.5rem 0;
}

.account-expiry-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
}

.account-expiry-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.status-pill {
  border-radius: 30px;
  padding: 10px 16px;
  font-weight: 600;
}
.main-btn {
  border-radius: 30px;
  padding: 10px 16px;
  font-weight: 600;
  display: inline-block;
  background: var(--primary);
  color: #fff;
}

.stat-card {
  border: none;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 3px solid #ffffff;
}

.stat-label {
  letter-spacing: 0.08em;
}

.trend {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2f7f32;
}

.stat-card .stat-number {
  font-size: 2.25rem;
  font-weight: 700;
}

.stat-card .stat-meta {
  color: #6c757d;
}

.stat-card .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stat-card--primary {
  background: linear-gradient(135deg, #f5fff6, #dff5e6);
  color: #1f3a2c;
}

.stat-card--warning {
  background: linear-gradient(135deg, #fff9eb, #ffe8cc);
  color: #4a3110;
}

.stat-card--success {
  background: linear-gradient(135deg, #f3fffb, #dff5ed);
  color: #1f3a2c;
}

.stat-card--primary .trend,
.stat-card--success .trend {
  color: #2f7f32;
}

.stat-card--warning .trend {
  color: #b35c00;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.ticket-list-card {
  border-radius: 20px;
  border: none;
}

.ticket-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ticket-item:last-child {
  border-bottom: none;
}

.ticket-title {
  font-weight: 600;
}

.badge-soft-danger {
  background: rgba(220, 53, 69, 0.15);
  color: #b02a37;
}

.badge-soft-warning {
  background: rgba(255, 193, 7, 0.2);
  color: #b27d00;
}

.badge-soft-success {
  background: rgba(25, 135, 84, 0.15);
  color: #198754;
}

.summary-card {
  border-radius: 20px;
  border: none;
}

.highlight-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.highlight-row:last-child {
  border-bottom: none;
}

.data-table-card {
  border-radius: 20px;
  border: none;
}

.data-table-card .table {
  --bs-table-bg: transparent;
}

.data-table-card thead th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.data-table-card tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.table-action {
  border-radius: 30px;
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.whatsapp-float:hover {
  color: #fff;
  background-color: #1ebe5d;
}

.profile-summary-card {
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.summary-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #7b7f86;
  margin-bottom: 0.35rem;
}

.profile-info-card,
.profile-side-card,
.profile-cta-card {
  border: none;
  border-radius: 22px;
}

.profile-info-card .info-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9b9da3;
  margin-bottom: 0.2rem;
}

.profile-info-card .info-value {
  font-size: 1.05rem;
  font-weight: 600;
}

.info-list li {
  margin-bottom: 0.6rem;
}

.info-list li span {
  font-weight: 600;
  color: #4c4f55;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: rgba(67, 161, 72, 0.15);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.timeline li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.timeline li:last-child {
  border-bottom: none;
}

.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 6px;
}

.profile-cta-card .btn {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .profile-summary-card {
    padding: 1rem;
  }
}

.form-card {
  border: none;
  border-radius: 24px;
  background: #fff;
}

.form-card .form-label {
  font-weight: 600;
  color: #5c5f66;
}

.form-card .form-select,
.form-card .form-control {
  border-radius: 14px;
  border-color: rgba(0, 0, 0, 0.08);
  padding: 0.75rem 1rem;
  box-shadow: none;
}

.form-card textarea.form-control {
  min-height: 150px;
}

.attachment-note {
  font-size: 0.85rem;
  color: #7b7f86;
}

.btn-save {
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
}

.btn-cancel {
  background-color: #1f2940;
  color: #fff;
  border-radius: 30px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
}
#star-rating .fa-star:hover {
  color: #ffc107;
}

.rate {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ffd600;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.buttons {
  top: 36px;
  position: relative;
}

.rating-submit {
  border-radius: 8px;
  color: #fff;
  height: auto;
}

.rating-submit:hover {
  color: #fff;
}
