/*--------------------------------------------------------------
# Theme Dark Custom Style
--------------------------------------------------------------*/
[data-bs-theme="dark"] {
  body {
      background-color: var(--bs-body-bg);
  }
  .dropdown-menu {
      border: var(--bs-border-width) solid var(--bs-light-border-subtle);
  }
  .main {
      background-color: var(--bs-body-bg);
  }
  .box {
      border: var(--bs-border-width) solid var(--bs-light-border-subtle);
  }
  a>.bi-pencil-square,
  a>.bi-trash,
  a>.bi-printer, 
  a>.bi-eye, 
  a>.bi-three-dots-vertical {
    border: var(--bs-border-width) solid var(--bs-light-border-subtle);
  }
  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  .header {
      border-bottom: var(--bs-border-width) solid var(--bs-light-border-subtle);
      background-color: var(--bs-body-bg);
  }
  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
  .footer {
      background-color: var(--bs-body-bg);
  }
  /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
  aside {
      border-right: var(--bs-border-width) solid var(--bs-light-border-subtle);
      background-color: var(--bs-body-bg);
  }
  .sidebar-nav .nav-item > .nav-link ~ .collapsed {
      background-color: var(--bs-tertiary-bg);
  }
  .sidebar-nav .nav-item > .nav-link.active {
      background-color: var(--bs-tertiary-bg);
      color: var(--bs-primary);
  }
  .sidebar-nav .nav-content a:hover,
  .sidebar-nav .nav-content a.active {
      color: var(--bs-primary);
      background-color: var(--bs-tertiary-bg);
  }

  /*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
  .card {
      border-color: var(--bs-light-border-subtle);
  }
  /*--------------------------------------------------------------
# Choices
--------------------------------------------------------------*/
  .choices__list--dropdown,
  .choices__list[aria-expanded] {
      border: var(--bs-border-width) solid var(--bs-light-border-subtle);
  }
}
