.admin-tabs .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.admin-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #495057;
    background-color: #f8f9fa;
    margin-right: 2px;
    padding: .5rem 1rem;
    cursor: pointer;
}

.admin-tabs .nav-link.active {
    color: #0d6efd;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 1rem;
    background: #fff;
}
