
.brs-app .st-app-logo {
  --st-logo-width: 138px;
  --st-logo-height: 58px;
  --st-header-logo-height: 30px;
  --st-header-logo-width: 250px;
}


:root {
    --st-light-primary-color: #F2672A !important;
    --st-dark-primary-color: #d42d89 !important;
    --st-light-secondary-color: #0F2C52 !important;
    --st-dark-secondary-color: #ffee00 !important;
	--st-light-warn-color:#0F2C52 !importnat;
    --st-success-message-color: #51A351 !important;
    --st-error-message-color: #BD362F !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #BD362F !important;
	--ta-light-primary-color: #F2672A !important;
}

.ta-watchlist-icon__checked::before, .ta-watchlist-icon__checked::after {
color: #f46c24 !important;
}

app-contacts {
    display: none
}
.st-menu-button--profile{
display: none !important;
}

.st-menu-button--language {
font-size:14px !important;
font-style: bold !important;
}
.st-menu-button--contacts{
font-size:14px !important;
font-style: bold !important;
}
.st-header-providers{
font-size:14px !important;
font-style: bold !important;
}
.st-header-subscriptions{
font-size:14px !important;
font-style: bold !important;
}
.st-header-transactions{
font-size:14px !important;
font-style: bold !important;
}
.st-header-accounts{
font-size:14px !important;
font-style: bold !important;
}
.mat-caption {
  text-align: center !important;
}
.brs-headblock__info
{
  text-align: center !important;
}
.st-app-ratings-menu {
font-size:14px !important;
font-style: bold !important;
}
.st-header-reports {
font-size:14px !important;
font-style: bold !important;
}
.st-app-activation-status-message {
font-size:18px !important;
font-style: bold !important;
color: black !important;

}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
   background-color: rgba(var(--palette-primary-500), 1); 
  background-color: #f60;
}
user-portal-layout app-user-provider-profile .brs-container__content :nth-child(5)
 {       
   display: none !important;
 }
 user-transactions-view .brs-actions__filters.ng-star-inserted :nth-child(4) {
display: none !important;
 }
.brs-list__entry .mat-body-1.st-app-activation-status-message { 
    font-weight: bold; 
}

.mat-paginator-container { justify-content:center !important;} 

a.brs-link[transloco="account-registration.link.description"] {
 color: blue !important;
 }
 lib-subscription-risks-view > div.brs-headblock {
    display: none;
}