[data-bs-theme=bordered-theme] body {
  background-color: rgb(255, 255, 255);
}
[data-bs-theme=bordered-theme] body .top-header .navbar {
  border-bottom: 1px solid #dee2e6;
  box-shadow: none;
}
[data-bs-theme=bordered-theme] body .sidebar-wrapper {
  border-right: 1px solid #dee2e6;
  box-shadow: none;
}
[data-bs-theme=bordered-theme] body .card {
  box-shadow: none;
  border: 1px solid #dee2e6;
}
[data-bs-theme=bordered-theme] body .text-white {
  color: #474747 !important;
}
[data-bs-theme=bordered-theme] body .btn.text-white, [data-bs-theme=bordered-theme] body .bg-primary.text-white {
  color: #ffffff !important;
}

/*# sourceMappingURL=bordered-theme.css.map */
