/* public/css/dashboard.css */

body {
  font-size: .875rem;
  background-color: #f8f9fa;
  min-height: 100vh;

}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* .sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
} */

.nav-link {
  font-weight: 500;
  color: #000000;
}

.nav-link .fas {
  margin-right: 4px;
  color: #999;
}

.nav-link.active {
  color: #007bff;
}

ul.nav li a {
  color: white;
}

.nav-item + .nav-item {
  margin-top: 1rem;
  margin-bottom: 10px;
  padding-left: 20px;
}

.content-wrapper {
  margin-left: 250px;
  padding: 20px;
}

.card {
  margin-bottom: 20px;
  border-radius: 10px;
}

.card-primary {
  background-color: #007bff;
  color: #fff;
}

.card-title {
  font-size: 1.25em;
  font-weight: bold;
}

.card-text {
  font-size: 1.25rem;
}

h2 {
  margin-top: 20px;
  color: #333;
}

.logout-item {
  margin-top: auto; /* Push to the bottom */
  padding-left: 20px; /* Add padding to move items to the right */
}
.logout-item a {
  color: red; /* Change text color to red */
}
.logout-item a .fas {
  color: red; /* Change icon color to red */
}
