.default-modal-tabs .nav {
    border-bottom: 1px solid var(--bs-border-color);
    gap: 0;
}

.default-modal-tabs .nav-item {
    margin-bottom: 0;
}

.default-modal-tabs .nav-link {
    border: none;
    background: none;
    border-radius: 0;
    color: var(--bs-secondary-color);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
}

.default-modal-tabs .nav-link:hover {
    color: var(--bs-body-color);
    border-bottom-color: var(--bs-border-color);
}

.default-modal-tabs .nav-link.active {
    color: var(--bs-body-color);
    border-bottom-color: var(--bs-body-color);
    font-weight: 500;
    border-left: none;
    background-color: transparent;
}

.default-modal-tabs .tab-content {
    font-size: 0.9375rem;
}

.default-modal-tabs .tab-pane .table {
    font-size: inherit;
}

.default-modal-tabs .tab-pane .table thead th {
    font-weight: 500;
    color: var(--bs-body-color);
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
    vertical-align: bottom;
}

.default-modal-tabs .tab-pane .table tbody td {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
}