button.mat-menu-item, .matDropdownmeubtn, .child-dropdown button.mat-menu-item {
    outline: none !important;
    /* height: 35px;
    line-height: 35px; */
    color: #4A4A4A;
    font-family: Roboto-Regular;
    font-size: 13px;
}

.angDropdownmenu button.mat-menu-item-highlighted, .angDropdownmenu button.mat-menu-item:hover, .child-dropdown button.mat-menu-item-highlighted, .child-dropdown button.mat-menu-item:hover {
    background: #e6e6e6 !important;
}

.mat-elevation-z4, .mat-elevation-z5 {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, .2) !important;
}

.mat-menu-content:not(:empty) {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.angDropdownmenu {
    min-width: 180px;
}

.child-dropdown button i, .angDropdownmenu .mat-menu-content button i, .mat-menu-content button i {
    color: #BABABA;
    margin-right: 10px;
}

.angDropdownmenu .mat-menu-content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    bottom: 100%;
    right: 2px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

#header-matDropdownmeubtn {
    width: 20px !important
}
