/*
------
.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: #034078 !important;
    --st-dark-primary-color: #2DE7D1 !important;
    --st-light-secondary-color: #2DE7D1 !important;
    --st-dark-secondary-color: #034078 !important;
    --st-success-message-color: #51A351 !important;
    --st-error-message-color: #BD362F !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #BD362F !important;
}
.st-menu-button--contacts {
    background-color: #034078 !important;
    color: white !important;
}
------

*/
