
.brs-app .st-app-logo {
  --st-logo-width: 300px;
  --st-logo-height: 50px;
}

.brs-app .st-header-logo-link {
  --st-logo-path: url(./assets/logo-header.png) !important;
  --st-header-logo-width: 170px;
  --st-header-logo-height: 46px;
}

.st-dark-theme {
  --st-logo-path:  url(./assets/logo-dark.png);
}

.st-dark-theme .st-header-logo-link {
  --st-logo-path:  url(./assets/logo-dark-header.png) !important;
  --st-header-logo-width: 170px;
  --st-header-logo-height: 46px;
}


.st-dark-theme .mat-flat-button.mat-primary, .st-dark-theme .mat-raised-button.mat-primary, .st-dark-theme .mat-fab.mat-primary, .st-dark-theme .mat-mini-fab.mat-primary {
    color: black !important;
}
.st-light-theme .mat-flat-button.mat-primary, .st-light-theme .mat-raised-button.mat-primary, .st-light-theme .mat-fab.mat-primary, .st-light-theme .mat-mini-fab.mat-primary {
    color: black !important;
}
:root {
    --st-light-primary-color: #D2FC61 !important;
    --st-dark-primary-color: #D2FC61 !important;
    --st-light-secondary-color: #D2FC61 !important;
    --st-dark-secondary-color: #D2FC61 !important;
    --st-success-message-color: #51A351 !important;
    --st-error-message-color: #BD362F !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #BD362F !important;
}
