/* V61 — prevent yellow frames from remaining after a button is clicked. */
body[data-page="home"] button,
body[data-page="home"] [role="button"]{
  -webkit-tap-highlight-color:transparent!important;
}

body[data-page="home"] button:focus,
body[data-page="home"] button:focus-visible,
body[data-page="home"] [role="button"]:focus,
body[data-page="home"] [role="button"]:focus-visible,
body[data-page="home"] .royal-bottom-item.active{
  outline:0!important;
  outline-offset:0!important;
}

body[data-page="home"] #service-nav .dash-opt.service-opt:focus,
body[data-page="home"] #service-nav .dash-opt.service-opt:focus-visible{
  border-color:rgba(205,129,255,.58)!important;
  background:linear-gradient(180deg,#2a0b38,#18051f)!important;
}

body[data-page="home"] .payment-image-button:focus,
body[data-page="home"] .payment-image-button:focus-visible{
  outline:0!important;
}

body[data-page="home"] .created-credential:focus,
body[data-page="home"] .created-credential:focus-visible{
  border-color:rgba(255,214,89,.38)!important;
  background:rgba(255,214,89,.07)!important;
}
