.main-content {
    background-color: #F8FAFC;
    min-height: calc(100vh - 60px);
}

.table-hover tbody tr:hover {
    background-color: #F8FAFC;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 1.1rem;
    line-height: 1;
    vertical-align: middle;
    color: #94A3B8;
}

.text-purple {
    color: #7C3AED !important;
}

.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}
