a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-muted {
  color: var(--text-muted);
  font-size: 12px;
}

/* ORO_PATCH_TOP_OFFWHITE_DARK_V2_BEGIN */
#oro-wallet-panel .oro-connected-root{--oro-wallet-skin-bg:#f5f6f7!important;}
#oro-wallet-panel .oro-connected-root .oro-top-stage{
  background:var(--oro-wallet-skin-bg)!important;background-image:none!important;
  box-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  color:#111!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage::before,
#oro-wallet-panel .oro-connected-root .oro-top-stage::after{content:none!important;display:none!important;}
/* ORO_PATCH_TOP_OFFWHITE_DARK_V2_END */

/* ORO_PATCH_BUTTON_HIERARCHY_V1_BEGIN */
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn{
  background:transparent!important;color:#111!important;
  border:1px solid rgba(0,0,0,.14)!important;
  box-shadow:none!important;font-weight:800!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn:active{
  background:rgba(0,0,0,.04)!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-primary-btn.oro-send{
  background:rgba(0,0,0,.08)!important;color:#111!important;
  border:1px solid rgba(0,0,0,.12)!important;font-weight:900!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-primary-btn.oro-receive{
  background:#111!important;color:#f7f7f8!important;
  border:1px solid rgba(0,0,0,.18)!important;font-weight:900!important;
}
/* ORO_PATCH_BUTTON_HIERARCHY_V1_END */

/* ORO_PATCH_BUTTON_HIERARCHY_V2_BEGIN */
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn{
  background:transparent!important;color:rgba(0,0,0,.82)!important;
  border:1px solid rgba(0,0,0,.22)!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn:active{
  background:rgba(0,0,0,.05)!important;
}
/* ORO_PATCH_BUTTON_HIERARCHY_V2_END */
