
.brs-app .st-app-logo {
  --st-logo-width: 70px;
  --st-logo-height: 50px;
--st-logo-path: url(hmarkets_logo.png);
}

.brs-app .brs-app--loading{
--st-logo-path: url(hmarkets_logo.png);
}

.brs-app .st-header-logo-link {
  --st-header-logo-height: 32px;
}
:root {
    --st-light-primary-color: #f40000 !important;
    --st-dark-primary-color: #f40000 !important;
    --st-light-secondary-color: #D5B56E !important;
    --st-dark-secondary-color: #D5B56E !important;
    --st-success-message-color: #F40000 !important;
    --st-error-message-color: #f40000 !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #f40000 !important;
--palette-primary-500: 244,0,0;
--palette-primary-100: 252,179,179;
--ta-dark-primary-color: #0FB2A5 !important;
--ta-light-primary-color: #0FB2A5 !important;
--ta-positive-color: #0FB2A5 !important;
}

body.st-dark-theme, .st-dark-theme .brs-app.brs-app--widgets{
background: black !important;}
.st-light-theme {
--st-logo-path: url(hmarkets_logo.png);
}
.st-dark-theme {
--st-logo-path: url(hmarkets_logo.png);
--brs-gray-color:#222222 !important;
}

.mat-chip.mat-standard-chip {
    background-color: #f40000 !important;
    color:white !important;
}
.st-dark-theme .mat-menu-panel {
    background: rgb(255 255 255) !important;
    color: #000 !important;
}

.st-dark-theme .mat-dialog-container {
    background: rgb(22 22 22) !important;
}
.st-dark-theme .mat-dialog-container .mat-stroked-button.mat-primary {
color: white !important;
background:#f40000 !important;
}
.st-dark-theme .brs-modal.st-login-modal{
background:black !important;}
.st-light-theme .brs-modal.st-login-modal{
background:white!important;}
.st-light-theme .brs-header {
border-bottom-width: 0px !important;
}

.st-dark-theme .mat-menu-item
 {
   color: black !important;
}

.mat-caption.st-broker-account-registration.ng-star-inserted
{    
padding-top:20px !important;}
.mat-caption.st-broker-account-registration.ng-star-inserted div:nth-child(2)
{display: inline;
    padding-left: 5px;}

.st-dark-theme .ta-widget-host *:not(.fad):not(.fab):not(i), .st-light-theme .ta-widget-host *:not(.fad):not(.fab):not(i)  {
    font-family: "Poppins", sans-serif !important;
}

.st-dark-theme .ta-card__indicator{
background:black !important;
border:1px solid #222;}

/* path.apexcharts-area {
    fill:#0FB2A5;
fill-opacity:0.55;
    stroke: #0FB2A5;
}
g.apexcharts-series-markers circle {fill:#0FB2A5;} */
span.apexcharts-tooltip-marker {background:#0FB2A5 !important;}

.st-dark-theme .mat-button.mat-primary, .st-dark-theme .mat-icon-button.mat-primary, .st-dark-theme .mat-stroked-button.mat-primary {
    color: #fff !important;
}

.st-dark-theme .mat-icon.mat-primary {
    color: #fff !important;
}


.st-light-theme .mat-stroked-button.mat-primary {
    color: #000!important;
}
