#nsHelpWidgetRoot{
  position:fixed;
  left:14px;
  bottom:14px;
  z-index:9999;
  direction:rtl;
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif
}
.ns-help-launch{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 14px 6px 6px;
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg,#0d6ec7,#0a58a8);
  color:#fff;
  box-shadow:0 12px 28px rgba(13,110,199,.24);
  cursor:pointer
}
.ns-help-launch-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:22px;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.18)
}
.ns-help-launch-text{
  font-size:20px;
  font-weight:800;
  color:#fff;
  line-height:1;
  white-space:nowrap;
  font-family:"Nedal Saudi",Tahoma,Arial,sans-serif
}
.ns-help-widget-panel{
  position:absolute;
  left:0;
  bottom:64px;
  width:min(90vw,340px);
  padding:16px;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(94,150,235,.18);
  box-shadow:0 20px 46px rgba(12,51,103,.14);
  display:none;
  overflow:hidden
}
.ns-help-widget-panel.is-open{
  display:block;
  animation:nsHelpPop .18s ease-out
}
@keyframes nsHelpPop{
  from{opacity:0;transform:translateY(10px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.ns-help-close{
  position:absolute;
  top:12px;
  left:12px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(94,150,235,.18);
  background:#eef6ff;
  color:#1b4e8f;
  font-size:24px;
  line-height:1;
  cursor:pointer
}
.ns-help-topline{
  display:flex;
  align-items:center;
  gap:8px;
  color:#20b7c7;
  font-weight:800;
  font-size:14px;
  margin-bottom:8px;
  padding-right:44px
}
.ns-help-topline-badge{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ecf7ff;
  border:1px solid rgba(94,150,235,.18);
  color:#1679c4;
  font-size:18px
}
.ns-help-title{
  color:#113b72;
  font-size:24px;
  line-height:1.25;
  font-weight:800;
  margin:2px 0 8px;
  font-family:"Nedal Saudi",Tahoma,Arial,sans-serif
}
.ns-help-subtitle{
  margin:0 0 14px;
  color:#4e6d8c;
  font-size:15px;
  line-height:1.7
}
.ns-help-cards{
  display:grid;
  gap:10px
}
.ns-help-card{
  display:grid;
  grid-template-columns:34px 1fr 34px;
  align-items:center;
  gap:10px;
  padding:12px;
  border-radius:18px;
  background:#fbfdff;
  border:1px solid rgba(94,150,235,.14);
  box-shadow:0 8px 18px rgba(20,72,132,.05);
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.ns-help-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 22px rgba(20,72,132,.08);
  border-color:rgba(49,130,246,.24)
}
.ns-help-card-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#18bfd0;
  font-size:24px;
  line-height:1
}
.ns-help-card-copy strong{
  display:block;
  color:#113b72;
  font-size:18px;
  font-weight:800;
  margin-bottom:4px;
  font-family:"Nedal Saudi",Tahoma,Arial,sans-serif
}
.ns-help-card-copy span{
  display:block;
  color:#5a7692;
  font-size:13px;
  line-height:1.55
}
.ns-help-card-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef8ff;
  border:1px solid rgba(94,150,235,.18);
  color:#109fca;
  font-size:18px
}
.ns-help-footnote{
  margin-top:12px;
  color:#6b84a0;
  font-size:12px;
  line-height:1.6;
  text-align:center
}
@media (max-width:640px){
  #nsHelpWidgetRoot{left:10px;bottom:10px}
  .ns-help-widget-panel{width:min(calc(100vw - 20px),340px);bottom:60px;padding:14px;border-radius:22px}
  .ns-help-launch{padding:6px 12px 6px 6px}
  .ns-help-launch-icon{width:40px;height:40px;font-size:20px}
  .ns-help-launch-text{font-size:18px}
  .ns-help-title{font-size:22px}
  .ns-help-subtitle{font-size:14px}
  .ns-help-card-copy strong{font-size:17px}
  .ns-help-card-copy span{font-size:12.5px}
}
/* NEDAL_SUPPORT_WIDGET_COMPACT_V2 */
#nsHelpWidgetRoot,
#nsHelpWidgetRoot *{
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif!important;
}
.ns-help-widget-panel{
  width:min(88vw,340px)!important;
  max-height:min(70vh,620px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  bottom:58px!important;
  padding:14px!important;
  border-radius:22px!important;
  scrollbar-width:thin;
}
.ns-help-title{
  font-size:22px!important;
  line-height:1.35!important;
  margin:2px 0 7px!important;
}
.ns-help-subtitle{
  font-size:14px!important;
  line-height:1.6!important;
  margin-bottom:12px!important;
}
.ns-help-cards{
  gap:8px!important;
}
.ns-help-card{
  grid-template-columns:30px 1fr 30px!important;
  gap:8px!important;
  padding:10px 11px!important;
  border-radius:16px!important;
}
.ns-help-card-copy strong{
  font-size:16px!important;
  margin-bottom:2px!important;
}
.ns-help-card-copy span{
  font-size:12.5px!important;
  line-height:1.5!important;
}
.ns-help-card-icon{
  width:30px!important;
  height:30px!important;
  border-radius:10px!important;
  font-size:16px!important;
}
.ns-help-card-arrow{
  font-size:22px!important;
}
.ns-help-footnote{
  margin-top:9px!important;
  font-size:11.5px!important;
}
.ns-help-launch{
  padding:5px 11px 5px 5px!important;
  gap:7px!important;
}
.ns-help-launch-icon{
  width:38px!important;
  height:38px!important;
  font-size:18px!important;
}
.ns-help-launch-text{
  font-size:17px!important;
  color:#ffffff!important;
  line-height:1.1!important;
}
@media(max-width:640px){
  .ns-help-widget-panel{
    width:min(calc(100vw - 20px),330px)!important;
    max-height:68vh!important;
    bottom:55px!important;
  }
}

/* NEDAL_SUPPORT_WIDGET_POLISH_V3 */
.ns-help-launch-text{
  font-size:16px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.ns-help-close{
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#e53935!important;
  color:#ffffff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:Arial,sans-serif!important;
  font-size:26px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 7px 16px rgba(229,57,53,.28)!important;
}
.ns-help-close:hover{
  background:#c62828!important;
  transform:translateY(-1px);
}

/* NEDAL_SUPPORT_TOPLINE_DARK_V4 */
.ns-help-topline{
  color:#10243e!important;
}

/* NEDAL_SUPPORT_CLOSE_RED_V5 */
.ns-help-close{
  background:#ff2b2b!important;
  color:#ffffff!important;
  box-shadow:0 8px 18px rgba(255,43,43,.34)!important;
}
.ns-help-close:hover{
  background:#d90000!important;
}

/* NEDAL_SUPPORT_CLOSE_RED_V6 */
.ns-help-close{
  background:#ff0000!important;
  color:#ffffff!important;
  border:1px solid #d40000!important;
  box-shadow:0 5px 12px rgba(120,0,0,.22)!important;
}
.ns-help-close:hover{
  background:#c90000!important;
}
