
------
.brs-app .st-app-logo {
  --st-logo-width: 50px;
  --st-logo-height: 50px;
}

.brs-app .st-header-logo-link {
  --st-header-logo-height: 32px;
}
:root {
    --st-light-primary-color: #00baff !important;
    --st-dark-primary-color: #00baff !important;
    --st-light-secondary-color: #2d79bd !important;
    --st-dark-secondary-color: #2d79bd !important;
    --st-success-message-color: #51A351 !important;
    --st-error-message-color: #BD362F !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #BD362F !important;
}

.ta-dark-theme {
    --brs-gray-color: #1146a6 !important;
}

.ta-dark-theme .mat-app-background, .ta-dark-theme.mat-app-background {
    background-color: #12213c !important;

}

.ta-dark-theme .mat-chip.mat-standard-chip {
    background-color: #00baff !important;
   
}


/*
.st-dark-theme {
    --brs-gray-color: #1146a6 !important;
}

.st-dark-theme .mat-app-background, .st-dark-theme.mat-app-background {
    background-color: #12213c !important;

}

.st-dark-theme .mat-chip.mat-standard-chip {
    background-color: #00baff !important;
   
}

.mat-form-field:has(input#formly_6_input_riskRatio_2) {
    display: none !important;
}


*/
------


