.custom-width {
  min-width: 245px;
}

.custom-margin-right {
  margin-right: 20px;
}

mat-card {
  position: absolute;
  top: 56px;
  right: 5px;
  z-index: 1000;
  padding: 16px;
  font-size: 14px;
  color: #666;
  min-width: 225px;
  strong {
    font-size: 16px;
  }

  mat-card-actions {
    border-top: 1px solid #BDBDBD;
    margin-top: 10px;
    background-color: #F5F5F5;
  }
  mat-card-actions.uc-header-content.mat-card-actions {
    margin-right: -16px;
    margin-left: -16px;
    padding-bottom: 5px;
  }
  a {
    margin-left: 15px;
    color: #00578c;
  }
}

i.material-icons {
  font-size: 24px;
}
