
/* Custom styles for better visual hierarchy */
.container[data-v-790590d7] {
  min-height: 100vh;
}

/* Smooth transitions for tab switching */
.tabs-content[data-v-790590d7] {
  transition: all .3s ease;
}

/* Custom badge styling */
.badge-outline[data-v-790590d7] {
border-width:1px;border-color:currentColor;color:currentColor /* currentColor */;
}

/* Responsive table */
@media (max-width:768px) {
.table-responsive[data-v-790590d7] {
    overflow-x: auto;
}
}
