#notificationsList{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;
}

.notificationItem,
.notifItem,
#notificationsList .invoiceBox{
  position:relative!important;
  padding:18px 18px 18px 22px!important;
  border-radius:22px!important;
  background:rgba(18,22,32,.84)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 14px 36px rgba(0,0,0,.25)!important;
  overflow:hidden!important;
}

.notificationItem:before,
.notifItem:before,
#notificationsList .invoiceBox:before{
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:5px;
  background:#ffd75a;
}

.notificationItem b,
.notifItem b,
#notificationsList .invoiceBox b{
  color:#ffd75a!important;
}

#screenNotifications .btn2{
  width:100%;
  margin-top:8px;
  margin-bottom:12px;
}

.appEmpty,
.emptyState{
  padding:44px 18px!important;
  text-align:center!important;
  border-radius:24px!important;
  background:rgba(18,22,32,.55)!important;
  border:1px dashed rgba(255,255,255,.12)!important;
}

.appEmpty .icon,
.emptyState .icon{
  font-size:54px!important;
  margin-bottom:14px!important;
}
