@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.navbar {
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  background-color: #3F4852;
}
.navbar .top-nav {
  align-items: center;
}
.navbar .navbar-nav li a {
  font-size: 0.8rem;
}
.navbar .navbar-nav a:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item {
  transition: 0.2s ease;
  border-bottom: 1px solid #3F4852;
}
.navbar .navbar-nav .nav-item:hover {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item .nav-link i {
  margin-right: 0.5rem;
}
.navbar .navbar-nav .nav-social:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.navbar .navbar-nav .nav-social:hover .nav-link {
  color: #CCEDFB;
}
.navbar .navbar-nav .nav-social .nav-link {
  text-transform: uppercase;
  color: #ffffff;
}
.navbar .navbar-nav .nav-btn a {
  text-transform: uppercase;
  background-color: #7A766C !important;
  border-color: #7A766C !important;
  color: #ffffff !important;
  border-radius: 0;
  margin-left: 0.5rem;
}
.navbar .navbar-nav .nav-btn a:hover {
  background-color: #b7b5ae !important;
  border-color: #b7b5ae !important;
}
.navbar .navbar-brand {
  text-transform: uppercase;
  font-size: 0.8rem;
  height: 40px;
}
.navbar .navbar-brand img {
  height: 100%;
  width: auto;
}
.navbar .navbar-brand .logo-icon {
  background-color: #ffffff;
  color: #3F4852;
  padding: 0.5rem;
  padding-bottom: 0.4rem;
  margin-right: 0.5rem;
}
.navbar .navbar-brand:hover {
  text-decoration: none;
}
.navbar .navbar-toggler {
  padding: 0.1rem0 0.25rem !important;
  font-size: 1.1rem !important;
  border: 0;
}

.bg-light {
  background-color: #F1F5FB !important;
}

.btn-bc {
  background-color: #F1F5FB;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.btn-bc:hover {
  background-color: #DFE2EA;
}

.back-btn-wrapper {
  margin-bottom: 2rem;
}
.back-btn-wrapper .btn-back {
  line-height: 1.3;
}
.back-btn-wrapper .btn-back i {
  margin-right: 0.3rem !important;
}

.basic-page {
  max-width: 800px;
  margin: 0 auto;
}

.hp-subtitle {
  margin-bottom: 2rem;
}

.questions-card {
  background-color: #F1F5FB;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.questions-card .section-h {
  margin-top: 0 !important;
}
.questions-card p {
  margin-bottom: 0;
}

.officer-table-card {
  overflow: auto;
  background-color: #F1F5FB;
  padding: 2rem;
  border-radius: 1rem;
}

.officer-table {
  overflow: hidden;
}
.officer-table a {
  color: #1b1b1b;
}
.officer-table .officer-tbl-btn {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  min-width: 80px;
  width: 100%;
  text-decoration: none;
  border-radius: 0.5rem;
}
.officer-table .officer-tbl-btn:hover {
  background-color: #DFE2EA;
}

.officer-title-card {
  background-color: #F1F5FB;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 1px 1px 2px 1px #DFE2EA;
  box-shadow: 1px 1px 2px 1px #DFE2EA;
}

.bc-bg-pill {
  background-color: #14121E;
  margin-bottom: 1rem;
}

.incidents-header {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.incident-card {
  background-color: #F1F5FB;
  -webkit-box-shadow: 1px 1px 2px 1px #DFE2EA;
  box-shadow: 1px 1px 2px 1px #DFE2EA;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.incident-card .incident-file-container {
  display: flex;
  flex-wrap: wrap;
}
.incident-card .incident-file-container .incident-file {
  padding-right: 1.5rem;
  margin-bottom: 1rem;
  color: #14121E;
}
.incident-card .incident-file-container .incident-file i {
  font-size: 2rem;
}
.incident-card .incident-file-container .incident-file a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #14121E;
}
.incident-card .incident-file-container .incident-file .incident-inner-text p {
  margin-bottom: 0;
  padding-left: 0.5rem;
}

html {
  font-size: 100%;
}

body {
  background: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #201E1F;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

p {
  margin-bottom: 1.38rem;
}

h1,
.h1 {
  margin-top: 0;
  font-size: 1.802rem;
}

h2,
.h2 {
  font-size: 1.602rem;
}

h3,
.h3 {
  font-size: 1.266rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6,
small,
.text-small {
  font-size: 0.79rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #201E1F;
  margin: 1rem 0 1rem;
  font-family: "Heebo", sans-serif;
  line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 600;
}

h5,
.h5,
h6,
.h6,
small,
.small,
.text-small {
  font-weight: 400;
}

a {
  color: #201E1F;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

.font-primary-purple {
  color: #4F4F4F;
}

.font-primary-purple-light {
  color: #8f8f8f;
}

.font-primary-purple-dark {
  color: #030303;
}

.font-secondary-green {
  color: #17BFAD;
}

.font-secondary-green-light {
  color: #52eada;
}

.font-secondary-green-dark {
  color: #0f7b6f;
}

.font-yellow {
  color: #FF9900;
}

.font-yellow-light {
  color: #ffc266;
}

.font-yellow-dark {
  color: #cc7a00;
}

.bg-primary-purple {
  background-color: #4F4F4F;
}

.bg-primary-purple-light {
  background-color: #8f8f8f;
}

.bg-primary-purple-dark {
  background-color: #030303;
}

.bg-secondary-green {
  background-color: #17BFAD;
}

.bg-secondary-green-light {
  background-color: #52eada;
}

.bg-secondary-green-dark {
  background-color: #0f7b6f;
}

.bg-yellow {
  background-color: #FF9900;
}

.bg-yellow-light {
  background-color: #ffc266;
}

.bg-yellow-dark {
  background-color: #cc7a00;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-gray-light {
  background-color: #f5f5f5;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.na-name {
  color: #D5D5D5;
}

.pmdb-btn {
  border-radius: 0px;
  border: 0 !important;
  padding: 0.4rem 1rem !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  transition: 0.3s ease-in-out !important;
  cursor: pointer !important;
  min-width: 7rem !important;
  font-family: "Poppins", sans-serif !important;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
}
.pmdb-btn:hover {
  filter: brightness(120%);
  text-decoration: none;
}
.pmdb-btn i {
  margin-right: 0.5rem !important;
}

.pmdb-btn-primary {
  background-color: #3B2E2D !important;
  color: #ffffff !important;
  border: 1px solid #4F4F4F !important;
}
.pmdb-btn-primary:hover {
  color: #ffffff !important;
}

.pmdb-btn-secondary {
  background-color: #e3e3e3 !important;
  color: #4F4F4F !important;
  border: 1px solid #f0f0f0 !important;
}
.pmdb-btn-secondary:hover {
  background-color: #f0f0f0;
  color: #ffffff;
  filter: brightness(95%);
}

.pmdb-btn-secondary-outline {
  background-color: #c2c2c2 !important;
  color: #4F4F4F !important;
  border: 1px solid #4F4F4F !important;
}
.pmdb-btn-secondary-outline:hover {
  background-color: #4F4F4F;
  color: #ffffff;
}

.pmdb-btn-outline {
  background-color: #ffffff !important;
  color: #4F4F4F !important;
  border: 1px solid #4F4F4F !important;
}
.pmdb-btn-outline:hover {
  background-color: #c2c2c2 !important;
  color: #ffffff !important;
  filter: none !important;
}

.pmdb-details-btn {
  padding: 0.2rem 0.5rem !important;
  min-width: 5rem !important;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  transition: 0.3s ease-in-out !important;
  cursor: pointer !important;
  font-family: "Poppins", sans-serif !important;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #3B2E2D !important;
  color: #ffffff !important;
  border: 1px solid #4F4F4F !important;
  border-radius: 0;
}
.pmdb-details-btn:hover {
  color: #ffffff !important;
  filter: brightness(90%) !important;
  text-decoration: none !important;
}

@media (min-width: 620px) {
  .view-toggle {
    min-width: 300px !important;
  }
}
@media (max-width: 620px) {
  .view-btn-wrapper {
    width: 100% !important;
  }
  .view-btn-wrapper button {
    width: 100% !important;
  }
}
.download-btn {
  margin-left: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 565px) {
  .download-btn {
    min-width: auto !important;
  }
  .download-btn i {
    margin-right: 0 !important;
  }
  .download-btn span {
    display: none;
  }
}

.reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.truncate-btn {
  text-align: start;
  white-space: normal;
  word-break: break-word;
  width: 100%;
  font-size: 0.7rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid #ccc;
  background-color: #f9f9f9 !important;
}
@media (max-width: 767px) {
  .truncate-btn {
    width: 100%;
  }
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: 0 !important;
}

.incident-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: initial;
  text-align: left;
}

.pmdb-badge {
  font-weight: 420;
  border: 1px solid;
  font-size: 0.68rem;
  transition: 0.3s ease-in-out;
  border-radius: 0 !important;
  text-decoration: none;
  margin: 0;
}
.pmdb-badge:hover {
  filter: brightness(90%);
  text-decoration: none;
}

.pmdb-badge-gold,
.badge-outcome {
  background-color: #f2f0e9;
  color: #4a442c;
  border-color: #d9d5c8;
}
.pmdb-badge-gold:hover,
.badge-outcome:hover {
  filter: none;
}

.pmdb-badge-gold-outline,
.badge-outcome-outline {
  background-color: #f2f0e9;
  color: #4a442c;
  border-color: #8A7E52;
}
.pmdb-badge-gold-outline:hover,
.badge-outcome-outline:hover {
  filter: none;
}

.pmdb-badge-dark-purple,
.badge-incident {
  background-color: #eae4e3;
  color: #3B2E2D;
  border-color: #d4ccc9;
}
.pmdb-badge-dark-purple:hover,
.badge-incident:hover {
  filter: none;
}

.pmdb-badge-dark-purple-outline,
.badge-incident-outline {
  background-color: #eae4e3;
  color: #3B2E2D;
  border-color: #3B2E2D;
}
.pmdb-badge-dark-purple-outline:hover,
.badge-incident-outline:hover {
  filter: none;
}

.pmdb-badge-dark-brown,
.badge-officer {
  background-color: #f4e8e2;
  color: #663925;
  border-color: #e0cdc3;
}
.pmdb-badge-dark-brown:hover,
.badge-officer:hover {
  color: #663925 !important;
}

.pmdb-badge-dark-brown-outline,
.badge-officer-outline {
  background-color: #f4e8e2;
  color: #663925;
  border-color: #f4e8e2;
}
.pmdb-badge-dark-brown-outline:hover,
.badge-officer-outline:hover {
  color: #663925 !important;
}

footer {
  background-color: #e3e3e3;
  color: #555;
  font-size: 0.75rem;
  line-height: 1.6;
}
footer .footer-content {
  padding: 2rem 0;
}
footer .footer-content .forgotten-policy,
footer .footer-content .land-acknowledgement {
  text-align: left;
}
footer .footer-content .forgotten-policy p,
footer .footer-content .land-acknowledgement small {
  font-size: 0.7rem;
  color: #666;
}
footer .footer-content .land-acknowledgement {
  margin-bottom: 1.5rem;
}
footer .footer-content hr {
  border-color: #ccc;
  margin: 1rem 0;
}
footer .footer-content .sub-footer {
  display: flex;
  align-items: center;
}
footer .footer-content .sub-footer .footnotes {
  margin-left: auto;
}
footer .footer-content .sub-footer .footnotes p {
  margin: 0;
  font-size: 0.7rem;
  color: #888;
}
footer .footer-content .sub-footer .footnotes a {
  color: #888;
}
footer .footer-content .footer-nav {
  margin-bottom: 0;
}
footer .footer-content .footer-nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 0.25rem;
}
footer .footer-content .footer-nav .navbar-nav .nav-item {
  padding: 0;
}
footer .footer-content .footer-nav .navbar-nav .nav-item .nav-link {
  color: #444;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}

@media (max-width: 768px) {
  footer .footer-nav .navbar-nav {
    flex-direction: column !important;
    text-align: center;
  }
  footer .sub-footer {
    flex-direction: column !important;
    text-align: center;
  }
  footer .sub-footer .footnotes {
    margin-left: initial !important;
    margin-top: 0.75rem;
  }
}
#homepage .database-title-section {
  min-height: 400px;
}
#homepage .pmdb-btn-primary {
  padding: 0.75rem 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.hp-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3B2E2D;
  line-height: 1.2;
}
.hp-stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.database-title-section {
  padding-bottom: 3rem;
}
.database-title-section .content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.database-title-section .content-container .section-h {
  text-transform: uppercase;
}
.database-title-section .content-container .button-container .pmdb-tabs {
  align-items: center;
  justify-content: center;
}
.database-title-section .content-container .button-container .pmdb-tabs .nav-link {
  background-color: #ffffff;
  border: 1px solid #3F4852 !important;
  color: #3F4852 !important;
}
.database-title-section .content-container .button-container .pmdb-tabs .nav-link.active {
  background-color: #3F4852;
  color: #ffffff !important;
}

.global-filters-section {
  background: white;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}
.global-filters-section .global-filters-area .gf-header h3 {
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
}
.global-filters-section .global-filters-area .gf-content input, .global-filters-section .global-filters-area .gf-content select {
  width: 100%;
}
.global-filters-section .global-filters-area .gf-content #filter-form {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
  align-items: end;
  margin-bottom: 0;
}
.global-filters-section .global-filters-area .gf-content #filter-form .bootstrap-select > .dropdown-toggle {
  border-radius: 0px !important;
  border: 1px solid #201E1F !important;
  font-size: 0.8rem !important;
  height: 2.3rem !important;
}
.global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(n+3):nth-child(-n+5) {
  grid-column-start: span 2;
}
.global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(6) {
  grid-column-start: span 4;
}
@media (max-width: 991px) {
  .global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(n+1):nth-child(-n+2) {
    grid-column-start: span 3;
  }
  .global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(3) {
    grid-column-start: span 6 !important;
  }
  .global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(n+4):nth-child(-n+5) {
    grid-column-start: span 6;
  }
  .global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(6) {
    grid-column-start: span 4;
  }
}
@media (max-width: 767px) {
  .global-filters-section .global-filters-area .gf-content #filter-form .form-group:nth-child(n+1):nth-child(-n+6) {
    grid-column-start: span 12 !important;
  }
}
.global-filters-section .global-filters-area .gf-content #Year {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-filters-section .global-filters-area .gf-content #Year input {
  width: 45%;
  padding-left: 0.5rem;
}
.global-filters-section .global-filters-area .gf-content .form-group {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.global-filters-section .global-filters-area .gf-content .form-group:first-child .dropdown-item:active, .global-filters-section .global-filters-area .gf-content .form-group:first-child .dropdown-item.active {
  background-color: #dafbf7;
  color: #0f7b6f;
}
.global-filters-section .global-filters-area .gf-content .form-group:nth-child(2) .dropdown-item:active, .global-filters-section .global-filters-area .gf-content .form-group:nth-child(2) .dropdown-item.active {
  background-color: #eeeafb;
  color: #7857DB;
}
@media (max-width: 575px) {
  .global-filters-section .global-filters-area .gf-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (max-width: 475px) {
  .global-filters-section .global-filters-area .gf-content {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.global-filters-section .global-filters-area .gf-content .pmdb-btn {
  width: 100%;
}
@media (max-width: 991px) {
  .global-filters-section .global-filters-area .form-btns,
.global-filters-section .global-filters-area .form-buttons {
    grid-column: 1/-1 !important;
  }
}

label {
  font-size: 0.85rem;
  font-weight: 500;
}

.form-select {
  border-radius: 0px;
  border: 1px solid #201E1F;
  font-size: 0.8rem;
  height: 2.29rem;
}

input,
select,
.bootstrap-select .btn {
  border-radius: 0px !important;
  border: 1px solid #201E1F !important;
  font-size: 0.8rem !important;
  height: 2.3rem !important;
  padding: 0.375rem;
}
input.gridjs-input,
select.gridjs-input,
.bootstrap-select .btn.gridjs-input {
  border-radius: 0 !important;
  height: 1.3rem !important;
  border: none !important;
  margin-left: 1rem;
  border-bottom: 1px solid !important;
  padding-left: 0;
}
@media (max-width: 991px) {
  input.gridjs-input,
select.gridjs-input,
.bootstrap-select .btn.gridjs-input {
    margin-left: 0;
  }
}

input:focus-visible, input:focus,
select:focus-visible,
select:focus,
.show-tick:focus-visible,
.show-tick:focus,
button:focus-visible,
button:focus {
  outline: none;
  border: 1px solid #bdbdbd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.btn:focus-visible, .btn:focus,
.bootstrap-select .dropdown-toggle:focus:focus-visible,
.bootstrap-select .dropdown-toggle:focus:focus,
.form-focus:focus-visible,
.form-focus:focus {
  outline: #bdbdbd auto 1px !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #bdbdbd;
}

.bootstrap-select > .dropdown-toggle {
  border-radius: 0px !important;
  border: 1px solid #201E1F !important;
  font-size: 0.8rem !important;
  height: 2.3rem !important;
}

.summary-stats-section {
  background: white;
  padding: 1rem 1rem 0;
  margin-bottom: 0;
}
.summary-stats-section .stats-container {
  margin-bottom: 0;
}
.summary-stats-section .stats-container .section-h {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.summary-stats-section .stats-container .btn-group .active {
  background-color: #4F4F4F !important;
  color: #ffffff !important;
  border: 1px solid #4F4F4F !important;
}
.summary-stats-section .stats-container .btn-group .active:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .summary-stats-section .stats-container .btn-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .summary-stats-section .stats-container .btn-group .pmdb-btn {
    min-width: auto;
    padding: 0.4rem;
  }
}
.summary-stats-section .stat-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-auto-rows: 1fr;
}
.summary-stats-section .stat-cards-container .stat-cards {
  display: flex;
  justify-content: start;
  background-color: #f5f5f5;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-radius: 0px;
}
.summary-stats-section .stat-cards-container .stat-cards i {
  color: #4F4F4F !important;
  border: 0;
}
.summary-stats-section .stat-cards-container p {
  margin-bottom: 0;
}
.summary-stats-section .stat-cards-container .stat-card-icon,
.summary-stats-section .stat-cards-container .stat-card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.summary-stats-section .stat-cards-container .stat-card-icon {
  padding-bottom: 0.5rem;
}
.summary-stats-section .stat-cards-container .stat-card-icon i {
  background-color: #ffffff;
  border-radius: 70%;
  color: #201E1F;
  padding: 0.5rem;
  border: 0 !important;
  height: 3rem;
  text-align: center;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-stats-section .stat-cards-container .stat-card-highlight {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.summary-stats-section .stat-cards-container .stat-card-content {
  text-align: center;
}
.summary-stats-section .stat-cards-container .stat-card-description {
  font-size: 0.8rem;
  line-height: 1.2;
}
.summary-stats-section .stat-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-auto-rows: 1fr;
}
.summary-stats-section .stat-cards-container.light-bg .stat-cards {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-radius: 0px;
}
.summary-stats-section .stat-cards-container.light-bg .stat-cards i {
  color: #4F4F4F !important;
  background-color: #c2c2c2 !important;
}
.summary-stats-section .stat-cards-container .stat-cards {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-radius: 0px;
}
.summary-stats-section .stat-cards-container .stat-cards i {
  color: #4F4F4F !important;
  border: 0.5rem solid #4F4F4F !important;
}
.summary-stats-section .stat-cards-container p {
  margin-bottom: 0;
}
.summary-stats-section .stat-cards-container .stat-card-icon,
.summary-stats-section .stat-cards-container .stat-card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.summary-stats-section .stat-cards-container .stat-card-icon {
  padding-bottom: 0.5rem;
}
.summary-stats-section .stat-cards-container .stat-card-icon i {
  background-color: #ffffff;
  border-radius: 70%;
  color: #201E1F;
  padding: 0.5rem;
  border: 0 !important;
  height: 3rem;
  text-align: center;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-stats-section .stat-cards-container .stat-card-highlight {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.summary-stats-section .stat-cards-container .stat-card-content {
  text-align: center;
}
.summary-stats-section .stat-cards-container .stat-card-description {
  font-size: 0.8rem;
  line-height: 1.2;
}
.summary-stats-section .graph-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  margin-bottom: 0;
}
.summary-stats-section .graph-cards-container .graph-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0px;
}
.summary-stats-section .graph-cards-container canvas {
  max-height: 200px;
  display: block;
  box-sizing: border-box;
}

.pmdb-table-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.pmdb-table-header .input-group {
  width: auto;
}
@media (max-width: 767px) {
  .pmdb-table-header .input-group {
    width: 100%;
  }
}
.pmdb-table-header div:last-child {
  margin-left: auto;
}
.pmdb-table-header .table-title {
  margin: 0;
}
.pmdb-table-header .form-control {
  border: 0;
  background-color: #f5f5f5;
}
.pmdb-table-header .input-group-text {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.table-section {
  background: white;
  padding: 1rem;
  margin-bottom: 3rem;
}
.table-section .section-h {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.table-section .table-container .gridjs-search {
  display: flex !important;
  align-items: end !important;
  gap: 0.5rem !important;
  width: 100%;
  flex-wrap: wrap;
  font-family: "Poppins" !important;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@media (max-width: 575px) {
  .table-section .table-container .gridjs-search .gridjs-search-input {
    width: 55% !important;
  }
}
.table-section .table-container .gridjs-search .section-h {
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .table-section .table-container .gridjs-search .section-h {
    width: 100%;
  }
}
.table-section .table-container .gridjs-search #downloadButtonIncidents,
.table-section .table-container .gridjs-search #downloadButtonOfficers,
.table-section .table-container .gridjs-search .table-download-btn {
  margin-left: auto !important;
  height: 2.29rem;
  border: 1px solid #201E1F !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .table-section .table-container .gridjs-search #downloadButtonIncidents,
.table-section .table-container .gridjs-search #downloadButtonOfficers,
.table-section .table-container .gridjs-search .table-download-btn {
    min-width: auto !important;
  }
  .table-section .table-container .gridjs-search #downloadButtonIncidents span,
.table-section .table-container .gridjs-search #downloadButtonOfficers span,
.table-section .table-container .gridjs-search .table-download-btn span {
    display: none !important;
  }
}
.table-section .table-container .gridjs-search #downloadButtonIncidents:before,
.table-section .table-container .gridjs-search #downloadButtonOfficers:before,
.table-section .table-container .gridjs-search .table-download-btn:before {
  content: "";
}
@media (max-width: 575px) {
  .table-section .table-container .gridjs-search #downloadButtonIncidents:before,
.table-section .table-container .gridjs-search #downloadButtonOfficers:before,
.table-section .table-container .gridjs-search .table-download-btn:before {
    padding-right: 0 !important;
  }
}
.table-section .table-container .gridjs-search .input-group {
  width: auto;
}
@media (max-width: 767px) {
  .table-section .table-container .gridjs-search .input-group {
    width: 100%;
  }
}
.table-section .table-container .gridjs-search div:last-child {
  margin-left: auto;
}
.table-section .table-container .gridjs-search .table-title {
  margin: 0;
}
.table-section .table-container .gridjs-search .form-control {
  border: 0;
  background-color: #f5f5f5;
}
.table-section .table-container .gridjs-search .input-group-text {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
@media (max-width: 767px) {
  .table-section .table-container .section-h {
    margin-bottom: 0;
  }
}
.table-section .table-container .gridjs-head {
  margin-bottom: 1rem;
}
.table-section .table-container .gridjs-wrapper {
  border-radius: 0px;
}
.table-section .table-container .gridjs-wrapper .table-link {
  color: #4F4F4F;
  text-decoration: none;
  transition: 0.2s ease;
}
.table-section .table-container .gridjs-wrapper .table-link:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .table-section .table-container .gridjs-pages,
.table-section .table-container .gridjs-pagination {
    font-size: 0.8rem;
  }
}
.table-section .table-container .gridjs-pagination {
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .table-section .table-container .gridjs-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.table-section .table-container .gridjs-pagination .gridjs-pages button:first-child {
  border-radius: 0px;
}
.table-section .table-container .gridjs-pagination .gridjs-pages button:last-child {
  border-radius: 0px;
}
.table-section .table-container .gridjs-footer {
  border-radius: 0px;
}
.table-section .table-container .gridjs-wrapper,
.table-section .table-container .gridjs-footer,
.table-section .table-container .gridjs-container {
  box-shadow: none !important;
}
.table-section .table-container .pmdb-table-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.table-section .table-container .pmdb-table-header .input-group {
  width: auto;
}
@media (max-width: 767px) {
  .table-section .table-container .pmdb-table-header .input-group {
    width: 100%;
  }
}
.table-section .table-container .pmdb-table-header div:last-child {
  margin-left: auto;
}
.table-section .table-container .pmdb-table-header .table-title {
  margin: 0;
}
.table-section .table-container .pmdb-table-header .form-control {
  border: 0;
  background-color: #f5f5f5;
}
.table-section .table-container .pmdb-table-header .input-group-text {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.table-section .table-container .pmdb-table {
  border-radius: 0px;
  overflow: hidden;
  background-color: #ffffff;
  table-layout: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.table-section .table-container .pmdb-table thead, .table-section .table-container .pmdb-table th, .table-section .table-container .pmdb-table .th.gridjs-th-sort {
  background-color: #f5f5f5 !important;
  color: #201E1F !important;
  font-size: 0.75rem;
  font-weight: 500;
  border-bottom: 2px solid #4F4F4F !important;
}
.table-section .table-container .pmdb-table thead th, .table-section .table-container .pmdb-table th th, .table-section .table-container .pmdb-table .th.gridjs-th-sort th {
  font-weight: 500;
}
.table-section .table-container .pmdb-table th[data-column-id=year] {
  width: 60px !important;
}
.table-section .table-container .pmdb-table th[data-column-id=description] {
  width: 30% !important;
}
.table-section .table-container .pmdb-table .gridjs-td {
  border-bottom: 1px solid #e5e7eb !important;
  border: none;
  padding: 6px 12px !important;
  font-size: 0.8rem;
  vertical-align: top;
}
.table-section .table-container .pmdb-table .gridjs-th-content {
  text-transform: uppercase;
}
.table-section .table-container .pmdb-table .gridjs-sort {
  height: 19px;
}
.table-section .table-container .pmdb-table .gridjs-th {
  border: 0 !important;
  padding: 8px 12px !important;
  white-space: nowrap;
}
.table-section .table-container .pmdb-table tr:last-child {
  border-bottom: 1px solid #ffffff;
}
.table-section .table-container .pmdb-table .list-group-item {
  border: 0;
  padding: 0;
}

tbody, td, tfoot, th, thead, tr {
  font-size: 0.9rem;
}

.modal .modal-title {
  font-size: 2rem;
  color: #4F4F4F;
  font-weight: 500;
  margin-top: 0;
}
.modal .modal-header,
.modal .modal-footer {
  border: 0;
}
.modal .modal-footer {
  justify-content: space-between;
  gap: 1rem;
}
.modal .modal-footer .modal-footer-link {
  font-size: 0.8rem;
  color: #4F4F4F;
}
@media (max-width: 575px) {
  .modal .button-group {
    width: 100%;
    display: inline-flex;
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .modal .button-group .pmdb-btn {
    position: relative;
    flex: 1 1 50%;
    min-width: auto;
  }
}

.pmdb-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.pmdb-tabs.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.pmdb-tabs .nav-link {
  color: #4F4F4F;
  border-radius: 0px !important;
  border: 0;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.pmdb-tabs .nav-link:hover {
  color: #201E1F;
  border-bottom: 3px solid #201E1F !important;
}
.pmdb-tabs .nav-link.active {
  color: #4F4F4F !important;
  border: 0;
  border-bottom: 3px solid #4F4F4F !important;
}
.pmdb-tabs .nav-link.disabled {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  color: #a29b9f;
}

.tab-content {
  min-height: 13rem;
}

.officer-single-page .officer-single-header {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.officer-single-page .officer-single-header .breadcrumb {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}
.officer-single-page .officer-single-header .officer-name {
  margin-bottom: 1rem;
  margin-top: 0;
}
.officer-single-page .officer-single-header .officer-details {
  display: flex;
  gap: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .officer-single-page .officer-single-header .officer-details {
    flex-direction: column;
  }
}
.officer-single-page .officer-single-header .officer-details > span:not(:last-child) {
  border-right: 1px solid #4F4F4F;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .officer-single-page .officer-single-header .officer-details > span:not(:last-child) {
    border: 0 !important;
  }
}
.officer-single-page .officer-single-header .officer-details .officer-info-data {
  font-weight: 600;
}
.officer-single-page .officer-single-header .officer-details .icon {
  margin-right: 0.3rem;
}

.incident-single-page .incident-single-container {
  background: white;
  padding: 1rem;
  margin-bottom: 1rem;
}
.incident-single-page .incident-single-container #downloadButtonIncidentsSingle {
  margin-left: auto !important;
}
.incident-single-page .incident-single-container #downloadButtonIncidentsSingle:before {
  content: "";
}
.incident-single-page .incident-single-container .section-h {
  margin-top: 0;
}
.incident-single-page .incident-single-container .section-c {
  margin-bottom: 1rem;
  max-width: 840px;
}
.incident-single-page .incident-single-container .documents-container .section-h {
  margin-top: 0;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.incident-single-page .incident-single-container .documents-container .list-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  row-gap: 0.4rem;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.incident-single-page .incident-single-container .documents-container .list-group .list-group-item {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.incident-single-page .incident-single-container table {
  margin-bottom: 0 !important;
}
.incident-single-page .incident-single-container table .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.incident-single-page .incident-single-container table .list-group .list-group-item {
  display: flex;
  gap: 0.5rem;
  background-color: #ffffff;
  padding: 0;
  border: 0;
}
.incident-single-page .incident-single-container table th {
  padding-left: 0 !important;
}

.incident-page .global-filters-section .gf-content {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (max-width: 991px) {
  .incident-page .global-filters-section .gf-content {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media (max-width: 575px) {
  .incident-page .global-filters-section .gf-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (max-width: 475px) {
  .incident-page .global-filters-section .gf-content {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.incident-page .global-filters-section .gf-content .form-btns {
  grid-column-end: -1;
}

.form-error {
  color: red;
  margin-bottom: 0;
  display: none;
  font-size: 0.8rem;
}
.form-error.invalid {
  display: block;
}

.officer-pill-wrapper, .tags-pill-wrapper, .incident-pill-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 4px;
}
.officer-pill-wrapper .officer-pill, .tags-pill-wrapper .officer-pill, .incident-pill-wrapper .officer-pill {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #f0f0f0;
  transition: 0.3s ease-in-out;
  font-size: 0.8rem;
  line-height: 1.2;
  position: relative;
}
.officer-pill-wrapper .officer-pill span, .tags-pill-wrapper .officer-pill span, .incident-pill-wrapper .officer-pill span {
  font-family: monospace;
  text-align: center;
  font-size: 0.65rem;
  padding: 0 0.25rem;
  font-weight: 700;
  background-image: none;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  background-color: red;
  color: #ffffff;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.titlecase {
  text-transform: capitalize;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  font-size: 0.8rem !important;
  width: 220px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  text-transform: none;
}
@media (max-width: 991px) {
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    width: 400px;
  }
}
@media (max-width: 475px) {
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    width: 200px;
  }
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding-top: 0;
  padding-left: 0;
  height: auto !important;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .filter-option-inner-inner {
  font-size: 0.8rem;
  padding-right: 0.5rem !important;
  margin-right: 0.8rem !important;
}
.bootstrap-select .btn {
  background: white !important;
  border: 1px solid black !important;
  border-radius: 0 !important;
  padding-right: 0.375rem;
}
.bootstrap-select .check-mark {
  font-size: 0.8rem;
}
.bootstrap-select .filter-option-inner-inner {
  color: #4F4F4F;
}
.bootstrap-select .dropdown-menu.show {
  min-width: 220px !important;
  width: 100% !important;
}
.bootstrap-select .dropdown-menu .bs-searchbox input {
  border-radius: 0 !important;
}
.bootstrap-select .dropdown-menu .btn-group {
  width: 100% !important;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  transition: 0.2s ease;
}
.bootstrap-select .dropdown-menu .btn-group .actions-btn {
  font-weight: 300;
}
.bootstrap-select .dropdown-menu .btn-group .actions-btn:hover {
  background-color: #4F4F4F !important;
  color: #ffffff !important;
}
.bootstrap-select .dropdown-menu .no-results {
  font-size: 0.8rem !important;
  background-color: #fff5f5;
  color: red;
}
.bootstrap-select .dropdown-toggle::after {
  position: relative;
  top: 2px;
}
.bootstrap-select .inner {
  max-height: 300px !important;
}

#chartjs-tooltip {
  margin-left: -35px !important;
  margin-right: 10%;
  margin-top: -2rem;
  transition: 0.1s ease;
  z-index: 10;
}
#chartjs-tooltip:before {
  content: "\25B2";
  position: relative;
  top: 7.5px !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 45% !important;
  margin-right: 45% !important;
  color: #3F4852 !important;
}
#chartjs-tooltip .custom-tooltip {
  background-color: #3F4852 !important;
  border-color: 1px solid #ffffff;
  text-align: center !important;
  color: #ffffff !important;
}
#chartjs-tooltip .custom-th {
  font-size: 0.7rem !important;
  padding: 0.3rem 0.2rem 0 0.2rem;
}
#chartjs-tooltip .custom-tr td {
  font-size: 0.7rem !important;
  padding: 0 0.2rem 0.3rem 0.2rem;
}

/* Inline SVG icons */
.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.icon svg {
  display: block;
}
.icon-spinner {
  display: none;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.icon-spinner.visible {
  display: inline-block;
}
.icon-spin svg {
  animation: icon-spin 1s linear infinite;
}
@keyframes icon-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Incident card list */
.card-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.card-list-search input {
  max-width: 300px;
}
.card-list-actions .btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.incident-card-item {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  display: grid;
  grid-template-columns: 80px 55px 2fr 1fr 1.2fr 1.2fr;
  gap: 0.5rem;
  align-items: start;
  font-size: 0.8rem;
}
.incident-card-item:first-child {
  border-top: 1px solid #e5e7eb;
}
.card-table-header {
  display: grid;
  grid-template-columns: 80px 55px 2fr 1fr 1.2fr 1.2fr;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #f5f5f5;
  border-bottom: 2px solid #4F4F4F;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #201E1F;
}
.incident-card-item > div:first-child .pmdb-details-btn {
  min-width: auto !important;
}
.incident-card-desc {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.incident-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.incident-card-cell-label {
  display: none;
}
@media (max-width: 991px) {
  .card-table-header { display: none; }
  .incident-card-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    margin-bottom: 0.5rem;
    border-radius: 4px;
  }
  .incident-card-item:first-child { border-top: 1px solid #e5e7eb; }
  .incident-card-item > div:first-child {
    order: 99;
    align-self: stretch;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
  }
  .incident-card-item > div:first-child .pmdb-details-btn {
    display: block;
    width: 100%;
    text-align: center;
    min-width: auto !important;
    padding: 0.4rem !important;
    font-size: 0.7rem !important;
  }
  .incident-card-cell-label {
    display: inline;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    margin-right: 0.25rem;
  }
  .incident-card-tags:empty { display: none; }
}
.card-empty {
  text-align: center;
  padding: 2rem;
  color: #666;
  font-size: 0.9rem;
}
.card-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-pagination-btns {
  display: flex;
  gap: 2px;
}
.card-pagination-btns .btn {
  border-radius: 0;
  font-size: 0.75rem;
}
.card-pagination-info {
  color: #666;
}
.clamped-hidden {
  display: none;
}
.clamped-visible {
  display: contents;
}
.badge-more {
  cursor: pointer;
  background-color: #e8e8e8;
  color: #555;
  border-color: #ccc;
  font-size: 0.6rem;
  align-self: end;
}
.badge-more:hover {
  background-color: #ddd;
}
/* Card table grid variants */
.card-grid-incidents .card-table-header,
.card-grid-incidents .incident-card-item {
  grid-template-columns: 80px 55px 2fr 1fr 1.2fr 1.2fr;
}
.card-grid-officers .card-table-header,
.card-grid-officers .incident-card-item {
  grid-template-columns: 70px 100px 120px 1.5fr 2fr;
}
.card-grid-officers-detail .card-table-header,
.card-grid-officers-detail .incident-card-item {
  grid-template-columns: 80px 1fr 1fr 2fr 1fr;
}

.d-none { display: none !important; }

/* Design Guide */
.dg-section { margin-bottom: 3rem; }
.dg-swatch {
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #fff !important;
}
.dg-swatch strong, .dg-swatch br { color: inherit; }
.dg-swatch-light {
  color: #333 !important;
  border: 1px solid #ddd;
}
.dg-icon-card {
  background: #F1F5FB;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.dg-icon-card div { margin-bottom: 0.5rem; }
.dg-navbar {
  background: #3F4852;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.dg-navbar span { color: #fff; font-size: 0.8rem; text-transform: uppercase; }
.dg-navbar .dg-nav-active { border-bottom: 1px solid #fff; padding-bottom: 2px; }
.dg-navbar .dg-nav-donate {
  background: #7A766C;
  padding: 0.375rem 0.75rem;
}
.dg-white-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  padding: 2rem;
}

/*# sourceMappingURL=base.css.27ae059de682.map */
