.btn-navy {
  background-color: #d61c24;
  color: #fff;
}

.btn-navy:hover {
  background-color: #d61c24;
  color: #fff;
}

.btn-navy:focus {
  background-color: #d61c24;
  color: #fff;
}

.btn-outline-navy {
  color: #d61c24;
  border-color: #d61c24;
}

.btn-outline-navy:hover {
  color: #fff;
  background-color: #d61c24;
  border-color: #d61c24;
}

.btn-blue-pcs {
  background-color: #b5161d;
  border-color: #b5161d;
  color: #fff;
}

.btn-blue-pcs:hover,
.btn-blue-pcs:focus {
  background-color: #981118;
  border-color: #981118;
  color: #fff;
}

.btn-outline-blue-pcs {
  border-color: #b5161d;
  color: #b5161d;
}

.btn-outline-blue-pcs:hover,
.btn-outline-blue-pcs:focus {
  background-color: #b5161d;
  border-color: #b5161d;
  color: #fff;
}

.login-page {
  background:
    linear-gradient(135deg, rgba(214, 28, 36, 0.95), rgba(181, 22, 29, 0.82)),
    url("../logo/background-logo.jpeg") center / cover no-repeat;
  font-family: "Inter", "Source Sans Pro", sans-serif;
  min-height: 100vh;
  padding: 24px;
}

.login-shell {
  max-width: 940px;
  width: min(100%, 940px);
}

.card-login {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.28);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  min-height: 560px;
  overflow: hidden;
}

.card-login-media {
  background: linear-gradient(160deg, #d61c24 0%, #b5161d 58%, #7f0e14 100%);
  color: #fff;
  display: flex;
  min-height: 560px;
  padding: 42px;
  position: relative;
}

.card-login-media::before {
  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(255, 255, 255, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.login-brand-panel {
  align-self: flex-end;
  max-width: 360px;
  position: relative;
  z-index: 1;
}

.logo-login {
  background-color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  display: block;
  height: 104px;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center;
  width: 104px;
}

.login-eyebrow {
  color: rgba(255, 255, 255, 0.78);
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.login-brand-panel h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 850;
  line-height: 1.05;
  margin: 0 0 14px;
}

.login-brand-panel p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.login-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.login-assurance span {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  padding: 9px 11px;
}

.card-login-form {
  align-items: center;
  background-color: #fff;
  display: flex;
}

.card-login-form .card-body {
  padding: 46px 52px;
  width: 100%;
}

.login-form-heading {
  margin-bottom: 28px;
}

.login-form-heading .login-eyebrow {
  color: #d61c24;
}

.login-form-heading h2 {
  color: #101828;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 8px;
}

.login-form-heading p {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.login-alert {
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.login-field {
  margin-bottom: 18px;
}

.login-field label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.login-field .input-group-text {
  background-color: #f8fafc;
  border-color: rgba(214, 28, 36, 0.12);
  color: #d61c24;
  min-width: 44px;
}

.login-field .form-control {
  border-color: rgba(214, 28, 36, 0.12);
  color: #101828;
  font-weight: 600;
  min-height: 46px;
}

.login-field .form-control:focus {
  border-color: #d61c24;
  box-shadow: 0 0 0 0.2rem rgba(214, 28, 36, 0.13);
}

.login-submit {
  font-weight: 850;
  margin-top: 8px;
  min-height: 46px;
}

.login-footer-note {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  margin-top: 22px;
  text-align: center;
}

.status-toggle {
  cursor: pointer;
  padding: 6px 10px;
}

/* status option */
.status-option:hover {
  background-color: #d61c24;
  color: #fff;
}

.progress-bar {
  transition: width 0.4s ease;
}

/* tombol confirm */
.swal2-confirm {
  background-color: #d61c24 !important;
  min-width: 140px;
  padding: 10px 18px;
  font-weight: 500;
}

/* hover */
.swal2-confirm:hover {
  background-color: #d61c24 !important;
}

/* tombol cancel biar seimbang */
.swal2-cancel {
  min-width: 120px;
  padding: 10px 18px;
}

.notification-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.profile-user-icon {
  align-items: center;
  background-color: #d61c24;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 42px;
  height: 96px;
  justify-content: center;
  width: 96px;
}

.badge-navy {
  background-color: #d61c24;
  color: #fff;
}

.badge-orange,
.bg-orange {
  background-color: #fd7e14 !important;
  color: #fff;
}

.bg-navy,
.navbar-navy {
  background-color: #d61c24 !important;
}

.text-navy {
  color: #d61c24 !important;
}

.sidebar-light-navy .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-navy .nav-sidebar > .nav-item > .nav-link.active:hover {
  background-color: #d61c24;
  color: #fff;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item a {
  color: #d61c24;
  font-weight: 700;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #d61c24;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #667085;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(214, 28, 36, 0.55);
}

.main-sidebar .sidebar {
  min-height: calc(100vh - 57px);
}

.admin-sidebar {
  border-right: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 10px 0 30px rgba(16, 24, 40, 0.05);
}

.admin-brand {
  align-items: center;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  display: flex;
  padding: 12px 14px;
}

.admin-brand .admin-brand-logo {
  background-color: #fff;
  border: 2px solid rgba(214, 28, 36, 0.12);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(214, 28, 36, 0.12);
  display: block;
  flex-shrink: 0;
  height: 54px;
  margin: 0 12px 0 0;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  width: 54px;
}

.admin-brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.admin-brand-title {
  color: #1d2939;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.1;
}

.admin-brand-subtitle {
  color: #667085;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
  /* text-transform: uppercase; */
}

.admin-sidebar .sidebar {
  padding: 0 10px 12px;
}

.admin-sidebar-search .input-group {
  border: 1px solid rgba(214, 28, 36, 0.12);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.admin-sidebar-search .form-control-sidebar,
.admin-sidebar-search .btn-sidebar {
  background-color: #f8fafc;
  border: 0;
}

.admin-sidebar .nav-sidebar > .nav-item {
  margin-bottom: 4px;
}

.admin-sidebar .nav-sidebar .nav-link {
  border-radius: 8px;
  color: #475467;
  font-weight: 400;
}

.admin-sidebar .nav-sidebar .nav-link:hover {
  background-color: rgba(214, 28, 36, 0.07);
  color: #d61c24;
}

.admin-sidebar .nav-sidebar .nav-link.active {
  box-shadow: 0 10px 22px rgba(214, 28, 36, 0.2);
}

.admin-sidebar .nav-icon {
  color: inherit;
  width: 1.35rem;
}

.sidebar-logout {
  border-top: 1px solid rgba(0, 31, 63, 0.12);
  padding-top: 12px;
}

.user-brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  min-width: 0;
  padding: 0;
}

.user-brand .user-brand-logo {
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  display: block;
  flex-shrink: 0;
  height: 54px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  width: 54px;
}

.user-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.user-brand-text {
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-brand-tagline {
  color: rgba(255, 255, 255, 0.76);
  display: inline-block;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img,
canvas,
video {
  max-width: 100%;
}

.content-wrapper {
  overflow-x: hidden;
}

.content-header h1,
.content-header .breadcrumb,
.card-title,
.small-box .inner p,
.nav-link,
.btn,
.form-control,
.custom-select,
.table,
.modal,
.dropdown-menu {
  overflow-wrap: anywhere;
}

.card-header .card-title {
  min-width: 0;
}

.card-header .btn {
  flex-shrink: 0;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

.table th,
.table td {
  vertical-align: middle;
}

.small-box {
  border-radius: 8px;
  overflow: hidden;
}

.small-box .inner {
  min-height: 104px;
  padding-right: 70px;
}

.small-box .inner h3 {
  color: #d61c24;
  font-weight: 800;
  line-height: 1;
}

.small-box .inner p {
  line-height: 1.25;
  margin-bottom: 0;
}

.small-box .icon {
  top: 12px;
}

.layout-fixed .content-wrapper {
  background-color: #f6f8fb;
}

.admin-navbar {
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);
  min-height: 62px;
}

.admin-navbar .nav-link {
  color: #475467;
  font-weight: 700;
}

.admin-navbar .nav-link:hover,
.admin-navbar .nav-link:focus {
  color: #d61c24;
}

.admin-navbar .dropdown-menu {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.12);
}

.admin-footer {
  background-color: #fff;
  border-top: 1px solid rgba(214, 28, 36, 0.08);
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

.admin-footer a {
  color: #d61c24;
  font-weight: 800;
}

.admin-content-header {
  padding: 18px 0 10px;
}

.admin-content-header h1 {
  color: #101828;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
}

.page-subtitle {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 6px;
  max-width: 680px;
}

.admin-content-header .breadcrumb {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.admin-page-toolbar {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 20px 22px;
}

.admin-page-toolbar h2 {
  color: #101828;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
}

.admin-page-toolbar p {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 6px 0 0;
  max-width: 720px;
}

.admin-page-eyebrow {
  color: #d61c24;
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.admin-page-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.admin-page-card .card-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 18px;
}

.admin-page-card .card-title {
  color: #1d2939;
  float: none;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.2;
}

.admin-page-card .card-body {
  background-color: #fff;
}

.admin-form-card .form-group label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.admin-form-card .form-control,
.admin-form-card .custom-select,
.settings-card .form-control,
.settings-card .custom-select {
  min-height: 42px;
}

.admin-card-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}

.admin-table-tools {
  align-items: center;
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 10px;
}

.admin-table-search {
  flex: 1 1 240px;
  max-width: 360px;
  min-width: 220px;
  position: relative;
}

.admin-table-search i {
  color: #98a2b3;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.admin-table-search .form-control {
  background-color: #fff;
  padding-left: 38px;
}

.admin-table-filter {
  flex: 0 0 190px;
}

.admin-table-filter .custom-select {
  background-color: #fff;
}

.admin-table-wrap {
  -webkit-overflow-scrolling: touch;
  min-height: 280px;
}

.admin-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.admin-table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(214, 28, 36, 0.28);
  border-radius: 999px;
}

.admin-table-wrap::-webkit-scrollbar-track {
  background-color: rgba(214, 28, 36, 0.06);
  border-radius: 999px;
}

.admin-data-table {
  margin-bottom: 0;
  min-width: 980px;
}

.admin-news-table {
  min-width: 1080px;
}

.admin-account-table {
  min-width: 1120px;
}

.admin-role-table,
.admin-category-table {
  min-width: 980px;
}

.admin-data-table thead th {
  background-color: #f8fafc;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  border-top: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 850;
  padding: 13px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-data-table tbody td {
  border-top: 1px solid rgba(214, 28, 36, 0.06);
  color: #475467;
  font-size: 13px;
  padding: 13px 12px;
}

.admin-data-table tbody tr:hover {
  background-color: rgba(214, 28, 36, 0.025);
}

.admin-data-table .btn-group .btn {
  min-height: 32px;
  min-width: 34px;
}

.admin-table-footer {
  background-color: #fff;
  border-top: 1px solid rgba(214, 28, 36, 0.08);
}

.admin-table-footer .pagination {
  flex-wrap: wrap;
  gap: 4px;
}

.admin-table-footer .page-link {
  border-color: rgba(214, 28, 36, 0.12);
  color: #d61c24;
  font-weight: 700;
}

.admin-table-footer .page-item.active .page-link {
  background-color: #d61c24;
  border-color: #d61c24;
  color: #fff;
}

.admin-profile-card .card-footer {
  background-color: #f8fafc;
  border-top: 1px solid rgba(214, 28, 36, 0.08);
}

.modal-content {
  border: 0;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.18);
}

.modal-header {
  border-bottom-color: rgba(214, 28, 36, 0.08);
}

.modal-footer {
  border-top-color: rgba(214, 28, 36, 0.08);
}

.admin-dashboard-hero {
  align-items: center;
  background-color: #d61c24;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
  min-height: 138px;
  padding: 28px 32px;
}

.admin-dashboard-kicker {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.admin-dashboard-hero h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 8px;
}

.admin-dashboard-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  max-width: 680px;
}

.admin-dashboard-action {
  color: #d61c24;
  flex-shrink: 0;
  font-weight: 850;
  min-height: 44px;
  padding: 10px 18px;
}

.admin-dashboard-action:hover,
.admin-dashboard-action:focus {
  color: #d61c24;
}

.admin-summary-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 10px 28px rgba(214, 28, 36, 0.08);
  min-height: 128px;
}

.admin-summary-card .inner {
  min-height: 128px;
  padding-bottom: 18px;
}

.admin-summary-card .js-count-up {
  font-variant-numeric: tabular-nums;
}

.admin-summary-card .icon {
  color: rgba(214, 28, 36, 0.22);
  opacity: 1;
}

.admin-dashboard-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.admin-dashboard-card .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
}

.admin-dashboard-card .card-title {
  color: #1d2939;
  font-weight: 850;
}

.dashboard-monthly-actual {
  border-top: 1px solid rgba(214, 28, 36, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
  padding-top: 12px;
}

.dashboard-monthly-actual-item {
  align-items: center;
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  display: inline-flex;
  gap: 7px;
  padding: 6px 8px;
}

.dashboard-monthly-actual-item span {
  color: #667085;
  font-size: 10px;
  font-weight: 700;
}

.dashboard-monthly-actual-item strong {
  color: #d61c24;
  font-size: 12px;
  font-weight: 850;
}

.admin-recent-table {
  height: 281px;
}

.admin-recent-table .table {
  margin-bottom: 0;
}

.admin-recent-table thead th {
  background-color: #f8fafc;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  color: #667085;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.admin-recent-table tbody td {
  border-top: 1px solid rgba(214, 28, 36, 0.06);
  color: #475467;
  font-size: 13px;
}

.admin-recent-info {
  max-width: 420px;
  white-space: normal;
}

.admin-complaint-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.admin-complaint-header {
  align-items: flex-start;
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  display: block;
  min-height: 0;
  padding: 20px 22px;
}

.admin-complaint-heading {
  min-width: 260px;
}

.admin-complaint-eyebrow {
  color: #d61c24;
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.admin-complaint-header .card-title {
  color: #1d2939;
  float: none;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
}

.admin-complaint-subtitle {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 5px;
}

.admin-complaint-tools {
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  display: grid;
  gap: 12px;
  grid-template-columns:
    minmax(240px, 1.4fr) minmax(150px, 0.75fr) minmax(190px, 0.9fr)
    minmax(142px, 0.7fr) minmax(142px, 0.7fr) auto auto;
  margin-top: 16px;
  max-width: none;
  min-width: 0;
  padding: 10px;
  width: 100%;
}

.admin-complaint-search {
  min-width: 0;
  position: relative;
}

.admin-complaint-search i {
  color: #98a2b3;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.admin-complaint-search .form-control {
  background-color: #fff;
  padding-left: 38px;
}

.admin-complaint-filter {
  min-width: 0;
}

.admin-complaint-filter .custom-select,
.admin-complaint-filter .form-control {
  background-color: #fff;
  min-height: 40px;
}

.admin-complaint-date-filter {
  position: relative;
}

.admin-complaint-date-filter span {
  background-color: #f8fafc;
  color: #667085;
  font-size: 10px;
  font-weight: 850;
  left: 10px;
  line-height: 1;
  padding: 0 4px;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
  z-index: 2;
}

.admin-complaint-date-filter .form-control {
  padding-left: 12px;
}

.admin-complaint-reset,
.admin-complaint-export {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  white-space: nowrap;
}

.admin-complaint-body {
  background-color: #fff;
}

.admin-complaint-table-wrap {
  min-height: 360px;
  -webkit-overflow-scrolling: touch;
}

.admin-complaint-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.admin-complaint-table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(214, 28, 36, 0.28);
  border-radius: 999px;
}

.admin-complaint-table-wrap::-webkit-scrollbar-track {
  background-color: rgba(214, 28, 36, 0.06);
  border-radius: 999px;
}

.admin-complaint-table {
  margin-bottom: 0;
  min-width: 940px;
}

.admin-complaint-table thead th {
  background-color: #f8fafc;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  color: #667085;
  font-size: 12px;
  font-weight: 850;
  padding: 13px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.admin-complaint-table thead .sort-table {
  color: #667085;
  font-size: 12px;
  font-weight: 850;
  padding: 0;
  text-transform: uppercase;
}

.admin-complaint-table thead .sort-table:hover,
.admin-complaint-table thead .sort-table:focus {
  color: #d61c24;
  text-decoration: none;
}

.admin-complaint-table tbody td {
  border-top: 1px solid rgba(214, 28, 36, 0.06);
  color: #475467;
  font-size: 13px;
  padding: 13px 12px;
  vertical-align: middle;
}

.admin-complaint-row:hover {
  background-color: rgba(214, 28, 36, 0.025);
}

.admin-col-number,
.admin-complaint-number {
  width: 48px;
}

.admin-col-name {
  min-width: 180px;
  width: 210px;
}

.admin-col-label,
.admin-complaint-label {
  text-align: center;
  width: 72px;
}

.admin-col-action,
.admin-complaint-action {
  text-align: center;
  width: 74px;
}

.admin-complaint-person {
  color: #1d2939;
  display: block;
  font-weight: 800;
  min-width: 170px;
  white-space: normal;
}

.admin-complaint-text {
  color: #475467;
  display: block;
  line-height: 1.45;
  min-width: 220px;
  white-space: normal;
}

.admin-complaint-text.muted {
  color: #667085;
  min-width: 150px;
}

.admin-complaint-progress {
  background-color: rgba(214, 28, 36, 0.08);
  height: 8px;
  min-width: 96px;
}

.admin-complaint-footer {
  background-color: #fff;
  border-top: 1px solid rgba(214, 28, 36, 0.08);
}

.admin-complaint-footer .pagination {
  flex-wrap: wrap;
  gap: 4px;
}

.admin-complaint-footer .page-link {
  border-color: rgba(214, 28, 36, 0.12);
  color: #d61c24;
  font-weight: 700;
}

.admin-complaint-footer .page-item.active .page-link {
  background-color: #d61c24;
  border-color: #d61c24;
  color: #fff;
}

.admin-complaint-message {
  color: #667085;
  font-weight: 700;
  height: 180px;
  text-align: center;
  vertical-align: middle !important;
}

.admin-report-page {
  padding-bottom: 28px;
}

.admin-report-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 14px 0 18px;
}

.admin-report-paper {
  background-color: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.11);
  color: #1d2939;
  min-height: 720px;
  padding: 48px 54px;
}

.admin-report-header {
  align-items: flex-start;
  border-bottom: 2px solid rgba(214, 28, 36, 0.16);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 24px;
}

.admin-report-eyebrow {
  color: #d61c24;
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.admin-report-header h2 {
  color: #101828;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.15;
  margin: 0;
}

.admin-report-stamp {
  flex-shrink: 0;
  padding-top: 4px;
}

.admin-report-meta {
  border-bottom: 1px solid rgba(214, 28, 36, 0.1);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px 0;
}

.admin-report-meta span,
.admin-report-private dt {
  color: #667085;
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.admin-report-meta strong {
  color: #1d2939;
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.admin-report-file-name {
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.1);
  color: #344054;
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 8px 10px;
  white-space: normal;
  word-break: break-word;
}

.admin-report-category-badge .badge {
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 7px 10px;
  white-space: normal;
}

.admin-report-category-badge .badge-warning,
.admin-report-category-badge .badge-light {
  color: #1d2939 !important;
}

.admin-report-section {
  padding: 28px 0 0;
}

.admin-report-section h3 {
  color: #101828;
  font-size: 18px;
  font-weight: 850;
  margin: 0 0 12px;
}

.admin-report-section p {
  color: #344054;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  white-space: normal;
}

.admin-report-private {
  border-top: 1px solid rgba(214, 28, 36, 0.1);
  margin-top: 30px;
}

.admin-report-private dl {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.admin-report-private dl div {
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  padding: 14px;
}

.admin-report-private dd {
  color: #1d2939;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-report-side {
  position: sticky;
  top: 84px;
}

.admin-report-side-card {
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
  padding: 22px;
}

.admin-report-side-card h3 {
  color: #101828;
  font-size: 19px;
  font-weight: 850;
  margin: 0 0 8px;
}

.admin-report-side-card p {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 18px;
}

.admin-report-side-card label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.settings-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.settings-card .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
}

.settings-card .card-title {
  color: #1d2939;
  float: none;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
}

.settings-eyebrow {
  color: #d61c24;
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.settings-subtitle {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 6px;
}

.settings-action-bar {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.settings-action-bar strong {
  color: #1d2939;
  display: block;
}

.settings-action-bar span {
  color: #667085;
  display: block;
  font-size: 13px;
  margin-top: 3px;
}

.report-page {
  padding-bottom: 28px;
}

.report-toolbar {
  margin-top: 10px;
}

.report-filter-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  margin-bottom: 18px;
}

.report-filter-form {
  align-items: end;
  background-color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns:
    minmax(180px, 0.85fr) minmax(220px, 1fr) minmax(180px, 0.8fr)
    auto;
  padding: 18px;
}

.report-filter-heading {
  min-width: 0;
}

.report-filter-heading h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
}

.report-filter-field {
  min-width: 0;
}

.report-filter-field label {
  color: #344054;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.report-filter-field .form-control,
.report-filter-field .custom-select {
  min-height: 42px;
}

.report-filter-submit {
  font-weight: 800;
  min-height: 42px;
  white-space: nowrap;
}

.report-empty-card,
.report-result-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
  min-height: 100%;
}

.report-empty-card {
  margin-bottom: 18px;
}

.report-empty-card .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 286px;
  padding: 34px;
  text-align: center;
}

.report-empty-icon {
  align-items: center;
  background-color: #fff4cc;
  border: 1px solid #f6d365;
  color: #b7791f;
  display: inline-flex;
  font-size: 28px;
  height: 62px;
  justify-content: center;
  margin-bottom: 18px;
  width: 62px;
}

.report-empty-card h3,
.report-result-card h3 {
  color: #101828;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 8px;
}

.report-empty-card p,
.report-result-heading p {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.report-result-card .card-body {
  padding: 28px;
}

.report-result-card {
  margin-bottom: 18px;
}

.report-result-heading {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.report-result-heading .badge {
  flex: 0 0 auto;
  font-size: 12px;
  padding: 8px 11px;
}

.report-range-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-range-item {
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  padding: 16px;
}

.report-range-item span {
  color: #667085;
  display: block;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.report-range-item strong {
  color: #1d2939;
  display: block;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.report-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.report-stat-card {
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
  min-height: 126px;
  padding: 18px;
}

.report-stat-card span {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.report-stat-card strong {
  color: #d61c24;
  display: block;
  font-size: 32px;
  font-weight: 850;
  line-height: 1;
  margin-bottom: 10px;
}

.report-stat-card small {
  color: #98a2b3;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.report-data-row {
  row-gap: 18px;
}

.report-chart-card,
.report-table-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.report-chart-card .card-header,
.report-table-card .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
}

.report-chart-card .card-title,
.report-table-card .card-title {
  color: #1d2939;
  float: none;
  font-size: 18px;
  font-weight: 850;
}

.report-placeholder {
  align-items: center;
  background-color: #f8fafc;
  border: 1px dashed rgba(214, 28, 36, 0.24);
  color: #667085;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 260px;
  padding: 24px;
  text-align: center;
}

.report-placeholder i {
  color: #d61c24;
  font-size: 34px;
}

.report-table-card .table td {
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 16px;
}

.laporan-ai-page {
  padding: 0 0 28px;
}

.laporan-ai-toolbar {
  margin-top: 10px;
}

.laporan-ai-filter-card,
.laporan-ai-history-card,
.laporan-ai-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.laporan-ai-filter-card {
  margin-bottom: 18px;
}

.laporan-ai-filter-form {
  align-items: end;
  background-color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  padding: 18px;
}

.laporan-ai-filter-field label {
  color: #344054;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.laporan-ai-filter-field .form-control {
  min-height: 42px;
}

.laporan-ai-generate-btn {
  font-weight: 800;
  min-height: 42px;
  white-space: nowrap;
}

.laporan-ai-history-table {
  min-width: 1020px;
}

.laporan-ai-detail-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.laporan-ai-hero {
  align-items: center;
  background-color: #d61c24;
  color: #fff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 26px 30px;
}

.laporan-ai-hero .admin-page-eyebrow,
.laporan-ai-hero p,
.laporan-ai-hero h2 {
  color: #fff;
}

.laporan-ai-hero h2 {
  font-size: 26px;
  font-weight: 850;
  margin: 0 0 8px;
}

.laporan-ai-hero p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  opacity: 0.82;
}

.laporan-ai-risk-badge {
  flex: 0 0 auto;
  font-size: 13px;
  padding: 9px 12px;
}

.laporan-ai-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 18px;
}

.laporan-ai-stat-card {
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
  min-height: 112px;
  padding: 18px;
}

.laporan-ai-stat-card span {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.laporan-ai-stat-card strong {
  color: #d61c24;
  display: block;
  font-size: 32px;
  font-weight: 850;
  line-height: 1;
}

.laporan-ai-chart-row,
.laporan-ai-section-row {
  row-gap: 18px;
}

.laporan-ai-card {
  margin-bottom: 18px;
}

.laporan-ai-card .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
}

.laporan-ai-card .card-title {
  color: #1d2939;
  float: none;
  font-size: 18px;
  font-weight: 850;
}

.laporan-ai-chart-box {
  height: 260px;
  max-height: 260px;
  min-height: 260px;
  position: relative;
  width: 100%;
}

.laporan-ai-chart-box canvas {
  display: block;
  height: 100% !important;
  max-height: 260px;
  width: 100% !important;
}

.laporan-ai-category-actual {
  border-top: 1px solid rgba(214, 28, 36, 0.08);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 16px;
  padding-top: 14px;
}

.laporan-ai-category-actual-item {
  align-items: center;
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 12px;
}

.laporan-ai-category-actual-item span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.laporan-ai-category-actual-item strong {
  color: #D61C24;
  font-size: 16px;
  font-weight: 850;
}

.laporan-ai-summary {
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
}

.laporan-ai-theme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.laporan-ai-theme-list .badge {
  padding: 8px 10px;
}

.laporan-ai-list {
  color: #344054;
  line-height: 1.7;
  margin-bottom: 0;
  padding-left: 20px;
}

.home-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.9) 48%,
      rgba(255, 255, 255, 0.78) 100%
    ),
    url("../background/background-hero.png") center / cover no-repeat;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  margin-bottom: 34px;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vh - 92px);
  padding: 70px max(16px, calc((100vw - 1140px) / 2)) 58px;
  width: 100vw;
}

.home-hero-copy {
  min-width: 0;
}

.home-hero-badge {
  align-items: center;
  background-color: rgba(214, 28, 36, 0.06);
  border: 1px solid rgba(214, 28, 36, 0.16);
  border-radius: 999px;
  color: #d61c24;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 18px;
  padding: 7px 14px;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #101828;
  font-size: 46px;
  font-weight: 850;
  line-height: 1.06;
  margin: 0 0 18px;
  max-width: 650px;
}

.home-hero h1 {
  text-wrap: balance;
}

.home-hero h1 span {
  color: #d61c24;
}

.home-hero-copy p {
  color: #526071;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.home-contact-notice {
  align-items: flex-start;
  background-color: #fff4cc;
  border: 1px solid #f6d365;
  color: #5f4200;
  display: flex;
  gap: 12px;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 650px;
  padding: 14px 16px;
}

.home-contact-notice i {
  color: #b7791f;
  flex: 0 0 auto;
  font-size: 16px;
  margin-top: 3px;
}

.home-contact-notice span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-primary-action,
.home-secondary-action {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  min-width: 168px;
  padding: 11px 18px;
}

.home-secondary-action {
  background-color: rgba(255, 255, 255, 0.82);
}

.home-assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 28px;
}

.home-assurance-list span {
  color: #6b7584;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
}

.home-assurance-list i {
  color: #d61c24;
  font-size: 16px;
}

.home-report-panel {
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.12);
  padding: 22px;
}

.home-report-heading {
  color: #697386;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.home-report-list {
  display: grid;
  gap: 10px;
}

.home-report-item {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  display: flex;
  gap: 14px;
  min-height: 54px;
  padding: 11px 13px;
}

.home-report-item span {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.home-report-item strong {
  color: #344054;
  font-size: 13px;
  font-weight: 750;
}

.report-pink span {
  background-color: #fff1f5;
  color: #b4235a;
}

.report-yellow span {
  background-color: #fff8e6;
  color: #9a6700;
}

.report-blue span {
  background-color: #eef6ff;
  color: #175cd3;
}

.report-green span {
  background-color: #ecfdf3;
  color: #067647;
}

.report-slate span {
  background-color: #f2f4f7;
  color: #475467;
}

.home-panel-action {
  align-items: center;
  display: flex;
  font-weight: 850;
  justify-content: space-between;
  margin-top: 18px;
  min-height: 46px;
  padding-left: 16px;
  padding-right: 14px;
  width: 100%;
}

.dashboard-action-panel {
  align-items: center;
  background-color: #d61c24;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
  min-height: 132px;
  padding: 28px 32px;
}

.dashboard-action-copy {
  min-width: 0;
}

.dashboard-action-kicker {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.dashboard-action-copy h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
}

.dashboard-action-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  max-width: 620px;
}

.dashboard-action-btn {
  align-items: center;
  color: #d61c24;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  white-space: nowrap;
}

.dashboard-action-btn:hover,
.dashboard-action-btn:focus {
  color: #d61c24;
}

.dashboard-summary-card {
  border: 1px solid rgba(214, 28, 36, 0.1);
  box-shadow: 0 10px 28px rgba(214, 28, 36, 0.08);
  min-height: 128px;
}

.dashboard-summary-card .inner {
  min-height: 128px;
  padding-bottom: 18px;
}

.dashboard-summary-card .icon {
  color: rgba(214, 28, 36, 0.22);
  opacity: 1;
}

.status-check-card {
  min-height: 100%;
}

.status-check-form .input-group {
  max-width: 720px;
}

.status-check-result {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 4px;
}

.status-check-empty {
  align-items: center;
  background-color: rgba(214, 28, 36, 0.04);
  border: 1px dashed rgba(214, 28, 36, 0.22);
  color: #667085;
  display: flex;
  gap: 10px;
  min-height: 92px;
  padding: 18px;
}

.status-check-empty i {
  color: #d61c24;
  font-size: 20px;
}

.status-check-item {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.1);
  box-shadow: 0 8px 22px rgba(214, 28, 36, 0.06);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px;
}

.status-check-main {
  min-width: 0;
}

.status-check-ticket {
  color: #d61c24;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}

.status-check-main strong {
  color: #1d2939;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.status-check-main p {
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 6px;
}

.status-check-main small {
  color: #98a2b3;
  display: block;
  font-size: 12px;
}

.recent-report-card .card-body {
  overflow: hidden;
}

.recent-report-note {
  color: #98a2b3;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
}

.recent-report-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.recent-report-slider::-webkit-scrollbar {
  height: 8px;
}

.recent-report-slider::-webkit-scrollbar-thumb {
  background-color: rgba(214, 28, 36, 0.26);
  border-radius: 999px;
}

.recent-report-slider::-webkit-scrollbar-track {
  background-color: rgba(214, 28, 36, 0.06);
  border-radius: 999px;
}

.recent-report-item {
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.1);
  box-shadow: 0 10px 26px rgba(214, 28, 36, 0.08);
  cursor: pointer;
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  min-height: 230px;
  padding: 16px;
  scroll-snap-align: start;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.recent-report-item:hover,
.recent-report-item:focus {
  border-color: rgba(214, 28, 36, 0.28);
  box-shadow: 0 14px 32px rgba(214, 28, 36, 0.14);
  outline: 0;
  transform: translateY(-2px);
}

.recent-report-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.recent-report-ticket {
  color: #d61c24;
  font-size: 12px;
  font-weight: 850;
}

.recent-report-item h4 {
  color: #1d2939;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.recent-report-item p {
  color: #475467;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.recent-report-reference {
  background-color: rgba(214, 28, 36, 0.04);
  margin-top: 12px;
  padding: 10px;
}

.recent-report-reference strong {
  color: #d61c24;
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.recent-report-reference span {
  color: #475467;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recent-report-meta {
  border-top: 1px solid rgba(214, 28, 36, 0.08);
  color: #667085;
  display: grid;
  gap: 6px;
  font-size: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.recent-report-meta i {
  color: #d61c24;
}

.recent-report-empty {
  align-items: center;
  background-color: rgba(214, 28, 36, 0.04);
  border: 1px dashed rgba(214, 28, 36, 0.22);
  color: #667085;
  display: flex;
  gap: 10px;
  min-height: 120px;
  padding: 18px;
}

.recent-report-empty i {
  color: #d61c24;
  font-size: 22px;
}

.recent-report-modal .modal-header {
  align-items: flex-start;
}

.recent-report-modal-ticket {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}

.recent-report-modal-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.recent-report-modal-summary div {
  background-color: rgba(214, 28, 36, 0.04);
  border: 1px solid rgba(214, 28, 36, 0.08);
  padding: 12px;
}

.recent-report-modal-summary span {
  color: #98a2b3;
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.recent-report-modal-summary strong {
  color: #1d2939;
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.recent-report-modal-section {
  border-top: 1px solid rgba(214, 28, 36, 0.1);
  padding-top: 16px;
}

.recent-report-modal-section + .recent-report-modal-section {
  margin-top: 16px;
}

.recent-report-modal-section h6 {
  color: #d61c24;
  font-size: 13px;
  font-weight: 850;
  margin: 0 0 8px;
}

.recent-report-modal-section p {
  color: #475467;
  line-height: 1.65;
  margin: 0;
  white-space: pre-line;
}

.bs-stepper-header {
  overflow-x: auto;
}

.bs-stepper .step-trigger {
  min-width: 0;
}

.bs-stepper-circle {
  background-color: rgba(214, 28, 36, 0.12);
  color: #d61c24;
  font-weight: 800;
}

.form-control,
.custom-select {
  border-color: rgba(214, 28, 36, 0.18);
  color: #1d2939;
}

.custom-select,
select.form-control {
  background-color: #fff;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.form-control:focus,
.custom-select:focus {
  background-color: #fff;
  border-color: #d61c24;
  box-shadow: 0 0 0 0.2rem rgba(214, 28, 36, 0.16);
  color: #1d2939;
  outline: 0;
}

.form-control:hover {
  border-color: #d61c24;
}

.custom-select:hover,
select.form-control:hover {
  background-color: #fff7f7;
  border-color: #d61c24;
  box-shadow: 0 0 0 0.16rem rgba(214, 28, 36, 0.08);
}

.custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23D61C24' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

.custom-select option:hover,
.custom-select option:focus,
.custom-select option:checked,
select.form-control option:checked {
  background: #d61c24 linear-gradient(0deg, #d61c24 0%, #d61c24 100%);
  color: #fff;
}

.custom-select option:checked:hover,
.custom-select option:checked:focus,
select.form-control option:checked:hover,
select.form-control option:checked:focus {
  background: #b5161d linear-gradient(0deg, #b5161d 0%, #b5161d 100%);
  color: #fff;
}

.custom-select:disabled,
select.form-control:disabled {
  background-color: #f2f4f7;
  border-color: #d0d5dd;
  box-shadow: none;
  cursor: not-allowed;
  color: #98a2b3;
}

.dc-select-native {
  height: 1px !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px !important;
}

.dc-select {
  position: relative;
  width: 100%;
  z-index: 4;
}

.dc-select.is-open {
  z-index: 20;
}

.dc-select-trigger {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.28);
  color: #667085;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  min-height: 44px;
  padding: 9px 14px;
  text-align: left;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  width: 100%;
}

.dc-select-trigger:hover {
  background-color: #fff7f7;
  border-color: #d61c24;
  box-shadow: 0 0 0 0.16rem rgba(214, 28, 36, 0.08);
}

.dc-select-trigger:focus,
.dc-select.is-open .dc-select-trigger {
  background-color: #fff;
  border-color: #d61c24;
  box-shadow: 0 0 0 0.2rem rgba(214, 28, 36, 0.16);
  outline: 0;
}

.dc-select-trigger.has-value {
  color: #1d2939;
}

.dc-select-trigger.is-invalid {
  border-color: #d61c24;
}

.dc-select-chevron {
  border-bottom: 2px solid #d61c24;
  border-right: 2px solid #d61c24;
  flex: 0 0 auto;
  height: 7px;
  margin-left: 14px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
  width: 7px;
}

.dc-select.is-open .dc-select-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.dc-select-options {
  background-color: #fff;
  border: 1px solid rgba(214, 28, 36, 0.22);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.14);
  display: none;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
}

.dc-select.is-open .dc-select-options {
  display: block;
}

.dc-select-option {
  background-color: #fff;
  border: 0;
  color: #344054;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  min-height: 38px;
  padding: 9px 12px;
  text-align: left;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
  width: 100%;
}

.dc-select-option:hover,
.dc-select-option:focus {
  background-color: #d61c24;
  color: #fff;
  outline: 0;
}

.dc-select-option.is-selected {
  background-color: #b5161d;
  color: #fff;
  font-weight: 800;
}

.dc-select-options::-webkit-scrollbar {
  width: 7px;
}

.dc-select-options::-webkit-scrollbar-thumb {
  background-color: rgba(214, 28, 36, 0.35);
}

.dc-select-options::-webkit-scrollbar-track {
  background-color: #fff7f7;
}

.bs-stepper .step-trigger:hover .bs-stepper-circle,
.bs-stepper .step.active .bs-stepper-circle,
.bs-stepper .step-trigger:focus .bs-stepper-circle {
  background-color: #d61c24;
  color: #fff;
}

.bs-stepper .step-trigger:hover .bs-stepper-label,
.bs-stepper .step.active .bs-stepper-label,
.bs-stepper .step-trigger:focus .bs-stepper-label {
  color: #d61c24;
}

.bs-stepper .line {
  background-color: rgba(214, 28, 36, 0.18);
}

.complaint-form-page {
  margin-bottom: 26px;
}

.complaint-form-card {
  border: 1px solid rgba(214, 28, 36, 0.08);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.08) !important;
  overflow: hidden;
}

.complaint-form-header {
  align-items: center;
  border-bottom: 0;
  min-height: 92px;
  padding: 22px 26px;
}

.complaint-form-eyebrow {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.complaint-form-alert {
  padding: 16px 20px 0;
}

.complaint-form-body {
  padding: 24px 26px 28px;
}

.complaint-stepper .bs-stepper-header {
  background-color: #f8fafc;
  border: 1px solid rgba(214, 28, 36, 0.08);
  padding: 12px;
}

.complaint-stepper .step-trigger {
  border-radius: 8px;
  min-height: 48px;
}

.complaint-stepper .bs-stepper-label {
  color: #667085;
  font-weight: 800;
}

.complaint-section-heading {
  border-bottom: 1px solid rgba(214, 28, 36, 0.08);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.complaint-section-heading h5 {
  color: #1d2939;
  font-size: 19px;
  font-weight: 850;
  margin: 0 0 6px;
}

.complaint-section-heading p {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.complaint-form-group {
  margin-bottom: 16px;
}

.complaint-form-group label {
  color: #344054;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 7px;
}

.complaint-form-group .form-control,
.complaint-form-group .custom-select {
  background-color: #fff;
  min-height: 44px;
}

.complaint-form-group textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.complaint-form-actions {
  border-top: 1px solid rgba(214, 28, 36, 0.08);
  margin-top: 20px;
  padding-top: 18px;
}

.complaint-form-actions .btn {
  font-weight: 800;
  min-height: 42px;
  min-width: 126px;
}

.complaint-confirm-card {
  background-color: #fff;
  border-color: rgba(214, 28, 36, 0.1) !important;
  box-shadow: 0 10px 26px rgba(214, 28, 36, 0.06);
}

.complaint-confirm-card h6 {
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.complaint-confirm-card .table {
  margin-bottom: 0;
}

.complaint-confirm-card .table td {
  border-top-color: rgba(214, 28, 36, 0.08);
  color: #475467;
  line-height: 1.45;
  vertical-align: top;
}

.complaint-confirm-card .table td:first-child {
  color: #667085;
  font-weight: 800;
}

.user-trust-strip {
  background-color: #d61c24;
  color: #fff;
  margin-bottom: 18px;
  /* margin-left: calc(50% - 50vw); */
  padding: 50px 0;
  /* width: 100vw; */
}

.user-trust-inner {
  align-items: flex-start;
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 68px;
}

.user-trust-item {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.user-trust-icon {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  margin-top: 2px;
  width: 44px;
}

.user-trust-item h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 7px;
}

.user-trust-item p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991.98px) {
  .content-header .row {
    row-gap: 8px;
  }

  .content-header h1 {
    font-size: 28px;
    line-height: 1.18;
  }

  .admin-content-header .breadcrumb {
    justify-content: flex-start;
  }

  .admin-page-toolbar,
  .admin-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-page-toolbar .btn {
    width: 100%;
  }

  .admin-table-tools {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .admin-table-search,
  .admin-table-filter {
    flex-basis: auto;
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .content-header .breadcrumb {
    float: none;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    gap: 30px;
    grid-template-columns: 1fr;
    min-height: calc(100vh - 76px);
    padding: 46px 28px 34px;
  }

  .home-hero h1 {
    font-size: 38px;
    max-width: 720px;
  }

  .home-report-panel {
    max-width: 560px;
  }

  .user-trust-inner {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 0 28px;
  }

  .admin-complaint-header {
    display: block;
  }

  .admin-complaint-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
    width: 100%;
  }

  .admin-complaint-search {
    grid-column: 1 / -1;
  }

  .admin-complaint-reset,
  .admin-complaint-export {
    width: 100%;
  }

  .report-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-filter-heading,
  .report-filter-submit {
    grid-column: 1 / -1;
  }

  .report-range-grid,
  .report-stat-grid {
    grid-template-columns: 1fr;
  }

  .laporan-ai-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laporan-ai-generate-btn {
    grid-column: 1 / -1;
  }

  .laporan-ai-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .content-wrapper {
    min-height: auto !important;
  }

  .content {
    padding-bottom: 18px;
  }

  .content .container,
  .content .container-fluid,
  .content-header .container,
  .content-header .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-header {
    padding: 12px 0 4px;
  }

  .content-header h1 {
    font-size: 24px;
  }

  .admin-content-header {
    padding: 12px 0 6px;
  }

  .report-result-heading {
    flex-direction: column;
  }

  .report-filter-form {
    grid-template-columns: 1fr;
  }

  .report-filter-submit {
    width: 100%;
  }

  .laporan-ai-filter-form,
  .laporan-ai-stat-grid {
    grid-template-columns: 1fr;
  }

  .laporan-ai-detail-toolbar,
  .laporan-ai-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .laporan-ai-detail-toolbar .btn {
    width: 100%;
  }

  .admin-page-toolbar {
    margin-bottom: 14px;
    padding: 16px;
  }

  .admin-page-toolbar h2 {
    font-size: 20px;
  }

  .admin-page-card .card-header {
    min-height: 0;
    padding: 14px;
  }

  .admin-page-card .card-title {
    font-size: 17px;
  }

  .admin-table-wrap {
    min-height: 0;
    overflow-x: auto;
  }

  .admin-data-table {
    min-width: 980px;
  }

  .admin-news-table {
    min-width: 1080px;
  }

  .admin-account-table {
    min-width: 1120px;
  }

  .main-header.navbar {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .navbar-brand {
    align-items: center;
    display: flex;
    min-width: 0;
  }

  .navbar-brand .brand-image {
    height: 32px;
    margin-top: 0px;
    width: 32px;
  }

  .navbar-brand .brand-text {
    font-size: 16px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .user-brand {
    gap: 9px;
  }

  .user-brand .user-brand-logo {
    height: 46px;
    width: 46px;
  }

  .user-brand .user-brand-text {
    font-size: 17px;
    max-width: 130px;
  }

  .user-brand .user-brand-tagline {
    font-size: 8px;
    max-width: 200px;
  }

  .card {
    border-radius: 8px;
  }

  .home-hero {
    padding: 30px 18px 26px;
  }

  .home-hero h1 {
    font-size: 31px;
  }

  .home-hero-copy p {
    font-size: 14px;
  }

  .home-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .home-primary-action,
  .home-secondary-action {
    width: 100%;
  }

  .home-assurance-list {
    gap: 18px;
  }

  .home-assurance-list span {
    flex: 1 1 120px;
  }

  .home-report-panel {
    padding: 16px;
  }

  .card-body {
    padding: 14px;
  }

  .card-header {
    align-items: flex-start !important;
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .card-header .card-title {
    font-size: 17px;
    line-height: 1.3;
    margin: 0;
  }

  .card-header .btn {
    margin-left: 0 !important;
    white-space: normal;
  }

  .small-box .inner {
    min-height: 96px;
    padding: 14px 56px 12px 14px;
  }

  .small-box .inner h3 {
    font-size: 26px;
  }

  .small-box .inner p,
  .small-box-footer {
    font-size: 13px;
  }

  .small-box .icon {
    font-size: 58px;
    right: 10px;
    top: 16px;
  }

  .admin-dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 22px 18px;
  }

  .admin-dashboard-hero h2 {
    font-size: 21px;
  }

  .admin-dashboard-action {
    width: 100%;
  }

  .admin-summary-card {
    min-height: 112px;
  }

  .admin-summary-card .inner {
    min-height: 112px;
  }

  .admin-recent-table {
    height: auto;
    max-height: 320px;
  }

  .admin-complaint-header {
    display: block;
    min-height: 0;
    padding: 16px;
  }

  .admin-complaint-tools {
    background-color: transparent;
    border: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
    max-width: none;
    min-width: 0;
    padding: 0;
  }

  .admin-complaint-filter {
    flex-basis: auto;
  }

  .admin-complaint-date-filter span {
    background-color: #f6f8fb;
  }

  .admin-complaint-table-wrap {
    min-height: 0;
    overflow-x: auto;
  }

  .admin-complaint-table {
    min-width: 940px;
  }

  .admin-complaint-text,
  .admin-complaint-text.muted {
    text-align: left;
  }

  .admin-complaint-person {
    text-align: left;
  }

  .admin-complaint-progress {
    min-width: 96px;
  }

  .admin-report-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-report-toolbar .btn {
    width: 100%;
  }

  .admin-report-paper {
    min-height: 0;
    padding: 26px 18px;
  }

  .admin-report-header {
    flex-direction: column;
  }

  .admin-report-header h2 {
    font-size: 24px;
  }

  .admin-report-meta,
  .admin-report-private dl {
    grid-template-columns: 1fr;
  }

  .admin-report-side {
    margin-top: 16px;
    position: static;
  }

  .settings-action-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .settings-action-bar .btn {
    width: 100%;
  }

  .dashboard-action-panel {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .dashboard-action-copy h2 {
    font-size: 21px;
  }

  .dashboard-action-btn {
    width: 100%;
  }

  .dashboard-summary-card {
    min-height: 112px;
  }

  .dashboard-summary-card .inner {
    min-height: 112px;
  }

  .status-check-form .input-group {
    display: block;
  }

  .status-check-form .input-group .form-control {
    border-radius: 4px;
    width: 100%;
  }

  .status-check-form .input-group-append {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .status-check-form .btn {
    border-radius: 4px;
    width: 100%;
  }

  .status-check-result {
    max-height: none;
  }

  .status-check-item {
    display: block;
  }

  .status-check-item .badge {
    margin-top: 10px;
  }

  .recent-report-note {
    width: 100%;
  }

  .recent-report-item {
    flex-basis: 82vw;
    min-height: 220px;
  }

  .recent-report-modal-summary {
    grid-template-columns: 1fr 1fr;
  }

  .table {
    font-size: 13px;
  }

  .table th,
  .table td {
    padding: 0.55rem;
  }

  .btn {
    font-size: 14px;
    line-height: 1.25;
  }

  .form-control,
  .custom-select {
    font-size: 14px;
    min-height: 40px;
  }

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

  .bs-stepper-header {
    flex-wrap: nowrap;
    gap: 8px;
    padding-bottom: 8px;
  }

  .bs-stepper-header .line {
    min-width: 18px;
  }

  .bs-stepper .step-trigger {
    padding: 8px 4px;
  }

  .bs-stepper-circle {
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    width: 28px;
  }

  .bs-stepper-label {
    font-size: 12px;
    max-width: 76px;
    white-space: normal;
  }

  .bs-stepper-content {
    padding: 0;
  }

  .complaint-form-card {
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08) !important;
  }

  .complaint-form-header {
    min-height: 0;
    padding: 18px;
  }

  .complaint-form-body {
    padding: 16px;
  }

  .complaint-form-alert {
    padding: 12px 14px 0;
  }

  .complaint-stepper .bs-stepper-header {
    padding: 8px;
  }

  .complaint-section-heading h5 {
    font-size: 17px;
  }

  .complaint-form-actions {
    margin-top: 16px;
    padding-top: 14px;
  }

  .d-flex.justify-content-between {
    gap: 10px;
  }

  .d-flex.justify-content-between .btn {
    flex: 1 1 0;
  }

  .login-page {
    padding: 14px;
  }

  .card-login {
    display: block;
    min-height: 0;
  }

  .card-login-media {
    min-height: 220px;
    padding: 24px;
  }

  .login-brand-panel {
    align-self: flex-end;
  }

  .logo-login {
    height: 84px;
    margin-bottom: 14px;
    width: 84px;
  }

  .login-brand-panel h1 {
    font-size: 28px;
  }

  .login-brand-panel p {
    font-size: 13px;
  }

  .login-assurance {
    display: none;
  }

  .card-login-form .card-body {
    padding: 26px 20px;
  }

  .login-form-heading h2 {
    font-size: 23px;
  }

  .user-trust-strip {
    margin-bottom: 18px;
    padding: 24px 0;
  }

  .user-trust-inner {
    padding: 0 18px;
  }

  .user-trust-item {
    gap: 12px;
  }

  .user-trust-icon {
    border-radius: 10px;
    flex-basis: 42px;
    font-size: 17px;
    height: 42px;
    width: 42px;
  }

  .user-trust-item h5 {
    font-size: 15px;
  }

  .user-trust-item p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .content-wrapper[style] {
    margin-top: 3.5rem !important;
  }

  .content-header h1 {
    font-size: 22px;
  }

  .page-subtitle {
    font-size: 12px;
    margin-top: 5px;
  }

  .home-hero h1 {
    font-size: 28px;
  }

  .home-report-item {
    min-height: 50px;
  }

  .recent-report-modal-summary {
    grid-template-columns: 1fr;
  }

  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .small-box .inner {
    min-height: 92px;
    padding-right: 44px;
  }

  .small-box .inner h3 {
    font-size: 23px;
  }

  .small-box .icon {
    font-size: 46px;
    opacity: 0.22;
  }

  .small-box-footer {
    padding: 6px 4px;
  }

  .card-body.table-responsive[style] {
    height: auto !important;
    max-height: 320px;
  }

  .nav-pills.flex-column .nav-link {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    line-height: 1.35;
  }

  .nav-pills.flex-column .nav-link .badge {
    margin-left: auto;
  }

  .bs-stepper-header {
    justify-content: flex-start;
  }

  .bs-stepper .step-trigger {
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  .bs-stepper-circle {
    margin-right: 0;
  }

  .bs-stepper-label {
    text-align: center;
  }

  .card.border .table,
  .card.border .table tbody,
  .card.border .table tr,
  .card.border .table td {
    display: block;
    width: 100% !important;
  }

  .card.border .table td:first-child {
    border-bottom: 0;
    color: #6c757d;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 0;
  }

  .card.border .table td:last-child {
    padding-top: 2px;
  }
}
