:root {
  --evo-brand-primary: #0092c5;
  --evo-brand-secondary: #a92228;
  --evo-brand-accent: #222a33;
  --evo-header-background: #fff;
}
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }
footer.footer .has-dk-bg { color: white !important; }

#cdash_address h4 {
    align-items: center;
    color: #000 !important;
    display: flex;
    gap: 10px;
}
 
#cdash_address .with-padding-trl {
    background-color: #fff;
    padding: 15px;
}
 
div.customertools .nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 20px 0px;
    overflow: hidden scroll;
    color: white;
}
 
div.customertools .switch-account-new {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 15px 0px;
    display: block !important;
    visibility: visible !important;
    color: white;
}
 
div.customertools .your-account {
    background: none;
    color: red;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-shadow: none;
}
linkexisting

.linkexisting h2 {
  color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #025939;
    margin-top: 30px;
 margin-bottom: 30px;
}

.shoppingtools_container .shopping-tools-wrapper .dropdown .account-dropdown .pointer.simulated-hover {
  color: #ffffff;
  background-color: var(--evo-brand-default);
  a {
    color: #ffffff;
  }
}
.ex-invoices .invoices-pay-now a {
  pointer-events: unset;
}