:root, [data-bs-theme=light] {
	--bs-dark-rgb: 30, 29, 62 !important;
}
.region.region-sidebar-first {
	#block-circle-b5-parent-account-menu {
		a {
  	 font-weight: bold !important;
		}
		a:hover, a.active.is-active {
			background-color: #E20613 !important;
	  	color: white !important;
    	text-decoration: none !important;
		}
	}
  
  #block-circle-b5-parent-recentitems {
		li:hover, li.active.is-active {
			background-color: #E20613 !important;
		  color: white !important;
	    text-decoration: none !important;
  	}
  	a:hover {
  		background-color: transparent;
  	}
  	a {
  		font-weight: bold !important;
  	}
  	
  	.crm-recentview-wrapper {
  		a {
  			color: #003962 !important;
  		}
  		a:hover {
  			color: white !important;
  			background: #E20613 !important;
			}
		}
	}
}

/*** Remove footer text ***/
#footer-license {
  display: none;
}