.account-toggle-buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.account-toggle-buttons button,
.account-toggle-buttons a{
    background-color:  var(--pharmawp-color-blue) ;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: white;
}
.account-toggle-buttons button:hover,
.account-toggle-buttons a:hover{
    background-color: var(--pharmawp-color-blue) !important;
    color: white;
}

.account-toggle-buttons button.active,
.account-toggle-buttons a.active {
    background-color: #0071a1 !important;
    color: #fff;
}
.account-toggle-button{
    height: 40px !important;
}