.user-status-update.activation{
  width: 175px;
  height: 40px;
  margin: 20px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../icons/icon-reject.svg) 28px 50% no-repeat #DA291C;
  padding: 0 0 0 20px;
  border: 1px solid #DA291C;
  border-radius: 0.375rem;
  color: #fff;
}

.approval-dashboard-menu {
  position: relative;

}

.approval-dashboard-menu .pending-approval-bubble{
  width: 20px;
    height: 20px;
    background: #DA291C;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: white;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block-tech-registry-views-block-top-searches-block-1 {
  margin-bottom: 20px;
}