/* R.S Films Group — safe support reply notifications v23.2.31 */
.artist-portal .head-actions button.icon-btn[data-rsf-unread],
.artist-portal aside nav button[data-rsf-support-unread],
.artist-portal nav button[data-rsf-support-unread]{position:relative!important}

.artist-portal .head-actions button.icon-btn[data-rsf-unread]::after{
  content:attr(data-rsf-unread);position:absolute;top:-5px;right:-7px;z-index:5;
  min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;border:2px solid #fff;border-radius:999px;
  display:flex;align-items:center;justify-content:center;background:#c83b32;color:#fff;
  font:800 9px/1 Arial,sans-serif;box-shadow:0 2px 8px rgba(96,20,15,.28);pointer-events:none
}
.artist-portal aside nav button[data-rsf-support-unread]::after,
.artist-portal nav button[data-rsf-support-unread]::after{
  content:attr(data-rsf-support-unread);position:absolute;right:13px;top:50%;transform:translateY(-50%);z-index:5;
  min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;border:2px solid #0a1922;border-radius:999px;
  display:flex;align-items:center;justify-content:center;background:#c83b32;color:#fff;
  font:800 9px/1 Arial,sans-serif;pointer-events:none
}
.rsf-support-reply-toast{position:fixed!important;z-index:999999!important;right:24px!important;top:92px!important;box-sizing:border-box!important;width:min(430px,calc(100vw - 32px))!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;align-items:start!important;padding:16px!important;border:1px solid #d9e2e7!important;border-left:4px solid #c99a35!important;border-radius:14px!important;background:#fff!important;color:#10232e!important;box-shadow:0 18px 52px rgba(5,23,34,.20)!important;animation:rsfSupportToastIn .22s ease-out!important}
.rsf-support-reply-toast-icon{width:38px!important;height:38px!important;border-radius:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0d202b!important;color:#d8aa49!important;font:800 18px/1 Arial,sans-serif!important}
.rsf-support-reply-toast-body{min-width:0!important}.rsf-support-reply-toast-body small{display:block!important;margin:1px 0 5px!important;color:#a57620!important;font-size:8px!important;font-weight:850!important;letter-spacing:1.35px!important}.rsf-support-reply-toast-body strong{display:block!important;margin:0!important;color:#10232e!important;font-size:14px!important;line-height:1.3!important}.rsf-support-reply-toast-body p{margin:5px 0 0!important;color:#657681!important;font-size:11px!important;line-height:1.5!important}.rsf-support-reply-toast-actions{display:flex!important;align-items:center!important;gap:6px!important}.rsf-support-reply-view{border:0!important;border-radius:9px!important;padding:9px 11px!important;background:#0b1d27!important;color:#fff!important;font-size:10px!important;font-weight:800!important;white-space:nowrap!important;cursor:pointer!important}.rsf-support-reply-close{width:30px!important;height:30px!important;border:0!important;border-radius:8px!important;background:#f1f4f6!important;color:#54636d!important;font-size:18px!important;line-height:1!important;cursor:pointer!important}@keyframes rsfSupportToastIn{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:650px){.rsf-support-reply-toast{top:auto!important;right:12px!important;left:12px!important;bottom:18px!important;width:auto!important;grid-template-columns:38px minmax(0,1fr)!important;padding:14px!important}.rsf-support-reply-toast-actions{grid-column:2!important;justify-content:flex-start!important;margin-top:2px!important}.rsf-support-reply-toast-icon{width:34px!important;height:34px!important}.artist-portal aside nav button[data-rsf-support-unread]::after,.artist-portal nav button[data-rsf-support-unread]::after{right:10px}}
