.view[name='notifications'] > .statusBar {
    background-color: #f8f8f8;
}
.view[name='notifications'] > .header {
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}
.view[name='notifications'] > .content {
    background-color: #f1f2f4;
}
.view[name='notifications'] > .content > .tabs > .tab:not(.active),
.view[name='notifications'] > .content > .section[key='notification'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .createdAt {
    color: #cbcbcb;
}
.view[name='notifications'] > .content > .tabs > .active {
    color: #181818;
}
/* disabled temporarily
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > thead {
    color: #cbcbcb;
} */
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > tbody > tr > .line {
    border-bottom: 1px solid #e0e0e0;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > tbody > tr > td.operations > .button {
    background-color: #0373f3;
    color: #ffffff;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .description,
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .duration {
    color: #939393;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button {
    background-color: #aad69c;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
    background-color: #c8cad4;
}
.view[name='notifications'] > .navigationBar {
    background-color: #f1f2f4;
}

@media (min-width: 800px) {
    .view[name='notifications'] {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    }
}