.view[name='notifications'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1831;
}
.view[name='notifications'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
}
.view[name='notifications'] > .header > .side > .button {
    padding: 24px;
}
.view[name='notifications'] > .header > .side > .button > img {
    display: block;
    height: 16px;
}
.view[name='notifications'] > .header > .center {
    display: table;
    width: calc(100% - 128px);
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.view[name='notifications'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
}
.view[name='notifications'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
}
.view[name='notifications'] > .content > .tabs {
    line-height: 32px;
    padding: 20px 20px 8px;
    height: 60px;
    white-space: nowrap;
    overflow-x: auto;
}
.view[name='notifications'] > .content > .tabs > .tab {
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}
.view[name='notifications'] > .content > .section > .button[key='add'] {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.view[name='notifications'] > .content > .section > .tableWrapper {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.view[name='notifications'] > .content > .section > .button[key='add'] > img {
    width: 100%;
    height: 100%;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content,
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .footer {
    padding-right: 20px;
    padding-left: 20px;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table {
    border-spacing: 0;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    padding-bottom: 8px;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > tbody > tr > td:not(:last-child) {
    padding-right: 16px;
}
.view[name='notifications'] > .content > .section > .tableWrapper > .fTable > .content > table > tbody > tr > td.operations > .button {
    border-radius: 8px;
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    font-weight: 500;
}
.view[name='notifications'] > .content > .section[key='supportRequest'] > .tableWrapper > .fTable > .content > table > tbody > tr > td[key='phone'] {
    cursor: pointer;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > div:not(.slides) {
    padding-right: 8px;
    padding-left: 8px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .description {
    font-size: 12px;
    margin-bottom: 10px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .code {
    display: inline-block;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides {
    position: relative;
    margin-bottom: 8px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides::-webkit-scrollbar {
    display: none;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list {
    border-radius: 8px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list > .slick-track > .slick-slide {
    display: inline-block;
    vertical-align: middle;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
    background-size: cover;
    background-position: center;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list,
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
    height: 250px;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots {
    bottom: 16px;
    width: auto;
    right: 50%;
    transform: translateX(50%);
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 50%;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button:hover,
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button:focus {
    outline: none;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button:hover:before,
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li > button:focus:before {
    opacity: 1;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li:not(.slick-active) > button {
    opacity: 0.3;
}
.view[name='notifications'] > .content > .section[key='campaign'] > .tableWrapper > .fTable > .content > table > tbody > tr > td > .slides > .slick-dots > li.slick-active > button {
    opacity: 1;
}