/*Write your custom css in this file.*/


/** Ajustes Light **/

body.public-view.signin-page.color-F2F2F2 img {
    content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
}

body.color-F2F2F2 img.dashboard-image {
    content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
}

body.color-F2F2F2 .brand-logo-mini img.dashboard-image {
    content: url(https://app.taskeando.com.br/assets/images/favicon_dark.png) !important;
}

@media (max-width: 980px) {

	body.color-F2F2F2 img.dashboard-image {
    	content: url(https://app.taskeando.com.br/assets/images/favicon_dark.png) !important;
	}

	body.color-F2F2F2 a.sidebar-brand.brand-logo img {
		content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
	}

	.alert-warning {
    	--bs-alert-color: var(--bs-warning-text-emphasis);
	    --bs-alert-bg: #01547a;
	}

	div#install-pwa svg {
    	color: #01547a;
	}
}

.navbar-nav .nav-link {
    padding: 21px 15px !important;
    color: #01547A;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #01547A;
}

.sidebar-menu li a:active, .sidebar-menu li a:hover, .sidebar-menu li a:focus {
    color: #383c40;
    background-color: #01547a1c;
}

.bg-info {
    background-color: #01547A !important;
}

.bg-success {
    background-color: #01547A !important;
}

.bg-primary {
    background-color: #01547A !important;
}

.bg-coral {
    background-color: #01547a;
}

.init-chat-icon {
    background-color: #01547a;
}

.alert-warning {
    --bs-alert-color: #01547a;
}

span#js-chat-min-icon svg {
    color: #fff;
}

div#js-clock-in-out svg {
    color: #01547a;
}
