:root[theme=dark] {   
    --auth-bg-color: linear-gradient(180deg,#8ec642,rgba(142,198,66, .3)) !important;
	--app-primary-color: #8ec642 !important;
	--auth-input-border: #8ec642 !important;
	--auth-input-bg-color:rgba(142,198,66, 0.1) !important;
	--watchlist-up-direction-color: linear-gradient(180deg,#8ec642,#3c551a) !important;
	--app-tertiary-button-color: #8ec642 !important;
	--app-blue-text-color: #8ec642 !important;
}

:root[theme=light] {
	--auth-bg-color: linear-gradient(180deg,#8ec642,#3e5027) !important;
	--app-primary-color: #8ec642 !important;
	--auth-input-border: #8ec642 !important;
	--auth-input-bg-color:rgba(142,198,66, 0.1) !important;
	--watchlist-up-direction-color: linear-gradient(180deg,#8ec642,#3c551a) !important;
	--app-tertiary-button-color: #8ec642 !important;
	--app-blue-text-color: #8ec642 !important;
}
	
/* BEGIN: DARK THEME OVERRIDE */
html[theme="dark"] .trader-container > .header > .left {
    background-image: url(https://cdn.winnersarena.io/img/logo-dark.png) !important;
}

html[theme="dark"] .auth-layout .tm-login-info__wrapper .tm-info__content .logo {
    background-image: url(https://cdn.winnersarena.io/img/logo-dark.png) !important;
}

html[theme="dark"] .page-loader .loader {
    background-image: url(https://cdn.winnersarena.io/img/logo.svg) !important;
}
/* END: DARK THEME OVERRIDE */

/*----------------------------------------------------------------------------------------------------*/

/* BEGIN: LIGHT THEME OVERRIDE */

html[theme="light"] .trader-container > .header > .left {
    background-image: url(https://cdn.winnersarena.io/img/logo-light.png?v1) !important;
}

html[theme="light"] .auth-layout .tm-login-info__wrapper .tm-info__content .logo {
    background-image: url(https://cdn.winnersarena.io/img/logo-light.png?v1) !important;
}

html[theme="dark"] .page-loader .loader {
    background-image: url(https://cdn.winnersarena.io/img/logo.svg) !important;
}

/* END: LIGHT THEME OVERRIDE */

