.myaccount #erpGridVue {
    padding: 20px 40px;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-bottom: 36px;
    background: white;
}


.myaccount .myaccount-title .nav-title li a {
    border: 1px solid var(--theme-colour-lightgrey, #eee) !important;
    border-radius: 8px;
    padding: 18px 24px;
    font-weight: 600;
    background: white;
}

.header-switch .current-branch-banner a {
    color: var(--evo-link-color);
    display: block;
    line-height: 1.5;
    margin: 2px 0;
    display: none;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.linkcontactform {
  padding: 20px !important;
  border: 1px solid #26214f;
  border-radius: 15px !important;
}
.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #28224e !important;
   border: #28224e 3px solid !important;
  width: 100% !important;
  border-radius: 15px !important;
}

.pagesbutton:hover {
      color: #fff !important;
    background: #f06007 !important;
 border: #f06007 3px solid !important;
    border-radius: 15px !important;
}