@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*:not(.fad):not(.fab):not(i) {
    font-family: 'Roboto', sans-serif !important;
}

:root {
    --st-light-primary-color: #2e3192 !important;
    --st-dark-primary-color: #2e3192 !important;
    --st-light-secondary-color: #fcbf00 !important;
    --st-dark-secondary-color: #fcbf00 !important;
    --st-success-message-color: #39b54a !important;
    --st-error-message-color: #cc0000 !important;
    --st-positive-color: #39b54a !important;
    --st-negative-color: #cc0000 !important;
}

.brs-app .st-app-logo, .st-header-logo-link, .ta-app-logo {
    --ta-logo-path: url(assets/logo.svg) !important;
    --st-logo-path: url(assets/logo.svg) !important;
    --st-logo-width: 100% !important;
    --st-logo-height: 80px !important;
    margin-bottom: 0.9rem !important;
}

.ta-header-logo-link {
    --ta-logo-path: url(https://d1fyjtrsl71uh.cloudfront.net/images/logos/tickmill-light.png) !important;
    --ta-header-logo-height: 35px !important;
    --ta-header-logo-width-sm: 100px !important;
    margin-bottom: 0 !important;
}

.ta-dark-theme .ta-header-logo-link {
    --ta-logo-path: url(https://d1fyjtrsl71uh.cloudfront.net/images/logos/tickmill-dark.png) !important;
}

.mat-flat-button, .mat-stroked-button {
    background-color: #39b54a !important;
    color: white !important;
}

.mat-flat-button:hover, .mat-stroked-button:hover {
    background-color: #2d8e3a !important;
	border-color: #2a8536 !important;
}

.st-dark-theme .mat-flat-button, .st-dark-theme .mat-stroked-button {
    background-color: #39b54a !important;
    color: white !important;
}

.st-dark-theme .mat-flat-button:hover, .st-dark-theme .mat-stroked-button:hover {
    background-color: #2d8e3a !important;
	border-color: #2a8536 !important;
}

.st-dark-theme.mat-app-background, .st-dark-theme .mat-chip.mat-standard-chip {
    background-color: #303030 !important;
}

.st-dark-theme .mat-chip.mat-standard-chip {
    border: 1px solid #39b54a !important;
}

.st-dark-theme .mat-dialog-container {
    background-color: #303030 !important;
}