.nav.nav-tabs { border: none; }
.nav.nav-tabs .nav-item {}
.nav.nav-tabs .nav-item button { border: none; border-radius: 8px; padding: 10px 20px; color: #000; font-weight: 300; }
.nav.nav-tabs .nav-item button.active {background: #b216d1;color: #fff;font-weight: 600;}

.tab-content {}
.tab-content .tab-pane { padding: 10px 0; }