:root {
  --evo-brand-accent: #fbca12;
}

div.customertools .nav .sidebar-logout a {
    color: #000000;
    font-weight: 500;
}

:root {
    --evo-brand-hover-bglight: #c49900;
    --evo-brand-hover-bgdark: var(--evo-brand-secondary, #1b9473);
    --evo-row-spacing: 60px;
}

div.customertools .nav li.group-name h4 {
    color: black;
    margin-bottom: 0;
    white-space: wrap;
    font-weight: bold;
}

div.customertools .nav li.group-name {
    border-top: 1px solid #000000;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

div.customertools .switch-account-new {
    border-bottom: 1px solid #fbca12;
    display: block !important;
    padding: 15px 0;
    visibility: visible !important;
}