:root {
    --ta-light-primary-color: #00187c !important;
    --ta-dark-primary-color: #00187c !important;
	--ta-light-secondary-color: #fbc258;
	--ta-dark-secondary-color: #fbc258;
	--ta-light-warn-color: #f44336;
	--ta-dark-warn-color: #f44336;
	--ta-success-message-color: #51a351;
	--ta-error-message-color: #bd362f;
	--ta-positive-color: #00187c !important;
	--ta-negative-color: #f44336;
	--brs-gray-color-light: #f5f5f5;
}


/*disable switch theme button*/

.mat-chip-list-wrapper > mat-chip:nth-child(1){
display: none !important;
}


.brs-app .ta-app-logo {
  --ta-logo-width: 120px;
  --ta-logo-height: 120px;
}
.ta-header-logo-link {
  --ta-header-logo-height: 64px;
  --ta-header-logo-width: 64px;




