/* TKSE-WEB-009I9A-TOP-BAR-REGISTER-CONTRAST-FIX
   Fix Dang ky button state in top utility bar after Emerald color token override. */
html body .tkse-i5-topbar .tkse-i5-account-link.is-register,
html body .tkse-i5-header .tkse-i5-topbar .tkse-i5-account-link.is-register{
  background:#009B63!important;
  color:#FFFFFF!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 6px 18px rgba(0,155,99,.18)!important;
  padding:4px 12px!important;
  border-radius:999px!important;
  opacity:1!important;
}
html body .tkse-i5-topbar .tkse-i5-account-link.is-register:hover,
html body .tkse-i5-header .tkse-i5-topbar .tkse-i5-account-link.is-register:hover{
  background:#008457!important;
  color:#FFFFFF!important;
  border-color:rgba(255,255,255,.34)!important;
  transform:translateY(-1px);
}
html body .tkse-i5-topbar .tkse-i5-account-link:not(.is-register){
  color:rgba(255,255,255,.88)!important;
}
html body .tkse-i5-topbar .tkse-i5-account-link:not(.is-register):hover{
  color:#FFFFFF!important;
}
html body .tkse-i5-topbar .tkse-i5-lang-mini a:hover{
  color:#FFFFFF!important;
}
