mat-button-toggle-group {
  width: 100%;
  border-width: 0.0625rem 0rem;
}

mat-button-toggle-group ::ng-deep .mat-button-toggle-appearance-standard {
  background-color: transparent;
}

mat-button-toggle-group ::ng-deep .mat-button-toggle.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  background-color: transparent;
  border-right: 0.1875rem solid var(--mat-sys-primary);
}

mat-button-toggle-group ::ng-deep .mat-button-toggle.mat-focus-indicator.mat-button-toggle-appearance-standard {
  background-color: transparent;
  border-right: 0.1875rem solid transparent;
}

mat-button-toggle-group ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  text-align: left;
}

.psdk-vtab-badge .mat-badge-content {
  top: 0rem;
}
