.nw-dropdown-container {
    max-height: 500px;
    width: 300px;
    background: #424242;
    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: 4px #15c7ff solid;
}
.nw-content-title {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600px;
    width: 100%;
    font-size: 15px;
    display: inline-block !important;
    word-break: break-word !important;
    color: #15c7ff;
}

.nw-all-notifications {
    margin: 0 !important;
    background: #154858;
    background: -moz-linear-gradient(top, #154858 0%, #072b35 100%);
    background: -webkit-linear-gradient(top, #154858 0%,#072b35 100%);
    background: linear-gradient(to bottom, #154858 0%,#072b35 100%);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.nw-all-notifications > h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 0px 8px 0 8px;
    margin: 10px 0 10px 0;
}

.nw-modal-box__content {
    margin: -35px -35px 0 0;
    background: transparent !important;
    border-top: 4px #154858 solid !important;
    overflow-y: hidden !important;
    border-radius: 5px 5px 0 0;
}
.nw-content-modal {
    background: #1e1e1e !important;  
}

.nw-content-divider {
    width: 100%;
    float: left;
    border-top: 1px solid #4e4e4e;
    color: #ffffff;
    height: 1px;
    margin: 2px 0;
}

.nw-pre{
    color: #fff;
    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;
    color: #fff !important;
    text-decoration: underline;
    font-weight: 700;
    float: left !important;
    width: 100%;
    word-break: break-all;
    background: #154858;
    background: -moz-linear-gradient(top, #154858 0%, #072b35 100%);
    background: -webkit-linear-gradient(top, #154858 0%,#072b35 100%);
    background: linear-gradient(to bottom, #154858 0%,#072b35 100%);
}

.nw-m-dialog-titlebar {
    position: relative;
    text-shadow: none;
    font-weight: normal;
    border-radius: 0px;
    padding: 5px 5px 0 5px !important;
    border: 1px solid #006fa8 !important;
    background: #006fa8 !important;
    color: #fff !important;
    zoom: 1;
}

#nw-notif-m-dialog > div > div:nth-child(4) > div > a{
    background: #006fa8;
    text-decoration: none !important;
}
