.nw-dropdown-container {
    max-height: 500px;
    width: 300px;
    background: #ffffff !important;
    border-radius: 5px 0px 5px 5px;
    position: absolute;
    right: 0;
    top: 25px;
    -moz-box-shadow: 2px 2px 12px 2px #000000;
    -webkit-box-shadow: 2px 2px 12px 2px #000000;
    box-shadow: 2px 2px 12px 2px #000000;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    text-align: left !important;
    border-left: 5px #0076a0 solid;
}
.nw-content-title {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600px;
    width: 100%;
    font-size: 13px;
    display: inline-block !important;
    word-break: break-word !important;
    color: #326eb3 !important;
    -webkit-text-fill-color: #0076a0 !important;
    font-family: 'Gotham-medium';
}
.nw-content-body{
    font-size: 12px !important;
}
.nw-content-body{
   color: #4a4a4a !important;
   -webkit-text-fill-color: #141414 !important;
}
.nw-content-body strong{
    font-size: 11px !important;
    color: #4c4c4c ;
}
.nw-all-notifications{
    padding-top: 0px !important;
}

.nw-all-notifications > h3 {
    font-weight: 600;
    font-size: 20px;
    padding: 15px 5px;
    background: #326eb3;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.nw-modal-box__content {
    margin: -35px -35px 0 0;
    background: transparent !important;
    border-radius: 5px 5px 0 0;
}

.nw-content-modal {
    background: #ffffff !important;
}


.nw-pre{
    color: #000000 !important;
    background: inherit;
    border: none;
    font-family: inherit;
    width: 100% !important;
    display: inline-block !important;
    white-space: pre-wrap;
    word-break: break-word !important;
}

.nw-content-redirect{
    margin-top: 25px;
    font-size: 12px !important;
    border: 0px !Important;
    float: left !important;
    word-break: break-all;
    background: #326eb3 !important;
    color: #ffffff !important;
    width: 35% !important;
    font-weight: bold !important;
    padding: 10px !important;
}

.nw-badge:after {
    font-size: 5px !important;
    content: attr(data-count);
    position: absolute !important;
    background: #f63d3d !important;
    height: 1rem !important;
    top: -0.5rem !important;
    right: -0.5rem !important;
    width: 1rem !important;
    text-align: center;
    line-height: 1rem !important;
    font-size: 0.5rem !important;
    border-radius: 50%;
    color: white;
    /* font-weight: bold; */
    font-family: arial;
    border: 1px solid #f63d3d;
}
.nw-pre{
    font-size: .9rem !important;
}
.nw-content-text {
    padding: 10px !important;
}
.strong
#nw-desktop-modal-show-more .nw-content-details {
    padding: 20px !important;
}
#notification-dewacrm{
    background: #1b9dd1 !important;
    margin: 2px 0 0 0 !important;
    color: #3472ba !important;
    font-size: 12px;
    padding: 3px 6px !important;
}
.nw-see-more{
    color:#ffffff;
    text-shadow: none;
    font-size: 12px;
    background: #3472ba;
}
#nw-desktop-modal-all-content{
   margin-top: 10
}
#nw-desktop-modal-all-content h1{
   font-size: 25px;
   padding: 8px 5px
}



.nw-content-divider{
    border-top: 1px solid #28568a !important;
    /* padding: 10px 20px !important; */
}
