.nw-dropdown-container{
    top: 35px;
    background: #dec880;
}

.nw-badge:after{
    color: #fff;
}

#notification-dewacrm {
    padding-top: .6rem;
    height: 25px;
    width: 25px;
    background:#b39756;
    color: #3f3222
}

#notification-dewacrm:hover {
    cursor:pointer;
}

.nw-content-title{
    font-size: 15px;
    color: #0c504c;
}
.nw-content-body{
    margin-top: 5px;
    color: #3c2201 !important;
    margin-bottom: 4px;
}
.nw-content-date{
    margin-top: 4px
}

.nw-content-text strong{
    color: #50442e !important;
}

#nw-desktop-modal-show-more-content.nw-modal-box__content{
    background: linear-gradient(#dec982, #e2bb58) !important;
    border: 5px solid #5d4b35;
    background: #c7ac5e !important;
}

#nw-desktop-modal-show-more-content h3{
    color: #ffffff;
    font-size: 1.3rem;
    padding: 1rem;
    margin: 0px;
    background: linear-gradient(#1B95AF, #177E94, #146B7E);
}

#nw-desktop-modal-show-more-content .nw-content-divider{
    border-top: 5px solid #c7ac5e;
    margin:0px
}

#nw-desktop-modal-show-more-content .nw-pre{
   color: #3c2201 !important;
   font-size:16px;
}

.nw-content-redirect {
  font-size: 12px;
  background: linear-gradient(#1B95AF, #177E94, #146B7E);
  color: #ffffff !important;
}
.nw-content-modal{
    background: #C7AC5E;
    border: 5px solid #5D4B35;
}
.nw-all-notifications{
    padding: 0px;
}

/*MOBILE */
.nw-table thead>tr{
    background: #5d4b35;
}
.nw-table tbody > tr:nth-child(even){
    background: #e8e1d9;
}
.nw-m-dialog-titlebar{
    border: 1px solid #5d4b35;
    background: #5d4b35;
    font-weight: bolder;

}