.tab-widget-pt {
  list-style: none;
  border-radius: 8px;
  background: var(--text-100, #F5F5F5);

}



.tab-widget-pt.active {
background: var(--primary-300, #9B2776);
color: #fff !important;

}
