#leftPanelHead
{
    text-align: center;
    color : rgb(0, 136, 204);
    display: block;
    font-family : arial;
    font-size : 16px;
}
.dashboard-nav-button
{
    background-color : white;
    margin:auto;
    border :1px solid rgb(225, 225, 225);
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 55px;
    width: 70%;
    cursor: pointer;
}
.btnLeftPanel
{
    background: white;
    text-align: left;
    padding-left: 5px;
}
.mat-button {
    text-align:left!important;
    padding:0 5px!important;
}
.mat-button span a {
    display:block;
    width:100%;
    white-space: pre-wrap;
    line-height: 17px;
}
.btnLeftPanel:not([disabled]):hover {
  background-color: white;
  color: black;
}
.buttonImg
{
    margin-left:10px;
    width:34px;
}   
.mat-button-wrapper .mat-button-focus-overlay
{
background-color:rgba(0,0,0,0);
}


button.btnLeftPanel > div {
  background-color:#fff;
  z-index:-10;
}
