[data-theme="custom"], :root{
	--primary-color-hue: 120;
	--primary-color-saturation: 31%;
	--primary-color-lightness: 43%;
	--banner-background: url(../img/banner.svg);
}

.login-page {
	--login-logo: url("https://www.colba.net/wp-content/uploads/2025/03/colbanet-logo.png"); /* for relative path, must be relative to the css file or use full url starting by http:// */
}
/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS */
#webportal-invoice-list td {
    color: black;
}

.okpaid{
    color: #16a34a;
}

.badge-status6{
    color: white !important;
    background-color: #16a34a !important;
}