/* =========================================================
   SCORIZER - INICIOS PERSONAL Y MANAGER
   ========================================================= */

body.staff-home-page #gdprModal.modal.show {
  z-index: 2010;
}


body.staff-home-page #gdprModal .modal-dialog {
  width: min(92vw, 820px);
}


body.staff-home-page .staff-home-gdpr-modal {
  max-height: min(82vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 24, 40, .22);
}


body.staff-home-page .staff-home-gdpr-header {
  min-height: 86px;
  padding: 16px 18px;
  border-bottom: 1px solid #e7eaf0;
  background: #fff;
}


body.staff-home-page .staff-home-gdpr-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}


body.staff-home-page .staff-home-gdpr-heading-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #fff1f1;
  color: #d71920;
  font-size: 1.15rem;
}


body.staff-home-page .staff-home-gdpr-header .modal-title {
  margin: 0;
  color: #101828;
  font-size: 1.05rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-gdpr-header .btn-close {
  flex: 0 0 auto;
  margin: 0;
}


body.staff-home-page .staff-home-gdpr-body {
  padding: 16px 18px;
  background: #f8fafc;
}


body.staff-home-page .staff-home-gdpr-list {
  display: grid;
  gap: 10px;
}


body.staff-home-page .gdpr-item {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}


body.staff-home-page .gdpr-item.is-open {
  border-color: rgba(255, 26, 26, .28);
  box-shadow: 0 10px 26px rgba(16, 24, 40, .06);
}


body.staff-home-page .gdpr-toggle {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  border: 0;
  background: transparent;
  color: #101828;
  text-align: left;
}


body.staff-home-page .gdpr-toggle:hover {
  background: #fffafa;
}


body.staff-home-page .gdpr-item-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff1f1;
  color: #d71920;
  font-size: .88rem;
}


body.staff-home-page .gdpr-title {
  min-width: 0;
  color: #101828;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.35;
}


body.staff-home-page .gdpr-arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f2f4f7;
  color: #667085;
  font-size: .7rem;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}


body.staff-home-page .gdpr-item.is-open .gdpr-arrow {
  transform: rotate(180deg);
  background: #fff1f1;
  color: #d71920;
}


body.staff-home-page .gdpr-text {
  padding: 0 16px 16px 62px;
  color: #475467;
  font-size: .79rem;
  line-height: 1.6;
}


body.staff-home-page .gdpr-text > :last-child {
  margin-bottom: 0;
}


body.staff-home-page .staff-home-gdpr-footer {
  min-height: 66px;
  padding: 12px 18px;
  border-top: 1px solid #e7eaf0;
  background: #fff;
}


body.staff-home-page .staff-home-gdpr-footer .toolbar-btn {
  min-height: 38px;
}


@media (max-width: 575px) {
body.staff-home-page #gdprModal .modal-dialog {
    width: auto;
    margin: 10px;
  }


  body.staff-home-page .staff-home-gdpr-modal {
    max-height: calc(100vh - 20px);
    border-radius: 16px;
  }


  body.staff-home-page .staff-home-gdpr-header,
body.staff-home-page .staff-home-gdpr-body,
body.staff-home-page .staff-home-gdpr-footer {
    padding-right: 12px;
    padding-left: 12px;
  }


  body.staff-home-page .gdpr-text {
    padding: 0 13px 14px;
  }
}


/* Staff home */


body.staff-home-page {
  min-height: 100vh;
  background: #f4f5f7;
  color: #101828;
}


body.staff-home-page .staff-home-hero {
  position: relative;
  min-height: 275px;
  padding: 92px 28px 70px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .44)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
}


body.staff-home-page .staff-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 25%, rgba(255, 26, 26, .28), transparent 24%),
    linear-gradient(135deg, transparent 0 64%, rgba(255, 26, 26, .22) 65% 68%, transparent 69%);
}


body.staff-home-page .staff-home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: min(100%, 1840px);
  margin: 0 auto;
}


body.staff-home-page .staff-home-avatar,
body.staff-home-page .staff-home-photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #111827, #020617);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 950;
}


body.staff-home-page .staff-home-avatar.has-image span,
body.staff-home-page .staff-home-photo.has-image span {
  display: none;
}


body.staff-home-page .staff-home-avatar {
  width: 104px;
  height: 104px;
  border: 5px solid rgba(255, 255, 255, .94);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
  font-size: 1.85rem;
}


body.staff-home-page .staff-home-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .88);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-hero-copy h1,
body.staff-home-page .staff-home-hero-copy p {
  margin: 0;
}


body.staff-home-page .staff-home-hero-copy h1 {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 950;
  line-height: .98;
}


body.staff-home-page .staff-home-hero-copy p {
  width: min(100%, 760px);
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.45;
}


body.staff-home-page .staff-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}


body.staff-home-page .staff-home-shell {
  max-width: none;
  margin-top: -46px;
}


body.staff-home-page .staff-home-workspace {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) minmax(320px, 360px);
  gap: 18px;
  align-items: start;
}


body.staff-home-page .staff-home-right-rail {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 18px;
  min-width: 0;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #ff1a1a #f2f4f7;
  scrollbar-width: thin;
}


body.staff-home-page .staff-home-right-rail::-webkit-scrollbar {
  width: 6px;
}


body.staff-home-page .staff-home-right-rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f2f4f7;
}


body.staff-home-page .staff-home-right-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #ff1a1a;
}


body.staff-home-page .staff-home-right-rail > .belts-content-panel {
  min-width: 0;
  margin-top: 0;
}


body.staff-home-page .staff-home-right-rail .staff-home-agenda-list {
  grid-template-columns: minmax(0, 1fr);
}


body.staff-home-page .staff-home-right-rail .staff-home-agenda-list article.staff-home-event-item {
  grid-template-columns: 52px minmax(0, 1fr);
}


body.staff-home-page .staff-home-right-rail .staff-home-event-side {
  grid-column: 1 / -1;
  justify-items: stretch;
}


body.staff-home-page .staff-home-right-rail .staff-home-event-action {
  width: 100%;
}


body.staff-home-page .staff-home-side-menu nav {
  gap: 14px;
}


body.staff-home-page .staff-home-side-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 340px;
  margin-top: 16px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 26, 26, .38), transparent 31%),
    linear-gradient(145deg, rgba(17, 18, 23, .9), rgba(3, 3, 3, .98)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .18);
}


body.staff-home-page .staff-home-side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(0deg, rgba(0, 0, 0, .22), transparent 58%);
  pointer-events: none;
}


body.staff-home-page .staff-home-side-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}


body.staff-home-page .staff-home-side-card > span,
body.staff-home-page .staff-home-side-card strong,
body.staff-home-page .staff-home-side-card p,
body.staff-home-page .staff-home-side-card .staff-home-side-bars {
  position: relative;
  z-index: 1;
}


body.staff-home-page .staff-home-side-card > span {
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
  display: inline-flex;
  align-items: center;
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-side-card strong {
  margin-top: auto;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-side-card p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.45;
}


body.staff-home-page .staff-home-side-bars,
body.staff-home-page .staff-home-chart {
  display: grid;
  align-items: end;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .74);
}


body.staff-home-page .staff-home-side-bars {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 88px;
  margin-top: 10px;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .1);
}


body.staff-home-page .staff-home-side-bars span,
body.staff-home-page .staff-home-chart span {
  display: block;
  min-height: 12px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #ff1a1a, #b42318);
}


body.staff-home-page .staff-home-chart.is-empty span {
  min-height: 0;
  background: transparent;
}


body.staff-home-page .staff-home-main,
body.staff-home-page .staff-home-summary-grid,
body.staff-home-page .staff-home-main-grid,
body.staff-home-page .staff-home-four-grid,
body.staff-home-page .staff-home-three-grid,
body.staff-home-page .staff-home-insight-grid,
body.staff-home-page .staff-home-bottom-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
}


body.staff-home-page .staff-home-summary-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}


body.staff-home-page .staff-home-main-grid {
  grid-template-columns: minmax(0, 1fr);
}


body.staff-home-page .staff-home-bottom-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
}


body.staff-home-page .staff-home-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


body.staff-home-page .staff-home-four-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}


body.staff-home-page .staff-home-insight-grid {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr) minmax(340px, .95fr);
  align-items: start;
}


body.staff-home-page .staff-home-profile-card,
body.staff-home-page .staff-home-focus-card {
  min-width: 0;
}


body.staff-home-page .staff-home-profile-line {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}


body.staff-home-page .staff-home-photo {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  font-size: 1.25rem;
}


body.staff-home-page .staff-home-profile-line small,
body.staff-home-page .staff-home-profile-line strong,
body.staff-home-page .staff-home-profile-line span,
body.staff-home-page .staff-home-profile-tags span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-profile-line small {
  color: #d92d20;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-profile-line strong {
  margin-top: 4px;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.1;
}


body.staff-home-page .staff-home-profile-line span {
  margin-top: 4px;
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
}


body.staff-home-page .staff-home-profile-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}


body.staff-home-page .staff-home-profile-tags article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 52px;
  padding: 8px 10px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #f8fafc;
}


body.staff-home-page .staff-home-profile-tags article > i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff1f3;
  color: #d92d20;
  font-size: .74rem;
}


body.staff-home-page .staff-home-profile-tags article > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.staff-home-page .staff-home-profile-tags small,
body.staff-home-page .staff-home-profile-tags strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-profile-tags small {
  color: #667085;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-profile-tags strong {
  min-height: 1em;
  color: #101828;
  font-size: .74rem;
  font-weight: 900;
}


body.staff-home-page .staff-home-profile-tags strong em {
  font-style: normal;
}


body.staff-home-page .staff-home-profile-tags .staff-home-role-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  overflow: visible;
  white-space: normal;
}


body.staff-home-page .staff-home-profile-tags .staff-home-role-badges em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #667085;
  font-size: .6rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}


body.staff-home-page .staff-home-profile-tags .staff-home-role-badges em.is-active {
  background: #fff1f3;
  color: #d92d20;
  box-shadow: inset 0 0 0 1px rgba(217, 45, 32, .12);
}


body.staff-home-page .staff-home-focus-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background:
    linear-gradient(135deg, #fff 0%, #fff7f8 100%);
}


body.staff-home-page .staff-home-focus-card small,
body.staff-home-page .staff-home-panel-head small {
  display: block;
  color: #d92d20;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-focus-card strong,
body.staff-home-page .staff-home-panel-head h2 {
  display: block;
  margin: 3px 0 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.16;
}


body.staff-home-page .staff-home-focus-card p {
  margin: 6px 0 0;
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.4;
}


body.staff-home-page .staff-home-kpis,
body.staff-home-page .staff-home-quick-grid,
body.staff-home-page .staff-home-action-board,
body.staff-home-page .staff-home-action-board-grid,
body.staff-home-page .staff-home-activity-grid,
body.staff-home-page .staff-home-chart-stats {
  display: grid;
  gap: 12px;
  min-width: 0;
}


body.staff-home-page .staff-home-kpis {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}


body.staff-home-page .staff-home-kpis article {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 112px;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}


body.staff-home-page .staff-home-kpis article:nth-child(2n) {
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}


body.staff-home-page .staff-home-kpis article:nth-child(3n) {
  border-color: rgba(255, 26, 26, .16);
}


body.staff-home-page .staff-home-kpis article > i,
body.staff-home-page .staff-home-action-card > i,
body.staff-home-page .staff-home-panel-head > span,
body.staff-home-page .staff-home-activity-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-home-page .staff-home-kpis article > i {
  width: 42px;
  height: 42px;
  font-size: 1rem;
}


body.staff-home-page .staff-home-kpi-rank-icon {
  width: 54px;
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 11px;
  background: #fff;
  color: #d92d20;
  font-style: normal;
}


body.staff-home-page .staff-home-kpi-rank-icon .belt-svg-icon {
  width: 48px;
  height: 28px;
}


body.staff-home-page .staff-home-kpi-rank-icon .belt-svg-icon svg {
  width: 48px;
  height: 28px;
}


body.staff-home-page .staff-home-kpi-rank-icon .belt-level-icon {
  width: 38px;
  height: 38px;
}


body.staff-home-page .staff-home-kpi-belt-current {
  width: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 26, 26, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  text-align: left;
}


body.staff-home-page .staff-home-kpi-belt-card {
  align-content: center;
  justify-items: stretch !important;
  border-color: rgba(255, 26, 26, .18) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 26, 26, .1), transparent 38%),
    linear-gradient(180deg, #fff 0%, #fff7f8 100%) !important;
}


body.staff-home-page .staff-home-kpi-belt-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}


body.staff-home-page .staff-home-kpi-belt-heading > i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 10px;
  background: #fff1f3;
  color: #d92d20;
  font-size: .8rem;
}


body.staff-home-page .staff-home-kpi-belt-heading > span {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-kpi-belt-current > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.staff-home-page .staff-home-kpis .staff-home-kpi-belt-current strong,
body.staff-home-page .staff-home-kpis .staff-home-kpi-belt-current small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-kpis .staff-home-kpi-belt-current strong {
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.15;
}


body.staff-home-page .staff-home-kpis .staff-home-kpi-belt-current small {
  color: #667085;
  font-size: .66rem;
  font-weight: 750;
}


body.staff-home-page .staff-home-kpis span,
body.staff-home-page .staff-home-kpis small,
body.staff-home-page .staff-home-action-card span,
body.staff-home-page .staff-home-action-card strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-action-card small {
  display: -webkit-box;
  overflow: hidden;
  color: #667085;
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


body.staff-home-page .staff-home-kpis span,
body.staff-home-page .staff-home-action-card span {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-kpis strong {
  color: #101828;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1;
}


body.staff-home-page .staff-home-kpis small {
  color: #98a2b3;
  font-size: .66rem;
  font-weight: 850;
}


body.staff-home-page .staff-home-action-board {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: 14px;
}


body.staff-home-page .staff-home-map-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  min-height: 150px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 26, 26, .42), transparent 31%),
    linear-gradient(135deg, rgba(16, 24, 40, .96), rgba(2, 6, 23, .9)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .18);
}


body.staff-home-page .staff-home-map-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -36px;
  width: 134px;
  height: 134px;
  border: 22px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}


body.staff-home-page .staff-home-map-card > div,
body.staff-home-page .staff-home-map-card > a {
  position: relative;
  z-index: 1;
}


body.staff-home-page .staff-home-map-card small,
body.staff-home-page .staff-home-map-card strong,
body.staff-home-page .staff-home-map-card p {
  display: block;
  margin: 0;
}


body.staff-home-page .staff-home-map-card small {
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .88);
  display: inline-flex;
  align-items: center;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-map-card strong {
  margin-top: 16px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.05;
}


body.staff-home-page .staff-home-map-card p {
  width: min(100%, 420px);
  margin-top: 7px;
  color: rgba(255, 255, 255, .78);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.42;
}


body.staff-home-page .staff-home-map-card .toolbar-btn {
  flex: 0 0 auto;
}


body.staff-home-page .staff-home-action-board-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.staff-home-page .staff-home-action-pill {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 69px;
  padding: 12px;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


body.staff-home-page .staff-home-action-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .24);
  color: #101828;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .075);
}


body.staff-home-page .staff-home-action-pill i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-home-page .staff-home-action-pill span,
body.staff-home-page .staff-home-action-pill small,
body.staff-home-page .staff-home-action-pill strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-action-pill small {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-action-pill strong {
  margin-top: 4px;
  color: #101828;
  font-size: .98rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-agenda-panel {
  background:
    radial-gradient(circle at 94% 16%, rgba(255, 26, 26, .08), transparent 28%),
    #fff;
}


body.staff-home-page .staff-home-agenda-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin-bottom: 12px;
}


body.staff-home-page .staff-home-agenda-tab {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid #edf0f4;
  border-radius: 13px;
  background: #f8fafc;
  color: #667085;
  cursor: pointer;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}


body.staff-home-page .staff-home-agenda-tab i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff1f3;
  color: #d92d20;
  font-size: .82rem;
}


body.staff-home-page .staff-home-agenda-tab-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}


body.staff-home-page .staff-home-agenda-tab-copy b,
body.staff-home-page .staff-home-agenda-tab-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-agenda-tab-copy b {
  color: inherit;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-agenda-tab-copy small {
  color: #667085;
  font-size: .62rem;
  font-weight: 800;
}


body.staff-home-page .staff-home-agenda-tab strong {
  min-width: 28px;
  min-height: 28px;
  padding: 0 6px;
  border-radius: 8px;
  background: #e60012;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-agenda-tab:hover,
body.staff-home-page .staff-home-agenda-tab.is-active {
  border-color: rgba(255, 26, 26, .2);
  background: #fff7f8;
  color: #101828;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .05);
}


body.staff-home-page .staff-home-agenda-tab.is-active .staff-home-agenda-tab-copy small {
  color: #667085;
}


body.staff-home-page .staff-home-agenda-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}


body.staff-home-page .staff-home-agenda-list .staff-home-event-item {
  margin: 0;
}


body.staff-home-page .staff-home-quick-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}


body.staff-home-page .staff-home-quick-section {
  display: grid;
  gap: 12px;
}


body.staff-home-page .staff-home-quick-head {
  display: flex;
  align-items: center;
}


body.staff-home-page .staff-home-quick-head h2 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 116px;
  padding: 17px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  color: #101828;
  text-decoration: none !important;
  text-align: center;
  transition: .2s ease;
}


body.staff-home-page .staff-home-action-card:hover {
  border-color: rgba(230, 0, 18, .22);
  color: #101828;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(16, 24, 40, .06);
}


body.staff-home-page .staff-home-action-card > i {
  color: #e60012;
  font-size: 1.72rem;
  margin-bottom: 12px;
}


body.staff-home-page .staff-home-action-card strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}


body.staff-home-page .staff-home-panel-head > span {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}


body.staff-home-page .staff-home-panel-head > div {
  min-width: 0;
  margin-right: auto;
}


body.staff-home-page .staff-home-panel-head .toolbar-btn,
body.staff-home-page .staff-home-team-list .toolbar-btn {
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 9px !important;
  font-size: .7rem !important;
  gap: 7px;
  white-space: nowrap;
}


body.staff-home-page .staff-home-team-list,
body.staff-home-page .staff-home-alert-list,
body.staff-home-page .staff-home-list {
  display: grid;
  gap: 10px;
}


body.staff-home-page .staff-home-team-list article,
body.staff-home-page .staff-home-alert-list a,
body.staff-home-page .staff-home-list article,
body.staff-home-page .staff-home-family-card {
  display: grid;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
  color: #101828;
  text-decoration: none !important;
}


body.staff-home-page .staff-home-team-list article {
  grid-template-columns: 44px minmax(0, 1fr) auto;
}


body.staff-home-page .staff-home-team-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
  overflow: visible;
  white-space: normal;
}


body.staff-home-page .staff-home-team-reasons em {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  max-width: 100%;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff1f3;
  color: #b42318;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}


body.staff-home-page .staff-home-alert-list a {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}


body.staff-home-page .staff-home-list article {
  grid-template-columns: 54px minmax(0, 1fr);
}


body.staff-home-page .staff-home-list article.staff-home-event-item {
  grid-template-columns: 54px minmax(0, 1fr) auto;
}


body.staff-home-page .staff-home-event-date {
  width: 52px;
  height: 56px;
  display: inline-grid;
  align-content: center;
  justify-items: center;
  border-radius: 13px;
  background: linear-gradient(180deg, #ff1a1a, #c9161d);
  color: #fff;
  box-shadow: 0 10px 22px rgba(217, 45, 32, .18);
  line-height: 1;
}


body.staff-home-page .staff-home-event-date strong,
body.staff-home-page .staff-home-event-date em {
  display: block;
  color: #fff;
}


body.staff-home-page .staff-home-event-date strong {
  font-size: .9rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-event-date em {
  margin-top: 4px;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-event-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-person,
body.staff-home-page .staff-home-agenda-list .staff-home-agenda-context {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  color: #667085;
  font-size: .68rem;
  font-weight: 750;
  line-height: 1.25;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-person i {
  flex: 0 0 auto;
  color: #98a2b3;
  font-size: .62rem;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-person {
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-context b {
  flex: 0 0 auto;
  color: #d92d20;
  font-size: .62rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-context span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-agenda-list .staff-home-agenda-context span::before {
  margin-right: 6px;
  color: #d0d5dd;
  content: "\00b7";
}


body.staff-home-page .staff-home-event-range {
  color: #b42318;
  font-weight: 900;
}


body.staff-home-page .staff-home-event-side {
  display: grid;
  justify-items: end;
  gap: 7px;
  min-width: 0;
}


body.staff-home-page .staff-home-event-side em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: 150px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  font-size: .6rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}


body.staff-home-page .staff-home-event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}


body.staff-home-page .staff-home-event-tags em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .6rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}


body.staff-home-page .staff-home-event-tags em.is-success {
  background: #ecfdf3;
  color: #027a48;
}


body.staff-home-page .staff-home-event-tags em.is-family {
  background: #fff1f3;
  color: #b42318;
}


body.staff-home-page .staff-home-event-tags em.is-warning {
  background: #fffaeb;
  color: #b54708;
}


body.staff-home-page .staff-home-event-family-names {
  min-width: 0;
  max-width: 160px;
  overflow: hidden;
  color: inherit;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-event-action {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0 9px !important;
  border-radius: 9px !important;
  font-size: .66rem !important;
  gap: 6px;
  white-space: nowrap;
}


body.staff-home-page #staffHomeFamily {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #ff1a1a #f2f4f7;
  scrollbar-width: thin;
}


body.staff-home-page #staffHomeFamily::-webkit-scrollbar {
  width: 6px;
}


body.staff-home-page #staffHomeFamily::-webkit-scrollbar-track {
  background: #f2f4f7;
  border-radius: 999px;
}


body.staff-home-page #staffHomeFamily::-webkit-scrollbar-thumb {
  background: #ff1a1a;
  border-radius: 999px;
}


body.staff-home-page .staff-home-family-card {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  padding: 13px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .035);
}


body.staff-home-page .user-profile-new-family-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
}


body.staff-home-page .user-profile-new-family-avatar {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  font-size: .76rem;
  font-weight: 950;
}


body.staff-home-page .user-profile-new-family-head strong,
body.staff-home-page .user-profile-new-family-head small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .user-profile-new-family-head strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
}


body.staff-home-page .user-profile-new-family-head small {
  margin-top: 4px;
  color: #667085;
  font-size: .7rem;
  font-weight: 750;
}


body.staff-home-page .user-profile-new-family-head em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1f3;
  color: #d92d20;
  font-size: .58rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}


body.staff-home-page .user-profile-new-family-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}


body.staff-home-page .user-profile-new-family-stats span {
  min-width: 0;
  padding: 9px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #f8fafc;
}


body.staff-home-page .user-profile-new-family-stats small,
body.staff-home-page .user-profile-new-family-stats strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .user-profile-new-family-stats small {
  margin-top: 0;
  color: #667085;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.staff-home-page .user-profile-new-family-stats strong {
  margin-top: 4px;
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
}


body.staff-home-page .user-profile-new-family-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}


body.staff-home-page .user-profile-new-family-actions .toolbar-btn {
  width: 100%;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 9px !important;
  font-size: .7rem !important;
}


body.staff-home-page .staff-home-team-list > article > span,
body.staff-home-page .staff-home-family-card > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-team-list > article > span.staff-home-team-logo {
  border: 1px solid #edf0f4;
  border-radius: 10px;
  background: linear-gradient(145deg, #111827, #020617);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


body.staff-home-page .staff-home-team-list > article > span.staff-home-team-logo.has-image {
  background-color: #fff;
}


body.staff-home-page .staff-home-alert-list i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-home-page .staff-home-list > article > span {
  width: 52px;
  height: 56px;
  display: inline-grid;
  align-content: center;
  justify-items: center;
  border-radius: 13px;
  border: 1px solid #e60012;
  background: #e60012;
  color: #fff;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(230, 0, 18, .18);
}


body.staff-home-page .staff-home-list > article > span strong,
body.staff-home-page .staff-home-list > article > span em {
  display: block;
  color: #fff;
}


body.staff-home-page .staff-home-list > article > span strong {
  font-size: .86rem;
}


body.staff-home-page .staff-home-list > article > span em {
  margin-top: 4px;
  font-size: .58rem;
  font-style: normal;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-team-list strong,
body.staff-home-page .staff-home-team-list small,
body.staff-home-page .staff-home-alert-list strong,
body.staff-home-page .staff-home-alert-list small,
body.staff-home-page .staff-home-alert-list em,
body.staff-home-page .staff-home-list strong,
body.staff-home-page .staff-home-list small,
body.staff-home-page .staff-home-family-card strong,
body.staff-home-page .staff-home-family-card small,
body.staff-home-page .staff-home-activity-grid strong,
body.staff-home-page .staff-home-activity-grid span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-team-list strong,
body.staff-home-page .staff-home-alert-list strong,
body.staff-home-page .staff-home-list strong,
body.staff-home-page .staff-home-family-card strong,
body.staff-home-page .staff-home-activity-grid strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.15;
}


body.staff-home-page .staff-home-team-list small,
body.staff-home-page .staff-home-alert-list small,
body.staff-home-page .staff-home-list small,
body.staff-home-page .staff-home-family-card small,
body.staff-home-page .staff-home-activity-grid span {
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 750;
}


body.staff-home-page .staff-home-family-card .user-profile-new-family-head strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
}


body.staff-home-page .staff-home-family-card .user-profile-new-family-head small {
  margin-top: 4px;
  color: #667085;
  font-size: .7rem;
  font-weight: 750;
}


body.staff-home-page .staff-home-family-card .user-profile-new-family-stats small {
  margin-top: 0;
  color: #667085;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-family-card .user-profile-new-family-stats strong {
  margin-top: 4px;
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-alert-list em {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fffaeb;
  color: #b54708;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-alert-sources {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px !important;
  overflow: visible !important;
  white-space: normal !important;
}


body.staff-home-page .staff-home-alert-sources b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  max-width: 100%;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff1f3;
  color: #b42318;
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-alert-sources span,
body.staff-home-page .staff-home-alert-sources em {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-alert-sources em {
  max-width: none;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}


body.staff-home-page .staff-home-activity-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
}


body.staff-home-page .staff-home-activity-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  min-height: 84px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}


body.staff-home-page .staff-home-activity-grid article::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 52px;
  bottom: -12px;
  width: 2px;
  border-radius: 999px;
  background: #ffd8dc;
}


body.staff-home-page .staff-home-activity-grid article:last-child::before {
  display: none;
}


body.staff-home-page .staff-home-activity-grid i {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
}


body.staff-home-page .staff-home-sports-history-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}


body.staff-home-page .staff-home-history-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}


body.staff-home-page .staff-home-history-tab {
  min-width: 0;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid #edf0f4;
  border-radius: 13px;
  background: #f8fafc;
  color: #667085;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}


body.staff-home-page .staff-home-history-tab:hover,
body.staff-home-page .staff-home-history-tab.is-active {
  border-color: rgba(255, 26, 26, .2);
  background: #fff7f8;
  color: #101828;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .05);
}


body.staff-home-page .staff-home-history-tab i,
body.staff-home-page .staff-home-history-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-home-page .staff-home-history-tab i {
  width: 30px;
  height: 30px;
  font-size: .82rem;
}


body.staff-home-page .staff-home-history-tab span,
body.staff-home-page .staff-home-history-tab strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-history-tab span {
  color: inherit;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-history-tab strong {
  color: #101828;
  font-size: .96rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-history-content {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 15px;
  background: #f8fafc;
}


body.staff-home-page .staff-home-history-panel {
  display: none;
  gap: 10px;
  min-width: 0;
}


body.staff-home-page .staff-home-history-panel.is-active {
  display: grid;
}


body.staff-home-page .staff-home-history-list {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}


body.staff-home-page .staff-home-history-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #fff;
}


body.staff-home-page .staff-home-history-row-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  font-size: .82rem;
}


body.staff-home-page .staff-home-history-row-icon .staff-home-history-rank-icon.belt-svg-icon {
  width: 30px;
  height: 18px;
}


body.staff-home-page .staff-home-history-row-icon .staff-home-history-rank-icon.belt-svg-icon svg {
  width: 30px;
  height: 18px;
}


body.staff-home-page .staff-home-history-row-icon .staff-home-history-rank-icon.belt-level-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  font-size: .72rem;
}


body.staff-home-page .staff-home-history-row-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.staff-home-page .staff-home-history-details {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
  min-width: 0;
}


body.staff-home-page .staff-home-history-details b {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  max-width: 100%;
  padding: 0 7px;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
}


body.staff-home-page .staff-home-history-details b.is-success {
  border-color: #edf0f4;
  background: #f8fafc;
  color: #475467;
}


body.staff-home-page .staff-home-history-details b.is-warning {
  border-color: rgba(247, 144, 9, .22);
  background: #fffaeb;
  color: #b54708;
}


body.staff-home-page .staff-home-history-details b.is-danger {
  border-color: rgba(240, 68, 56, .2);
  background: #fff1f3;
  color: #b42318;
}


body.staff-home-page .staff-home-history-details b.is-muted {
  background: #f2f4f7;
  color: #475467;
}


body.staff-home-page .staff-home-history-details span,
body.staff-home-page .staff-home-history-details em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-history-details span::after {
  content: ":";
}


body.staff-home-page .staff-home-history-row strong,
body.staff-home-page .staff-home-history-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-history-row strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-history-row small {
  color: #667085;
  font-size: .66rem;
  font-weight: 750;
}


body.staff-home-page .staff-home-history-row em {
  justify-self: end;
  max-width: 130px;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .64rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.staff-home-page .staff-home-history-row em.is-success {
  background: #ecfdf3;
  color: #027a48;
}


body.staff-home-page .staff-home-history-row em.is-warning {
  background: #fffaeb;
  color: #b54708;
}


body.staff-home-page .staff-home-history-row em.is-danger {
  background: #fff1f3;
  color: #b42318;
}


body.staff-home-page .staff-home-history-panel .toolbar-btn {
  width: fit-content;
  justify-self: end;
  min-height: 32px !important;
  height: 32px !important;
  margin-top: 2px;
  padding: 0 10px !important;
  border-radius: 9px !important;
  font-size: .7rem !important;
}


body.staff-home-page .staff-home-chart {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 134px;
}


body.staff-home-page .staff-home-chart-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
}


body.staff-home-page .staff-home-chart-stats span {
  min-width: 0;
  padding: 10px;
  border: 1px solid #edf0f4;
  border-radius: 13px;
  background: #f8fafc;
  text-align: center;
}


body.staff-home-page .staff-home-chart-stats strong,
body.staff-home-page .staff-home-chart-stats small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-home-page .staff-home-chart-stats strong {
  color: #101828;
  font-size: 1.1rem;
  font-weight: 950;
}


body.staff-home-page .staff-home-chart-stats small {
  color: #667085;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.staff-home-page .staff-home-skeleton {
  position: relative;
  display: block;
  width: min(100%, 220px);
  min-height: 1em;
  overflow: hidden;
  border-radius: 999px;
  color: transparent !important;
}


body.staff-home-page .staff-home-skeleton::before {
  content: "";
  position: absolute;
  inset: .12em 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #eef1f5, #fff, #eef1f5);
  background-size: 220% 100%;
  animation: map-loading-shimmer 1.3s ease-in-out infinite;
}


body.staff-home-page .staff-home-avatar.staff-home-skeleton,
body.staff-home-page .staff-home-photo.staff-home-skeleton,
body.staff-home-page .staff-home-team-list > article > span.staff-home-skeleton,
body.staff-home-page .staff-home-family-card > span.staff-home-skeleton,
body.staff-home-page .staff-home-activity-grid i.staff-home-skeleton,
body.staff-home-page .staff-home-list > article > span.staff-home-skeleton {
  width: 44px;
  min-height: 44px;
  border-radius: 50%;
}


body.staff-home-page .staff-home-avatar.staff-home-skeleton {
  width: 104px;
  min-height: 104px;
}


body.staff-home-page .staff-home-photo.staff-home-skeleton {
  width: 74px;
  min-height: 74px;
}


body.staff-home-page .staff-home-skeleton.is-small {
  min-height: 14px;
}


body.staff-home-page .staff-home-agenda-tab.is-loading {
  border-color: #edf0f4;
  background: #fff;
  box-shadow: none;
  cursor: default;
}


body.staff-home-page .staff-home-agenda-tab.is-loading i.staff-home-skeleton {
  width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 10px;
  background: transparent;
}


body.staff-home-page .staff-home-agenda-tab.is-loading .staff-home-agenda-tab-copy b {
  width: 76%;
}


body.staff-home-page .staff-home-agenda-tab.is-loading .staff-home-agenda-tab-copy small {
  width: 52%;
}


body.staff-home-page .staff-home-agenda-tab.is-loading > strong {
  width: 24px;
  min-width: 24px;
  min-height: 14px;
  padding: 0;
  background: transparent;
}


body.staff-home-page .staff-home-agenda-list > article > span.staff-home-skeleton {
  width: 52px;
  height: 56px;
  min-height: 56px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
}


@media (max-width: 1700px) {
body.staff-home-page .staff-home-kpis,
body.staff-home-page .staff-home-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-four-grid,
body.staff-home-page .staff-home-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-chart-panel {
    grid-column: 1 / -1;
  }
}


@media (max-width: 1450px) {
body.staff-home-page .staff-home-workspace {
    grid-template-columns: 238px minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-right-rail {
    position: static;
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


@media (max-width: 1320px) {
body.staff-home-page .staff-home-hero-inner,
body.staff-home-page .staff-home-summary-grid,
body.staff-home-page .staff-home-action-board,
body.staff-home-page .staff-home-main-grid,
body.staff-home-page .staff-home-insight-grid,
body.staff-home-page .staff-home-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-hero-actions {
    justify-content: flex-start;
  }


  body.staff-home-page .staff-home-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 1024px) {
body.staff-home-page .staff-home-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-right-rail {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-side-menu {
    position: static;
  }


  body.staff-home-page .staff-home-side-card {
    display: none;
  }


  body.staff-home-page .staff-home-quick-grid,
body.staff-home-page .staff-home-action-board-grid,
body.staff-home-page .staff-home-four-grid,
body.staff-home-page .staff-home-three-grid,
body.staff-home-page .staff-home-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 768px) {
body.staff-home-page .staff-home-hero {
    min-height: 260px;
    padding: 84px 12px 62px;
  }


  body.staff-home-page .staff-home-hero-inner,
body.staff-home-page .staff-home-profile-line,
body.staff-home-page .staff-home-focus-card,
body.staff-home-page .staff-home-team-list article,
body.staff-home-page .staff-home-alert-list a,
body.staff-home-page .staff-home-list article,
body.staff-home-page .staff-home-family-card,
body.staff-home-page .staff-home-activity-grid article {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-profile-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-avatar {
    width: 74px;
    height: 74px;
    border-width: 3px;
    border-radius: 20px;
    font-size: 1.3rem;
  }


  body.staff-home-page .staff-home-hero-actions,
body.staff-home-page .staff-home-hero-actions .toolbar-btn,
body.staff-home-page .staff-home-panel-head .toolbar-btn,
body.staff-home-page .staff-home-team-list .toolbar-btn {
    width: 100%;
  }


  body.staff-home-page .staff-home-panel-head {
    align-items: stretch;
    flex-direction: column;
  }


  body.staff-home-page .staff-home-kpis,
body.staff-home-page .staff-home-quick-grid,
body.staff-home-page .staff-home-action-board-grid,
body.staff-home-page .staff-home-four-grid,
body.staff-home-page .staff-home-three-grid,
body.staff-home-page .staff-home-insight-grid,
body.staff-home-page .staff-home-bottom-grid,
body.staff-home-page .staff-home-chart-stats {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-right-rail,
body.staff-home-page .staff-home-right-rail .staff-home-family-panel {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-activity-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-agenda-list {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-agenda-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-list article.staff-home-event-item {
    grid-template-columns: 54px minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-list .staff-home-event-side {
    grid-column: 1 / -1;
    justify-items: stretch;
  }


  body.staff-home-page .staff-home-list .staff-home-event-action {
    width: 100%;
  }


  body.staff-home-page .staff-home-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-history-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.staff-home-page .staff-home-history-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }


  body.staff-home-page .staff-home-history-row em {
    justify-self: start;
  }


  body.staff-home-page .staff-home-alert-list em {
    justify-self: start;
  }
}

body.staff-home-page .staff-home-avatar,
body.staff-home-page .staff-home-photo {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  overflow: hidden;
}


body.staff-home-page .staff-home-avatar img,
body.staff-home-page .staff-home-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
}


body.club-home-page .club-logo-placeholder,
body.club-home-page .club-home-page-banner-logo {
  aspect-ratio: 1 / 1;
  border-radius: 16px !important;
  overflow: hidden;
}


body.club-home-page .club-logo-placeholder img,
body.club-home-page .club-home-page-banner-logo img {
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
  object-fit: contain;
}


/* Inicio personal: consentimiento y configuración inicial. */

body.staff-home-page #offcanvasBottomConfigurationUserHome {
  top: 3.5rem;
  height: min(26rem, calc(100vh - 3.5rem));
  border: 0;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .18);
}


body.staff-home-page #offcanvasBottomConfigurationUserHome .offcanvas-header,
body.staff-home-page #offcanvasBottomConfigurationUserHome .offcanvas-body,
body.staff-home-page #offcanvasBottomConfigurationUserHome .offcanvas-footer {
  width: min(100%, 880px);
  margin-right: auto !important;
  margin-left: auto !important;
}


body.staff-home-page #offcanvasBottomConfigurationUserHome .form-switch {
  margin-top: 14px;
  padding: 14px 14px 14px 48px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #f8fafc;
}


body.staff-home-page #offcanvasBottomConfigurationUserHome .form-check-input:checked {
  border-color: #ff1a1a;
  background-color: #ff1a1a;
}


body.staff-home-page #offcanvasOnboardingWizard.onboarding-wizard {
  height: 100vh;
  max-height: 100vh;
  border: 0;
  border-radius: 0;
  background: #f8fafc;
}


body.staff-home-page .onboarding-wizard-header {
  min-height: 88px;
  padding: 16px 22px 12px;
  border-bottom: 1px solid #e7eaf0;
  background: #fff;
}


body.staff-home-page .onboarding-wizard-kicker {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}


body.staff-home-page #offcanvasOnboardingWizard .offcanvas-title {
  color: #101828;
  font-size: 1.25rem;
  font-weight: 950;
}


body.staff-home-page .onboarding-wizard-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  overflow-y: auto;
}


body.staff-home-page .onboarding-wizard-progress {
  flex: 0 0 auto;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}


body.staff-home-page .onboarding-wizard-progress .progress-bar {
  border-radius: 999px;
  background: #ff1a1a;
}


body.staff-home-page #onboarding_wizard_body {
  flex: 1 1 auto;
}


body.staff-home-page .onboarding-step {
  display: flex;
  min-height: calc(100vh - 230px);
  flex-direction: column;
  gap: 16px;
}


body.staff-home-page .onboarding-step-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f1;
  color: #d71920;
  font-size: 1.25rem;
}


body.staff-home-page .onboarding-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 16px;
}


body.staff-home-page .onboarding-field {
  padding: 14px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #fff;
}


body.staff-home-page .onboarding-photo-field {
  grid-column: 1 / -1;
}


body.staff-home-page .onboarding-wizard-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 22px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid #e7eaf0;
  background: #fff;
  box-shadow: 0 -12px 24px rgba(16, 24, 40, .08);
}


@media (max-width: 767px) {
body.staff-home-page #offcanvasBottomConfigurationUserHome {
    height: calc(100vh - 3.5rem);
  }


  body.staff-home-page .onboarding-profile-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-home-page .onboarding-wizard-footer > * {
    flex: 1 1 0;
  }
}

/* Personal notification list */
body.staff-home-page .staff-home-notification-list {
  display: grid;
  gap: 10px;
}



body.staff-home-page .staff-home-notification-list article {
  display: grid;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
  color: #101828;
  text-decoration: none !important;
}



body.staff-home-page .staff-home-notification-list article {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}



body.staff-home-page .staff-home-notification-list > article > i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff1f3;
  color: #d92d20;
}



body.staff-home-page .staff-home-notification-list .toolbar-btn {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0 9px !important;
  border-radius: 9px !important;
  font-size: .66rem !important;
  gap: 6px;
}



body.staff-home-page .staff-home-notification-list strong,
body.staff-home-page .staff-home-notification-list small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



body.staff-home-page .staff-home-notification-list strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.15;
}



body.staff-home-page .staff-home-notification-list small {
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 750;
}



body.staff-home-page .staff-home-notification-list i.staff-home-skeleton {
  width: 44px;
  min-height: 44px;
  border-radius: 50%;
}



@media (max-width: 768px) {
body.staff-home-page .staff-home-notification-list article {
    grid-template-columns: minmax(0, 1fr);
  }
}
