.notification-header{position:fixed;top:70px;z-index:999;width:100%}
.notification-header .notification__wrapper-popup{box-shadow:0 8px 32px -16px rgba(0,0,0,0.08);max-height:535px}
@media(min-width:1024px){.notification-header .notification__wrapper-popup{width:389px;max-height:535px;right:7%;position:absolute}
}
.notification-header .notification__wrapper-popup .notification__top{background-color:var(--rds-color-surface-white);border-bottom:1px solid #ddd;padding:16px 16px 24px 16px;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:8px;border-top-right-radius:8px}
.notification-header .notification__wrapper-popup .notification__bottom{background-color:#f8f8f8;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-height:300px;overflow:auto}
.notification-header .notification__wrapper-popup .notification__bottom p{margin-bottom:4px}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item{padding:16px;display:flex;gap:16px;align-items:flex-start;border-bottom:1px solid #ddd}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item .rp-caption-1{color:#727272;word-break:break-all}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item .icon__wrapper{border-radius:8px;background-color:var(--rds-color-surface-white);position:relative;padding:12px}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item .icon__wrapper .icon-rp{font-size:24px;color:var(rds-color-interactive-surface-active)}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item .icon__circle{width:7px;height:7px;background-color:#ffebcc;border-radius:50%;position:absolute;top:0;right:0;outline:3px solid var(--rds-color-surface-white)}
.notification-header .notification__wrapper-popup .notification__bottom .notification__item .rp-body-1,.notification-header .notification__wrapper-popup .notification__bottom .notification__item .rp-caption{color:#727272;word-break:break-all}
.notification-header .notification__wrapper-popup .notification__empty{background-color:#f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:64px 0}
.notification-header .notification__wrapper-popup .notification__empty-img{width:80px;height:80px;background-image:url(../clientlib-site/resources/images/rp-sun.png)}
.notification-header .notification__wrapper-popup .notification__empty p{color:#727272;margin-bottom:0}
.notification-header .notification__wrapper{border-radius:8px;background:var(--rds-color-surface-white);padding:33px 19px 37px}
.notification-header .notification__header{display:flex;justify-content:space-between;align-items:center}
.notification-header .notification__table{margin-top:40px}
.notification-header .notification__table-header{display:-ms-grid;display:grid;gap:16px;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;padding:20px 24px 20px 24px}
.notification-header .notification__table-header>:first-child{grid-column:span 2}