:root {
  --evo-brand-secondary: #5A5A5A;
  --evo-brand-accent: #f2f2f2;
  --evo-header-background: #fff;
 --evo-row-spacing: 20px !important;
}

#cdash_address h4 {
    align-items: center;
    color: #000 !important;
    display: flex;
    gap: 10px;
}

#cdash_address .with-padding-trl {
    background-color: #fff;
15px;
}

div.customertools .nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 20px 0px;
    overflow: hidden scroll;
    color: black;
}

div.customertools .switch-account-new {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 15px 0px;
    display: block !important;
    visibility: visible !important;
    color: black;
}

div.customertools .your-account {
    background: none;
    color: black;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-shadow: none;
}
div.customertools .customertools-container {
    background: #f2f2f2;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}



.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #009bde;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accountpayment #account-payment .balance-current.finance-charges {
  display: none;
}

linkexisting

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