/* Shared school/admin results + toppers listing skin. */
html.rn-result-listing-v1,
html.rn-result-listing-v1 body{
  background:#f4f8fc!important;
}

html.rn-result-listing-v1 .rn-governorate-editorial-box-v320,
html.rn-result-listing-v1 section.rn-governorate-editorial,
html.rn-result-listing-v1 .rn-latest-edu-news{
  display:none!important;
}

html.rn-result-listing-v1 .rn-edara-toppers-v1-shell,
html.rn-result-listing-v1 main.rn-edara-toppers-v1-shell{
  width:100%!important;
  max-width:none!important;
  margin:18px 0 36px!important;
  padding:0!important;
}

html.rn-result-listing-v1 .rn-modern-v211{
  width:100%!important;
  max-width:none!important;
  margin:18px auto 36px!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  direction:rtl!important;
}

html.rn-result-listing-v1 .rn-modern-v211:before{
  display:none!important;
}

.rn-rl-hero,
.rn-edara-toppers-v1-shell .rn-et-hero{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 16px!important;
  padding:22px 24px!important;
  min-height:0!important;
  color:#202b3e!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid #dce5f2!important;
  border-radius:22px!important;
  box-shadow:0 10px 28px rgba(23,63,134,.06)!important;
}

.rn-rl-hero:before,
.rn-edara-toppers-v1-shell .rn-et-hero:before{
  content:none!important;
  display:none!important;
}

.rn-rl-hero-copy,
.rn-edara-toppers-v1-shell .rn-et-hero-copy{
  min-width:0!important;
  flex:1 1 auto!important;
}

.rn-rl-kicker,
.rn-edara-toppers-v1-shell .rn-et-eyebrow{
  margin:0 0 6px!important;
  color:#c9a227!important;
  font-size:13px!important;
  line-height:1.6!important;
  font-weight:800!important;
}

.rn-rl-title,
html.rn-result-listing-v1 .rn211-title,
.rn-edara-toppers-v1-shell .rn-et-title{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#173f86!important;
  border:0!important;
  font-size:clamp(22px,3vw,32px)!important;
  line-height:1.45!important;
  font-weight:900!important;
  text-align:right!important;
}

html.rn-result-listing-v1 .rn211-title i{
  display:none!important;
}

.rn-rl-sub,
.rn-edara-toppers-v1-shell .rn-et-subtitle{
  margin:8px 0 0!important;
  color:#202b3e!important;
  font-size:15px!important;
  line-height:1.7!important;
  font-weight:700!important;
}

.rn-rl-hero-rule{
  width:72px;
  height:3px;
  margin:14px 0 12px;
  background:linear-gradient(90deg,#f8d978,#e8c35a);
  border-radius:99px;
}

.rn-rl-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:32px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:800!important;
}

.rn-rl-pill.is-available,
.rn-edara-toppers-v1-shell .rn-et-status{
  color:#0b7a4b!important;
  background:#e7f8ee!important;
  border:1px solid #c7ecd7!important;
}

.rn-rl-pill.is-soon{
  color:#173f86!important;
  background:#eef4ff!important;
  border:1px solid #dce5f2!important;
}

.rn-rl-pill-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b7a4b;
  box-shadow:0 0 0 3px rgba(11,122,75,.12);
}

html.rn-result-listing-v1[data-rn-rl-available="1"] .rn-rl-pill.is-available .rn-rl-pill-dot{
  animation:rnRlPulse 1.8s ease-out infinite;
}

html.rn-result-listing-v1[data-rn-rl-available="0"] .rn-rl-pill.is-available,
html.rn-result-listing-v1:not([data-rn-rl-available="1"]) .rn-rl-pill.is-available{
  animation:none!important;
}

html.rn-result-listing-v1[data-rn-rl-available="0"] .rn-rl-pill.is-available .rn-rl-pill-dot,
html.rn-result-listing-v1:not([data-rn-rl-available="1"]) .rn-rl-pill.is-available .rn-rl-pill-dot{
  animation:none!important;
}

@keyframes rnRlPulse{
  0%{box-shadow:0 0 0 0 rgba(11,122,75,.28)}
  70%{box-shadow:0 0 0 8px rgba(11,122,75,0)}
  100%{box-shadow:0 0 0 0 rgba(11,122,75,0)}
}

.rn-rl-orbit,
.rn-edara-toppers-v1-shell .rn-et-emblem{
  position:relative!important;
  flex:0 0 96px!important;
  width:96px!important;
  height:96px!important;
  display:grid!important;
  place-items:center!important;
}

.rn-rl-orbit-ring{
  position:absolute;
  inset:0;
  border:1px solid rgba(69,118,207,.22);
  border-radius:50%;
  background:rgba(255,255,255,.4);
}

.rn-rl-orbit-ring.is-b{
  inset:10px;
  border:2px solid #4576cf;
}

.rn-rl-orbit-ring.is-c{
  inset:20px;
  border:2px solid #f8d978;
  box-shadow:inset 0 0 0 6px #fff;
}

.rn-rl-orbit-core,
.rn-edara-toppers-v1-shell .rn-et-emblem-icon{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  color:#fff!important;
  background:linear-gradient(145deg,#173f86,#0e2d66)!important;
  border:4px solid #fff!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(23,63,134,.16)!important;
  font-size:20px!important;
}

.rn-rl-orbit-dot,
.rn-edara-toppers-v1-shell .rn-et-orbit-dot{
  position:absolute!important;
  top:8px!important;
  left:18px!important;
  width:8px!important;
  height:8px!important;
  background:#f8d978!important;
  border-radius:50%!important;
  z-index:3!important;
}

html.rn-result-listing-v1 .rn211-searchbox{
  margin:0 0 14px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

html.rn-result-listing-v1 .rn211-searchbox:before{
  display:none!important;
}

html.rn-result-listing-v1 .rn211-fields{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}

html.rn-result-listing-v1 .rn211-field{
  min-height:40px!important;
  padding:7px 12px!important;
  color:#202b3e!important;
  background:#fff!important;
  border:1px solid #dce5f2!important;
  border-radius:999px!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:800!important;
}

html.rn-result-listing-v1 .rn211-field i,
html.rn-result-listing-v1 .rn211-field-label{
  color:#173f86!important;
}

html.rn-result-listing-v1 .rn211-type-pill{
  color:#173f86!important;
  background:#eef4ff!important;
  border:0!important;
  border-radius:999px!important;
  padding:2px 8px!important;
}

html.rn-result-listing-v1 .rn211-select{
  height:28px!important;
  border:0!important;
  background:transparent!important;
  font-size:12px!important;
  font-weight:800!important;
  color:#173f86!important;
}

html.rn-result-listing-v1 .rn211-actions,
html.rn-result-listing-v1 .rn-rl-cards,
.rn-edara-toppers-v1-shell .rn-et-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0 0 16px!important;
  width:100%!important;
  background:transparent!important;
}

html.rn-result-listing-v1 .rn211-action.is-print,
html.rn-result-listing-v1 .rn-rl-cards .rn211-action.is-print{
  display:none!important;
}

html.rn-result-listing-v1 .rn211-actions[data-rn-rl="1"] > a.rn211-action:not(.rn-rl-card),
html.rn-result-listing-v1 .rn211-actions[data-rn-rl="1"] > button.rn211-action:not(.rn-rl-card){
  display:none!important;
}

html[data-rn-rl-kind="edara-result"] .rn211-actions a[href*="/analytics/"],
html[data-rn-rl-kind="edara-result"] .rn211-actions a.rn-rl-card[href*="/analytics/"],
html[data-rn-rl-kind="school-result"] .rn211-actions a[href*="/analytics/"],
html[data-rn-rl-kind="school-result"] .rn211-actions a.rn-rl-card[href*="/analytics/"],
html[data-rn-rl-kind="edara-result"] .rn211-actions .rn-v202-save-topten,
html[data-rn-rl-kind="edara-result"] .rn211-actions .rn-v224-only-save,
html[data-rn-rl-kind="edara-result"] .rn211-actions .rn211-action.is-save,
html[data-rn-rl-kind="school-result"] .rn211-actions .rn-v202-save-topten,
html[data-rn-rl-kind="school-result"] .rn211-actions .rn-v224-only-save,
html[data-rn-rl-kind="school-result"] .rn211-actions .rn211-action.is-save{
  display:none!important;
}

html.rn-result-listing-v1 a.rn211-action,
html.rn-result-listing-v1 button.rn211-action,
html.rn-result-listing-v1 .rn-rl-card,
.rn-edara-toppers-v1-shell a.rn-et-action,
.rn-edara-toppers-v1-shell button.rn-et-action,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result,
.rn-edara-toppers-v1-shell button.rn-et-action.is-save,
.rn-edara-toppers-v1-shell button.rn-et-action.is-save.rn-v202-save-topten{
  -webkit-appearance:none!important;
  appearance:none!important;
  min-height:104px!important;
  width:auto!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr) 42px!important;
  align-items:center!important;
  gap:12px!important;
  padding:16px 18px!important;
  color:#173f86!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid #dce5f2!important;
  border-radius:20px!important;
  box-shadow:0 10px 24px rgba(23,63,134,.06)!important;
  text-align:right!important;
  text-decoration:none!important;
  font:inherit!important;
  font-weight:900!important;
  filter:none!important;
  opacity:1!important;
}

html.rn-result-listing-v1 a.rn211-action:hover,
html.rn-result-listing-v1 button.rn211-action:hover,
html.rn-result-listing-v1 .rn-rl-card:hover,
.rn-edara-toppers-v1-shell a.rn-et-action:hover,
.rn-edara-toppers-v1-shell button.rn-et-action:hover{
  transform:translateY(-2px);
  border-color:#c5d6ee!important;
  box-shadow:0 14px 28px rgba(23,63,134,.1)!important;
}

html.rn-result-listing-v1 .rn211-action-icon,
html.rn-result-listing-v1 .rn-rl-card .rn-rl-orbit,
.rn-edara-toppers-v1-shell .rn-et-action-icon{
  width:56px!important;
  height:56px!important;
  color:#fff!important;
  background:linear-gradient(145deg,#173f86,#2259b6)!important;
  border:0!important;
  border-radius:50%!important;
  box-shadow:0 0 0 8px rgba(69,118,207,.08),0 0 0 14px rgba(248,217,120,.18)!important;
  font-size:20px!important;
}

.rn-edara-toppers-v1-shell button.rn-et-action.is-save .rn-et-action-icon{
  color:#173f86!important;
  background:#fff8df!important;
  box-shadow:0 0 0 8px rgba(248,217,120,.16),0 0 0 14px rgba(69,118,207,.08)!important;
}

html.rn-result-listing-v1 .rn211-action span:last-child,
html.rn-result-listing-v1 .rn-rl-card-copy strong,
.rn-edara-toppers-v1-shell .rn-et-action-copy strong{
  color:#173f86!important;
  font-size:17px!important;
  line-height:1.45!important;
  font-weight:900!important;
}

html.rn-result-listing-v1 .rn-rl-card-copy small,
.rn-edara-toppers-v1-shell .rn-et-action-copy small{
  display:block!important;
  margin-top:3px!important;
  color:#66758c!important;
  font-size:12px!important;
  font-weight:700!important;
}

html.rn-result-listing-v1 .rn-rl-card-arrow,
.rn-edara-toppers-v1-shell .rn-et-action-arrow{
  width:36px!important;
  height:36px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:#4576cf!important;
  border-radius:50%!important;
  font-size:16px!important;
}

html.rn-result-listing-v1 .rn211-table-wrap,
.rn-edara-toppers-v1-shell .rn-et-list,
.rn-edara-toppers-v1-shell .rn-et-table-wrap{
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #dce5f2!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(23,63,134,.06)!important;
}

html.rn-result-listing-v1 .rn211-table thead th,
.rn-edara-toppers-v1-shell .rn-et-table th{
  color:#fff!important;
  background:#173f86!important;
  background-image:none!important;
  border-bottom:3px solid #f8d978!important;
}

html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(odd) td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(odd) td{
  background:#fff!important;
}

html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(even) td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(even) td{
  background:#fcf8ec!important;
}

html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(1),
html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(2),
html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(3){
  box-shadow:none!important;
}

html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(1) td,
html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(2) td,
html.rn-result-listing-v1 .rn211-table tbody tr:nth-child(3) td{
  background:inherit!important;
}

html.rn-result-listing-v1 .rn211-table a,
html.rn-result-listing-v1 .rn211-table td[data-key="name"],
html.rn-result-listing-v1 .rn211-table td[data-key="name"] a,
.rn-edara-toppers-v1-shell .rn-et-table a{
  color:#4576cf!important;
}

html.rn-result-listing-v1 .rn211-table td[data-key="seat"]{
  color:#173f86!important;
}

.rn-edara-toppers-v1-shell .rn-et-podium,
.rn-edara-toppers-v1-shell .rn-et-podium-card,
html.rn-result-listing-v1 .rn-et-podium,
html.rn-result-listing-v1 .rn-et-podium-card{
  display:none!important;
}

.rn-edara-toppers-v1-shell .rn-et-breadcrumb,
.rn-edara-toppers-v1-shell .rn-et-emblem-star,
.rn-edara-toppers-v1-shell .rn-et-status-mark{
  display:none!important;
}

.rn-edara-toppers-v1-shell .rn-rl-card .rn-rl-orbit{
  flex:0 0 56px!important;
  width:56px!important;
  height:56px!important;
}

.rn-edara-toppers-v1-shell .rn-rl-card .rn-rl-orbit-ring.is-b{
  inset:6px;
}

.rn-edara-toppers-v1-shell .rn-rl-card .rn-rl-orbit-ring.is-c{
  inset:12px;
  box-shadow:inset 0 0 0 4px #fff;
}

.rn-edara-toppers-v1-shell .rn-rl-card .rn-rl-orbit-core{
  width:32px!important;
  height:32px!important;
  border-width:3px!important;
  font-size:14px!important;
}

.rn-edara-toppers-v1-shell .rn-et-table td[data-key="name"],
.rn-edara-toppers-v1-shell .rn-et-table .rn-top-student-link{
  color:#4576cf!important;
  font-weight:800!important;
}

.rn-edara-toppers-v1-shell a.rn-et-action.is-result,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result:link,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result:visited,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result:hover,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result:focus,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result:focus-visible,
.rn-edara-toppers-v1-shell button.rn-et-action.is-save,
.rn-edara-toppers-v1-shell button.rn-et-action.is-save:hover{
  color:#173f86!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid #dce5f2!important;
  border-radius:20px!important;
}

.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-et-action-copy,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-et-action-copy strong,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-rl-card-copy,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-rl-card-copy strong{
  color:#173f86!important;
}

.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-et-action-copy small,
.rn-edara-toppers-v1-shell a.rn-et-action.is-result .rn-rl-card-copy small{
  color:#66758c!important;
}

@media (max-width:760px){
  .rn-rl-hero,
  .rn-edara-toppers-v1-shell .rn-et-hero{
    flex-direction:column-reverse!important;
    align-items:flex-start!important;
    padding:18px!important;
  }

  html.rn-result-listing-v1 .rn211-actions,
  html.rn-result-listing-v1 .rn-rl-cards,
  .rn-edara-toppers-v1-shell .rn-et-actions{
    grid-template-columns:1fr!important;
  }

  html.rn-result-listing-v1 a.rn211-action,
  html.rn-result-listing-v1 button.rn211-action,
  html.rn-result-listing-v1 .rn-rl-card,
  .rn-edara-toppers-v1-shell a.rn-et-action,
  .rn-edara-toppers-v1-shell button.rn-et-action{
    width:100%!important;
  }
}

/* toppers rank circles + ممتاز — listing family */
.rn-edara-toppers-v1-shell .rn-top-number,
.rn-edara-toppers-v1-shell .rn-et-rank{
  min-width:32px!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:4px 7px!important;
  color:#173f86!important;
  background:#eef4ff!important;
  border:1px solid #cddbef!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.rn-edara-toppers-v1-shell .rn-et-rank.is-tier-1,
.rn-edara-toppers-v1-shell .rn-top-number.rn-et-rank.is-tier-1{
  color:#805400!important;
  background:linear-gradient(180deg,#fff4b8,#f0c85a)!important;
  border-color:#e9bd52!important;
}
.rn-edara-toppers-v1-shell .rn-et-rank.is-tier-2,
.rn-edara-toppers-v1-shell .rn-top-number.rn-et-rank.is-tier-2{
  color:#52627a!important;
  background:linear-gradient(180deg,#f7f9fc,#c9d2df)!important;
  border-color:#bdc8d8!important;
}
.rn-edara-toppers-v1-shell .rn-et-rank.is-tier-3,
.rn-edara-toppers-v1-shell .rn-top-number.rn-et-rank.is-tier-3{
  color:#84481b!important;
  background:linear-gradient(180deg,#ffe8d2,#d6a375)!important;
  border-color:#d6a375!important;
}
.rn-edara-toppers-v1-shell .rn-grade-pill.is-excellent,
.rn-edara-toppers-v1-shell .rn-et-grade.is-excellent{
  color:#0b7a4b!important;
  background:#e7f8ee!important;
  border:1px solid #c7ecd7!important;
  border-radius:999px!important;
}
.rn-edara-toppers-v1-shell .rn-et-note{
  display:flex;
  align-items:center;
  gap:8px;
  margin:12px 4px 0;
  color:#66758c;
  font-size:12px;
  font-weight:700;
}
.rn-edara-toppers-v1-shell .rn-et-podium,
.rn-edara-toppers-v1-shell .rn-et-podium-card{
  display:none!important;
}

/* rn-et-scroll-v1 real table + horizontal scroll — no mobile cards */
.rn-edara-toppers-v1-shell .rn-et-m-meta,
.rn-edara-toppers-v1-shell .rn-et-m-total-lab,
.rn-edara-toppers-v1-shell .rn-et-repeat-chip{
  display:none!important;
}
.rn-edara-toppers-v1-shell .rn-et-list .rn-et-table-wrap,
.rn-edara-toppers-v1-shell .rn-et-table-wrap{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch;
  width:100%!important;
  max-width:100%!important;
}
.rn-edara-toppers-v1-shell table.rn-et-table,
.rn-edara-toppers-v1-shell .rn-et-table{
  display:table!important;
  width:100%!important;
  min-width:760px!important;
  max-width:none!important;
  border-collapse:collapse!important;
  table-layout:auto!important;
}
.rn-edara-toppers-v1-shell .rn-et-table thead{
  display:table-header-group!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  white-space:nowrap!important;
}
.rn-edara-toppers-v1-shell .rn-et-table tbody{
  display:table-row-group!important;
  width:auto!important;
}
.rn-edara-toppers-v1-shell .rn-et-table thead tr,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr.rn-et-row,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(n),
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(even),
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(odd),
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:hover{
  display:table-row!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  grid-template-columns:none!important;
  grid-template-areas:none!important;
}
.rn-edara-toppers-v1-shell .rn-et-table th,
.rn-edara-toppers-v1-shell .rn-et-table td,
.rn-edara-toppers-v1-shell .rn-et-table tbody td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(n) td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(even) td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(odd) td,
.rn-edara-toppers-v1-shell .rn-et-table tbody tr:hover td{
  display:table-cell!important;
  width:auto!important;
  max-width:none!important;
  float:none!important;
  position:static!important;
  grid-area:auto!important;
  grid-template-columns:none!important;
  white-space:nowrap!important;
  overflow:visible!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  vertical-align:middle!important;
}
.rn-edara-toppers-v1-shell .rn-et-table td:before,
.rn-edara-toppers-v1-shell .rn-et-table td:after,
.rn-edara-toppers-v1-shell .rn-et-table td::before,
.rn-edara-toppers-v1-shell .rn-et-table td::after{
  content:none!important;
  display:none!important;
}
.rn-edara-toppers-v1-shell .rn-et-table thead th{
  color:#fff!important;
  background:#173f86!important;
  background-image:none!important;
  border-bottom:3px solid #f8d978!important;
  white-space:nowrap!important;
}
.rn-edara-toppers-v1-shell .rn-et-table.is-progressive tbody tr.rn-et-hidden{
  display:none!important;
}
@media (max-width:768px){
  .rn-edara-toppers-v1-shell .rn-et-list .rn-et-table-wrap,
  .rn-edara-toppers-v1-shell .rn-et-table-wrap{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    background:#fff!important;
  }
  .rn-edara-toppers-v1-shell table.rn-et-table,
  .rn-edara-toppers-v1-shell .rn-et-table{
    display:table!important;
    width:760px!important;
    min-width:760px!important;
    max-width:none!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table thead{
    display:table-header-group!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table thead tr{
    display:table-row!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table thead th{
    display:table-cell!important;
    color:#fff!important;
    background:#173f86!important;
    background-image:none!important;
    white-space:nowrap!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table tbody{
    display:table-row-group!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr.rn-et-row,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(n),
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(even),
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(odd){
    display:table-row!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table th,
  .rn-edara-toppers-v1-shell .rn-et-table td,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(n) td,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(even) td,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:nth-child(odd) td,
  .rn-edara-toppers-v1-shell .rn-et-table tbody tr:hover td{
    display:table-cell!important;
    white-space:nowrap!important;
  }
  .rn-edara-toppers-v1-shell .rn-et-table.is-progressive tbody tr.rn-et-hidden{
    display:none!important;
  }
}

/* rn-rl-scroll-v1 listing tables: same toppers horizontal scroll */
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .panel,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .panel{
  overflow-x:auto!important;
  overflow-y:visible!important;
  -webkit-overflow-scrolling:touch;
  width:100%!important;
  max-width:100%!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-rl-table-wrap,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-rl-table-wrap{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch;
  width:100%!important;
  max-width:100%!important;
  display:block!important;
  background:#fff!important;
  border:1px solid #dce5f2!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(23,63,134,.06)!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable{
  display:table!important;
  width:100%!important;
  min-width:760px!important;
  max-width:none!important;
  table-layout:auto!important;
  border-collapse:collapse!important;
  box-shadow:none!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable thead,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable thead{
  display:table-header-group!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  white-space:nowrap!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable tbody,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable tbody{
  display:table-row-group!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable thead tr,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable thead tr,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable tbody tr,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable tbody tr,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable tr,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable tr{
  display:table-row!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  box-shadow:none!important;
  border-radius:0!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable th,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable th,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable tbody td,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable tbody td{
  display:table-cell!important;
  float:none!important;
  position:static!important;
  width:auto!important;
  max-width:none!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-align:center!important;
  vertical-align:middle!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td:before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td:before,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td::before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td::before,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td:after,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td:after{
  content:none!important;
  display:none!important;
  float:none!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable thead th,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable thead th{
  color:#fff!important;
  background:#173f86!important;
  background-image:none!important;
  border-bottom:3px solid #f8d978!important;
  white-space:nowrap!important;
}
@media (max-width:768px){
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-rl-table-wrap,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-rl-table-wrap,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .panel,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .panel{
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch;
    width:100%!important;
    max-width:100%!important;
  }
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.table.redTable{
    display:table!important;
    width:760px!important;
    min-width:760px!important;
    max-width:none!important;
    table-layout:auto!important;
  }
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable thead,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable thead{
    display:table-header-group!important;
    position:static!important;
    clip:auto!important;
    width:auto!important;
    height:auto!important;
    overflow:visible!important;
  }
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable tr,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable tr{
    display:table-row!important;
  }
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable th,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable th,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td{
    display:table-cell!important;
    white-space:nowrap!important;
  }
}

/* rn-rl-scroll-v1-11: constrain wrap to column so swipe reaches hidden cols */
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] #ww,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] #ww,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] #ww > .container,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] #ww > .container,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] #ww > .container > .row,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] #ww > .container > .row,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] #ww > .container > .row > [class*="col-"],
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] #ww > .container > .row > [class*="col-"],
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .panel,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .panel,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-modern-v211,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-modern-v211,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-source-host,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-source-host{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] #ww > .container > .row > [class*="col-"],
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] #ww > .container > .row > [class*="col-"]{
  width:100%!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-modern-v211,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-modern-v211{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
  overflow-y:visible!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .panel,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .panel{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-rl-table-wrap,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-rl-table-wrap,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table-wrap,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table-wrap{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x;
  overscroll-behavior-x:contain;
  box-sizing:border-box!important;
}
html.rn-result-listing-v1.rn-modern-v211-active[data-rn-rl-kind="edara-result"] .rn211-source-host > .rn-rl-table-wrap,
html.rn-result-listing-v1.rn-modern-v211-active[data-rn-rl-kind="school-result"] .rn211-source-host > .rn-rl-table-wrap,
html.rn-result-listing-v1.rn-modern-v211-active[data-rn-rl-kind="edara-result"] table.rn211-source-table,
html.rn-result-listing-v1.rn-modern-v211-active[data-rn-rl-kind="school-result"] table.rn211-source-table{
  position:absolute!important;
  width:1px!important;
  min-width:0!important;
  max-width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table{
  display:table!important;
  width:max-content!important;
  min-width:760px!important;
  max-width:none!important;
  table-layout:auto!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable th,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable th,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table th,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table th,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table td,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table td{
  display:table-cell!important;
  white-space:nowrap!important;
  float:none!important;
}
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td:before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td:before,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable td::before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable td::before,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table td:before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table td:before,
html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table td::before,
html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table td::before{
  content:none!important;
  display:none!important;
}
@media (max-width:768px){
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] table.redTable,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table{
    display:table!important;
    width:max-content!important;
    min-width:760px!important;
    max-width:none!important;
  }
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn-rl-table-wrap,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn-rl-table-wrap,
  html.rn-result-listing-v1[data-rn-rl-kind="edara-result"] .rn211-table-wrap,
  html.rn-result-listing-v1[data-rn-rl-kind="school-result"] .rn211-table-wrap{
    overflow-x:auto!important;
    max-width:100%!important;
    min-width:0!important;
  }
}
