/* assets/css/styles.css */

/* Ensure images don't exceed their container */
img {
  max-width: 100%;
  height: auto;
}

/* Customize badge colors if needed */
.badge-success {
  background-color: #28a745 !important;
}

.badge-warning {
  background-color: #ffc107 !important;
}

.badge-danger {
  background-color: #dc3545 !important;
}

.profile-pic-large {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.profile-pic {
  width: 40px;
}
