/*.slds-tabs_default__item.slds-is-active:after{
  height: 1px !important;
  content: "";
    background: red !important;
    position: absolute;
    bottom: 18px;
    left: 53px;
    height: 100%;
    width: 150px
}*/
/*.slds-tabs_default__item:after{
  height: 1px !important;
  content: "";
    background: #5e5c5c;
    position: absolute;
    bottom: 18px;
    left: 53px;
    height: 100%;
    width: 230px
}
.slds-tabs_default__item::not(:nth-last-child(-n+2)):after{
  height: 0px !important;

}*/

.slds-tabs_default__item.slds-is-active{
  --slds-c-tabs-item-text-color: var(--slds-c-tabs-item-text-color-active, var(--sds-c-tabs-item-text-color-active, var(--slds-g-color-neutral-base-10, var(--lwc-colorTextActionLabelActive,rgb(227, 0, 20)))));
    border: 1px solid !important;
    border-radius: 50% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.slds-tabs_default__item{
    border: 1px solid #5e5c5c !important;
    border-radius: 50% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.slds-tabs_default__nav{
  display: flex !important;
  justify-content: space-between !important;
}
