/* ComplyScore pages */
{% if '/complyscore/' in request.path %}

.custom_rightCol_text a {
  color: #0099CC !important;
}

.custom_rightCol_text a::after {
  color: #0099CC !important;
}

.custom_rightCol_text a:hover:after {
  background-color: transparent !important;
}

{% endif %}