#notification-dewacrm {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.nw-badge:after {
  right: 2rem !important;
}

.nw-table thead>tr{
  background: #151720;
}
.nw-table thead>tr>th{
  color: #fff !important;
  font-weight: bold;
}
.nw-table tbody > tr:nth-child(even){
  background: #c4cae2;
}

.nw-m-dialog-titlebar{
  border: 1px solid #212535;
  background: #212535;
  font-weight: bolder;

}
.nw-m-row a{
  background: #212535;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px !important;
  border-bottom: 2px solid #5d6792 !important;
  cursor: pointer;
}

.nw-m-row a:hover{
  opacity: .8;
}

.nw-m-dialog-titlebar-content {
  padding: 2px 10px;
}
.nw-pre {
  background: transparent;
  border: none;
  color: #fff;

}
