.wrapper .campana-notificacion .dropdown-container .dropdown {
  position: relative;
  cursor: pointer;
  z-index: 2;
  right: 0;
}

/* Coloca la barra **/
.wrapper .campana-notificacion .dropdown-container .dropdown-menu .dropdown-body {
  max-height: 292px;
  width: 370px;
  background: #f7f7f7;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 7px 0px 7px;
}

.notification-text{
  font-size: 0.8em;
}

.notification-text > .alert:hover{
  background: #efefef;
}

#notification-dropdown:before{
  border-radius: 9px;
}

.wrapper .campana-notificacion .dropdown-container .count {
  position: absolute;
  top: 1px;
  right: 6px;
  height: 15px;
  width: 15px;
  overflow: hidden;
  background: #a50000;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
  font-size: 9px;
  font-weight: bold;
  line-height: 15px;
}

.dropdown-body::-webkit-scrollbar {
  width: 4px;
}

.dropdown-body::-webkit-scrollbar-track {
  webkit-box-shadow: inset 0 0 6px #E3EBEF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E3EBEF;
}

.dropdown-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #223265;
  -webkit-box-shadow: none;
}

.dropdown-body::-webkit-scrollbar-thumb:window-inactive {
  background: #9FB6C3;
}