:host {
  display: block;
}

.toggle {
  color: white;
  display: inline-block;
}

mat-card {
  z-index: 1000;
  padding: 8px 0;
  font-size: 14px;
  color: #666;
  min-width: 180px;
  strong {
    font-size: 16px;
  }
  a{
    color: #333333;
  }

  .user-details {
    margin-bottom: 5px;
    padding: 10px 16px 0;
    display: flex;

    a {
      flex-grow: 1;
      position: relative;
      color: #333333;
      span {
        position: absolute;
        left: 8px;
        top: 4px;
        font-size: 22px;
      }
    }
  }
}
.user-details:hover{
  background: #f5f5f5;
}
.user-details strong {
  font-weight: 400;
  font-size: 17px;
}

.uc-user {
  font-size: 32px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.material-icons {
  font-size: 24px;
  margin-top: 0px;
  padding-top: 0px;
}
.user-divider{ padding: 2px 0 2px 25px; font-weight: normal !important}
mat-card-actions.mat-card-actions {
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 10px;
  margin-bottom: -16px;
}

i.material-icons {
  font-size: 24px;
}
button:focus{background: transparent !important;}
/deep/ .custom-mat-menu-dropdown{
  overflow: inherit;
  max-width: none;
  max-height: inherit;
  position: absolute !important;
  right: 0px;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12) !important;
  &:before{
    border-bottom: 5px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    right: 10px;
    position: absolute !important;
    width: 0;
    top: -5px;
  }
}
