/* =========================================================
   SCORIZER - MODULO DE CINTURONES
   ========================================================= */



.belt-athletes-load-more.tertiary-btn {
  box-shadow: 0 10px 22px rgba(255, 26, 26, .10) !important;
}




.athlete-profile-card-more.tertiary-btn {
  min-height: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  box-shadow: none !important;
}




body.belts-clean-page .belts-modalities-list {
  width: 100%;
  height: 132px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 12px 14px 14px;
  border: 1px solid rgba(152, 162, 179, .36);
  border-radius: 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 34px), rgba(16, 24, 40, .13) 100%) border-box;
  box-shadow: inset 0 -18px 22px -24px rgba(16, 24, 40, .58), 0 10px 24px rgba(16, 24, 40, .04);
  scrollbar-gutter: stable;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
  overscroll-behavior: contain;
}




body.belts-clean-page .belts-modalities-list[data-expanded="true"] {
  height: 232px;
  overflow-x: hidden;
  overflow-y: auto;
}




body.belts-clean-page .belts-modalities-list.is-empty {
  height: auto;
  min-height: 132px;
  overflow: visible;
}




body.belts-clean-page .belts-modalities-list::-webkit-scrollbar {
  width: 8px;
}




body.belts-clean-page .belts-modalities-list::-webkit-scrollbar-track {
  background: rgba(230, 233, 239, .9);
  border-radius: 999px;
}




body.belts-clean-page .belts-modalities-list::-webkit-scrollbar-thumb {
  background: rgba(255, 26, 26, .72);
  border: 2px solid #e9edf3;
  border-radius: 999px;
}




body.belts-clean-page .belts-modalities-list::-webkit-scrollbar-thumb:hover {
  background: rgba(207, 21, 21, .9);
  border-radius: 999px;
}




body.belts-clean-page .belts-modalities-list .quick-label {
  flex: 0 0 100%;
  width: 100%;
}




body.belts-clean-page .belts-modalities-list .chip-filter {
  flex: 0 0 auto;
  justify-content: flex-start;
  min-width: 0;
  max-width: min(100%, 240px);
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
}




body.belts-clean-page .belts-modalities-list .chip-filter-text,
body.belts-clean-page .belts-modalities-list .chip-filter>span:not(.chip-dot) {
  max-width: 100%;
}




body.belts-clean-page .belts-modalities-empty {
  flex: 1 1 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 26, 26, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 26, 26, .06), rgba(255, 255, 255, .96));
}




body.belts-clean-page .belts-modalities-empty-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 26, 26, .10);
  color: #cf1515;
  font-size: 18px;
}




body.belts-clean-page .belts-modalities-empty-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}




body.belts-clean-page .belts-modalities-empty-copy strong {
  color: #101828;
  font-size: .98rem;
  font-weight: 950;
}




body.belts-clean-page .belts-modalities-empty-copy p,
body.belts-clean-page .belts-modalities-empty-copy small {
  margin: 0;
  color: #667085;
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.35;
}




body.belts-clean-page .belts-modalities-empty-context strong {
  color: #344054;
  font-size: inherit;
  font-weight: 900;
}




body.belts-clean-page .belts-modalities-empty-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}




body.belts-clean-page .belts-modalities-empty-action {
  min-height: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  white-space: nowrap;
}




@media(max-width: 760px) {
body.belts-clean-page .belts-modalities-empty {
    grid-template-columns: 1fr;
    align-items: start;
  }




  body.belts-clean-page .belts-modalities-empty-icon {
    width: 40px;
    height: 40px;
  }




  body.belts-clean-page .belts-modalities-empty-actions {
    justify-content: flex-start;
    width: 100%;
  }




  body.belts-clean-page .belts-modalities-empty-action {
    width: 100%;
    justify-content: center;
  }
}




.belts-hero {
  min-height: 300px;
  margin-bottom: 24px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .58) 48%, rgba(0, 0, 0, .10) 100%),
    url("https://res.cloudinary.com/dyjcyz8tw/image/upload/v1779169679/banner_cinturones_v2nqu4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--belts-shadow);
}




.belts-hero-content {
  min-height: 300px;
  max-width: 620px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
}




.belts-hero-kicker {
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}




.belts-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}




.belts-header button,
.belts-header a {
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: var(--belts-transition, .2s ease);
}




/* Belts alerts */




body.belts-clean-page .belts-swal-popup {
  width: min(420px, calc(100vw - 32px)) !important;
  border: 1px solid rgba(16, 24, 40, .08) !important;
  border-radius: 20px !important;
  padding: 18px 22px 22px !important;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .18) !important;
}




body.belts-clean-page .belts-swal-icon {
  width: 5em !important;
  height: 5em !important;
  margin: 8px auto 12px !important;
  border-width: .25em !important;
  font-size: 10.5px !important;
}




body.belts-clean-page .belts-swal-icon .swal2-icon-content {
  font-size: 2.25em !important;
}




body.belts-clean-page .belts-swal-icon .swal2-icon-content i {
  line-height: 1;
}




body.belts-clean-page .belts-swal-popup .swal2-success {
  border-color: #16a34a !important;
  color: #16a34a !important;
}




body.belts-clean-page .belts-swal-popup .swal2-error {
  border-color: #dc2626 !important;
  color: #dc2626 !important;
}




body.belts-clean-page .belts-swal-popup .swal2-warning {
  border-color: #f59e0b !important;
  color: #f59e0b !important;
}




body.belts-clean-page .belts-swal-popup .swal2-info,
body.belts-clean-page .belts-swal-popup .swal2-question {
  border-color: #2563eb !important;
  color: #2563eb !important;
}




body.belts-clean-page .belts-swal-popup .swal2-error [class^=swal2-x-mark-line] {
  background-color: #dc2626 !important;
}




body.belts-clean-page .belts-swal-popup .swal2-success [class^=swal2-success-line] {
  background-color: #16a34a !important;
}




body.belts-clean-page .belts-swal-popup .swal2-success .swal2-success-ring {
  border-color: rgba(22, 163, 74, .3) !important;
}




body.belts-clean-page .belts-swal-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--belts-text, #101828) !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}




body.belts-clean-page .belts-swal-text {
  margin: 10px auto 0 !important;
  padding: 0 !important;
  color: var(--belts-muted, #667085) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}




body.belts-clean-page .belts-swal-text ul {
  margin: 0 !important;
  padding-left: 1.1rem !important;
  text-align: left;
}




body.belts-clean-page .belts-swal-text li+li {
  margin-top: 6px;
}




body.belts-clean-page .belts-swal-actions {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  width: 100%;
  margin: 18px 0 0 !important;
}




body.belts-clean-page .belts-swal-button {
  min-width: 146px;
  min-height: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}




body.belts-clean-page .belts-swal-popup.belt-convalidation-request-changes-modal {
  width: min(560px, calc(100vw - 32px)) !important;
}




body.belts-clean-page .belt-convalidation-request-changes-modal .swal2-textarea {
  min-height: 150px;
}




body.belts-clean-page .belts-swal-popup.belt-convalidation-approval-modal {
  width: min(620px, calc(100vw - 32px)) !important;
}




body.belts-clean-page .belt-convalidation-approval-modal .swal2-html-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 14px !important;
}




body.belts-clean-page .belt-convalidation-approval-form {
  display: grid;
  gap: 14px;
  text-align: left;
}




body.belts-clean-page .belt-convalidation-approval-paid {
  width: 100%;
  min-height: 50px;
}




body.belts-clean-page .belts-swal-confirm:focus,
body.belts-clean-page .belts-swal-cancel:focus,
body.belts-clean-page .belts-swal-deny:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .12) !important;
}




.belts-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}




/* Belt preview grid */




.belts-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}




.belt-item {
  background: var(--belts-soft);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  transition: var(--belts-transition);
}




.belt-item:hover {
  transform: translateY(-5px);
  border-color: var(--belts-border);
  box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
}




.belt-item img {
  width: 100px;
  max-width: 100%;
  margin-bottom: 18px;
  object-fit: contain;
}




.belt-item h3 {
  margin-bottom: 8px;
  color: var(--belts-text);
  font-size: 20px;
}




.belt-item p {
  margin-bottom: 8px;
  color: var(--belts-muted);
}




.belt-item span {
  color: var(--belts-text);
  font-size: 14px;
  font-weight: 700;
}




/* Belts management */




.belts-management {
  background: var(--belts-card);
  border: 1px solid var(--belts-border);
  border-radius: 28px;
  padding: 34px;
  margin-top: 10px;
}




.belts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 35px;
}




.belts-header h2 {
  margin-bottom: 8px;
  color: var(--belts-text);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
}




.belts-header p {
  color: var(--belts-muted);
  font-size: 16px;
}




.add-belt-btn {
  width: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}




.belt-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}




.belt-name-content {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}




.belts-team-table .belt-name-content {
  align-items: center;
}




.belts-team-table .belt-svg-icon,
.belts-team-table .belt-level-icon {
  align-self: center;
  transform: translateY(-1px);
}




.belts-team-table .belt-svg-icon {
  width: 58px;
  height: 38px;
}




.belts-team-table .belt-level-icon {
  width: 42px;
  height: 42px;
  font-size: 19px;
}




.belt-name img {
  width: 72px;
  max-width: 100%;
  object-fit: contain;
}




.belt-name strong {
  min-width: 0;
  color: var(--belts-text);
  font-size: 17px;
  font-weight: 900;
}




.belt-color-swatch {
  width: 72px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 999px;
  background: var(--belt-color, #f5f5f5);
  flex: 0 0 auto;
}




.belts-team-table .app-table-actions {
  justify-self: end;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  padding-right: 18px;
  box-sizing: border-box;
}




.belts-team-table .app-table-actions-buttons {
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}




.belts-team-table .app-table-head>span:last-child {
  text-align: right;
}




.belts-error {
  margin-top: 18px;
  padding: 22px;
  border: 1px dashed var(--belts-border);
  border-radius: 18px;
  background: var(--belts-soft);
  color: var(--belts-muted);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}




.belts-error {
  border-color: rgba(255, 26, 26, .20);
  background: rgba(255, 26, 26, .06);
  color: #991b1b;
}




.belt-status {
  width: fit-content;
  min-width: 82px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(22, 163, 74, .10);
  color: #15803d;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}




.belt-status.is-inactive {
  background: rgba(107, 114, 128, .12);
  color: #6b7280;
}




.belt-status.is-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 2px 4px 2px 0;
  padding: 6px 9px;
  background: #f2f4f7;
  color: #344054;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}




.belt-origin-stack,
.belt-configuration-stack {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--belts-text, #101828);
}




.belt-origin-stack strong,
.belt-configuration-stack small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-origin-stack strong {
  color: var(--belts-text, #101828);
  font-size: 13px;
  font-weight: 900;
}




.belt-configuration-stack small {
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 750;
}




.belt-configuration-status {
  width: fit-content;
}




.belt-age-rules-compact {
  display: grid;
  gap: 3px;
  color: var(--belts-text, #101828);
  font-size: 12px;
  line-height: 1.2;
}




.belt-age-rules-compact span {
  display: block;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}




body.dark .belts-management {
  background: var(--belts-card);
}




@media(max-width: 768px) {
.belts-team-table .belt-name-modality {
    display: block;
  }




  .belts-team-table-group-body {
    gap: 12px;
    padding: 14px;
  }




  .belts-team-table-group-body .app-table-row,
.belts-team-table-group-body .app-table-row:first-child,
.belts-team-table-group-body .app-table-row:last-child {
    border: 1px solid var(--app-table-border);
    border-radius: 16px;
  }




  .belts-team-table .app-table-actions.app-table-mobile-detail .app-table-actions-buttons {
    min-width: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
  }




  .belts-team-table .app-table-actions.app-table-mobile-detail .app-table-actions-buttons {
    gap: 6px;
  }




  .app-table-mobile-value .belt-status {
    justify-content: flex-end;
    max-width: 62%;
  }




  .belt-status.is-soft {
    white-space: normal;
    text-align: right;
  }




  .app-table-mobile-value .belt-origin-stack,
.app-table-mobile-value .belt-configuration-stack {
    justify-items: end;
    text-align: right;
  }




  .belt-name-content {
    flex: 1 1 auto;
  }
}




@media(max-width: 420px) {
.app-table-mobile-value .belt-status {
    max-width: 58%;
  }
}




@media(max-width: 1500px) {
.belts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}




@media(max-width: 1200px) {
.belts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}




@media(max-width: 768px) {
.belts-header {
    flex-direction: column;
    align-items: stretch;
  }




  .add-belt-btn {
    width: 100%;
    min-width: 0;
  }




  .belts-management {
    padding: 24px 18px;
    border-radius: 22px;
  }




  .belts-hero,
.belts-hero-content {
    min-height: 260px;
  }




  .belts-hero-content {
    padding: 28px;
  }




  .belts-hero h1 {
    font-size: 42px;
  }




  .belts-header h2 {
    font-size: 28px;
  }
}




@media(max-width: 580px) {
.belts-grid {
    grid-template-columns: 1fr;
  }
}




.belts-clean-management .belts-header h2 {
  margin: 0;
  color: var(--belts-text);
  font-size: 24px;
  font-weight: 950;
}




.belts-mode-switch {
  display: inline-flex;
  padding: 5px;
  border-radius: 14px;
  background: #f2f4f7;
  border: 1px solid #e4e7ec;
}




.belts-mode-switch button {
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #344054;
  font-weight: 900;
}




.belts-mode-switch button.active {
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 24, 40, .12);
}




body.belts-clean-page .belts-clean-grid:has(.athlete-table-wrap),
body.belts-clean-page .list-layout:has(.athlete-table-wrap) {
  grid-template-columns: minmax(0, 1fr);
}




body.belts-clean-page .belts-clean-grid:has(.athlete-table-wrap)>.belts-clean-side,
body.belts-clean-page .belts-clean-grid:has(.athlete-table-wrap)>aside,
body.belts-clean-page .list-layout:has(.app-table)>.athlete-stack,
body.belts-clean-page .list-layout:has(.athlete-table-wrap)>.athlete-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}




body.belts-clean-page .list-layout:has(.athlete-table-wrap) .athlete-table {
  min-width: 1780px;
}




@media(max-width: 760px) {
body.belts-clean-page .belts-clean-grid:has(.athlete-table-wrap)>.belts-clean-side,
body.belts-clean-page .belts-clean-grid:has(.athlete-table-wrap)>aside,
body.belts-clean-page .list-layout:has(.app-table)>.athlete-stack,
body.belts-clean-page .list-layout:has(.athlete-table-wrap)>.athlete-stack {
    grid-template-columns: 1fr;
  }
}




.belts-clean-management .belts-header {
  padding: 22px 24px;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
}




.belts-system-progress-line.is-grouped {
  display: grid;
  justify-content: stretch;
  align-items: stretch;
  gap: 16px;
}




.belts-system-progress-line.is-grouped::before {
  display: none;
}




.belts-system-route-age-group {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 0 0 0 14px;
  border-left: 3px solid rgba(255, 26, 26, .28);
}




.belts-system-route-age-group>strong {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--belts-text, #101828);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}




.belts-system-route-age-group>strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .10);
}




.belts-system-route-group-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 24px;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
}




.belts-system-route-group-line.belt-promote-route-line {
  max-height: none;
  padding: 4px 10px 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}




.belts-system-route-group-line::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 4px;
  background: #e4e7ec;
  border-radius: 999px;
}




.belts-system-route-group-line::-webkit-scrollbar {
  height: 8px;
}




.belts-system-route-group-line::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(230, 233, 239, .9);
}




.belts-system-route-group-line::-webkit-scrollbar-thumb {
  border: 2px solid #e9edf3;
  border-radius: 999px;
  background: rgba(255, 26, 26, .72);
}




.belts-system-progress-belt {
  flex: 0 0 36px;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}




.belts-system-progress-belt.is-level {
  border: 1px solid rgba(255, 26, 26, .18);
  border-radius: 12px;
  background: rgba(255, 26, 26, .08);
  color: var(--belts-red, #ff1a1a);
}




.belts-system-progress-belt span {
  flex: 0 0 17px;
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  min-height: 17px;
  max-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 24, 40, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 3px 7px rgba(16, 24, 40, .16);
  color: #101828;
  font-size: 10px;
  line-height: 1;
  text-shadow: none;
}




.belts-system-progress-belt small {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
  color: var(--belts-muted);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





.belts-start-section {
  margin-top: 32px;
}




.belts-start-copy {
  margin-bottom: 22px;
}




.belts-start-copy h3 {
  font-size: 34px;
  font-weight: 900;

  margin-bottom: 10px;
}




.belts-start-copy p {
  color: #666;
  max-width: 700px;
}




/* =========================================
   BELTS GLOBAL SYSTEM
========================================= */




.belts-system-hero .belts-clean-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
}




body.belts-clean-page .belts-clean-grid.belts-system-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
}




body.belts-clean-page .belts-clean-grid.belts-system-layout>.belts-system-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}




.belts-system-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}




.belts-system-summary-card {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}




.belts-system-summary-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}




.belts-system-summary-card strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}




.belts-system-summary-card span:last-child {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}




.belts-system-note {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(29, 78, 216, .14);
  border-radius: 16px;
  background: rgba(29, 78, 216, .06);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}




.belts-system-note span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #1d4ed8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 13px;
}




.belts-system-note p {
  margin: 0;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}




.belts-system-section {
  background: #fff;
  border: 1px solid var(--belts-border);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .06);
}




.belts-system-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}




.belts-system-section-header h2 {
  margin: 4px 0 0;
  color: var(--belts-text);
  font-size: 24px;
  font-weight: 950;
}




.belts-system-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}




.belts-system-group {
  border: 1px solid var(--belts-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}




.belts-system-group-header {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--belts-border);
  background: #f8fafc;
}




.belts-system-group.is-collapsed .belts-system-group-header {
  border-bottom: 0;
}




.belts-system-group-toggle {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}




.belts-system-group-toggle-icon {
  flex: 0 0 auto;
  color: var(--belts-muted);
  font-size: 14px;
  transition: transform .2s ease;
}




.belts-system-group:not(.is-collapsed) .belts-system-group-toggle-icon {
  transform: rotate(180deg);
}




.belts-system-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}




.belts-system-title-row .belts-system-group-name {
  display: block;
  margin: 0;
  color: var(--belts-text);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}




.belts-system-title-row span:last-child {
  color: var(--belts-muted);
  font-size: 13px;
  font-weight: 800;
}




.belts-system-group-action {
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  box-shadow: none;
  flex: 0 0 auto;
}




.belts-system-table {
  padding: 0;
  cursor: grab;
}




.belts-system-table.is-drag-scrolling {
  cursor: grabbing;
}




.belts-system-table .app-table-row {
  border-left: 0;
  border-right: 0;
}




.belts-system-table .app-table-head {
  border-top: 0;
  border-radius: 0;
}




.belts-system-age-groups {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  line-height: 1.2;
}




.belts-system-age-groups .belt-status.is-soft {
  flex: 0 0 calc(50% - 3px);
  margin: 0;
}




.belts-system-empty {
  min-height: 160px;
  border: 1px dashed var(--belts-border);
  border-radius: 18px;
  color: var(--belts-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}




@media(max-width: 900px) {
.belts-system-hero .belts-clean-hero-inner {
    grid-template-columns: 1fr;
  }




  body.belts-clean-page .belts-clean-grid.belts-system-layout {
    grid-template-columns: 1fr;
  }




  .belts-system-section {
    padding: 16px;
  }




  .belts-system-group-header {
    flex-direction: column;
    align-items: stretch;
  }




  .belts-system-group-toggle {
    width: 100%;
  }




  .belts-system-group-action {
    width: 100%;
  }
}




@media(max-width: 640px) {
.belts-system-table .app-table-row,
.belts-system-table .app-table-body .app-table-row,
.belts-system-table .app-table-body .app-table-row:first-child,
.belts-system-table .app-table-body .app-table-row:last-child {
    border-left: 1px solid var(--app-table-border);
    border-right: 1px solid var(--app-table-border);
  }
}




/* =========================================
   BELT FORM
========================================= */




.belt-exams-form .select2-container {
  width: 100% !important;
}




.belt-exams-form .select2-container--default .select2-selection--single {
  height: 46px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
}




.belt-exams-form .select2-container--default .select2-selection--multiple {
  min-height: 48px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background: #fff;
  color: #101828;
}




.belt-exams-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.belt-exams-form .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: rgba(255, 26, 26, .46);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.belt-exams-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f8fafc;
  color: #101828;
  font-size: .78rem;
  font-weight: 850;
}




.belt-exams-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--belts-text, #101828);
  font-size: 14px;
  font-weight: 800;
  line-height: 44px;
  padding-left: 14px;
  padding-right: 34px;
}




.belt-exams-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 8px;
}




.belt-exams-form .select2-container--default.select2-container--focus .select2-selection--single,
.belt-exams-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 26, 26, .46);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.belt-exams-form .select2-container--default .select2-selection--single {
  height: 48px;
  border-color: #d0d5dd;
  border-radius: 14px;
}




.belt-exams-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 700;
  line-height: 46px;
}




.belt-exams-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}




.belt-promote-belt-select-field .select2-container--default .select2-selection--single {
  height: 58px;
}




.belt-promote-belt-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  min-height: 56px;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0;
}




.belt-promote-belt-select-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}




.belt-promote-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}




.belt-promote-select-option-swatch {
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}




.belt-promote-select-option-swatch svg {
  width: 30px;
  height: 20px;
  display: block;
  filter: drop-shadow(0 4px 6px rgba(16, 24, 40, .12));
}




.belt-promote-select-selected {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  min-width: 0;
}




.belt-promote-select-selected-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--belts-red, #ff1a1a);
}




.belt-promote-select-selected-icon svg {
  width: 26px;
  height: 18px;
  display: block;
}




.belt-promote-select-selected-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #101828;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}




.belt-promote-select-option-content {
  display: grid;
  gap: 2px;
  min-width: 0;
}




.belt-promote-select-option-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}




.belt-promote-select-option-content strong,
.belt-promote-select-option-content small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promote-select-option-content strong {
  color: var(--belts-text, #101828);
  font-size: 14px;
  font-weight: 850;
}




.belt-promote-select-option-content em {
  flex: 0 0 auto;
  max-width: 120px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(22, 163, 74, .12);
  color: #15803d;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promote-select-option-content em.is-muted {
  flex: 1 1 auto;
  max-width: none;
  background: rgba(220, 38, 38, .11);
  color: #dc2626;
  line-height: 1.25;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}




.belt-promote-select-option-content em.is-long {
  flex: 1 1 100%;
  max-width: 100%;
  line-height: 1.25;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}




.belt-promote-select-option-content small {
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 750;
}




.select2-results__option[aria-disabled=true] .belt-promote-select-option {
  opacity: .52;
}




body.belts-clean-page .select2-results__option--highlighted .belt-promote-select-option-content strong,
body.belts-clean-page .select2-results__option--highlighted .belt-promote-select-option-content small,
body.belts-clean-page .select2-results__option--selected .belt-promote-select-option-content strong,
body.belts-clean-page .select2-results__option--selected .belt-promote-select-option-content small,
body.belts-clean-page .select2-results__option[aria-selected=true] .belt-promote-select-option-content strong,
body.belts-clean-page .select2-results__option[aria-selected=true] .belt-promote-select-option-content small {
  color: inherit;
}




body.belts-clean-page .belts-select2-dropdown {
  z-index: 2400 !important;
}




body.belts-clean-page.belts-select2-is-open #menu_nav,
body.belts-clean-page.belts-select2-is-open footer#footer {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2600 !important;
}




body.belts-clean-page .team-belt-assign-adopt-action {
  min-width: 250px;
  white-space: normal;
  line-height: 1.15;
}




body.belts-clean-page .team-belt-assign-adopt-action span {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}




@media(max-width: 768px) {
body.belts-clean-page .team-belt-assign-adopt-action {
    width: 100%;
    min-width: 0;
  }
}




@media(max-width: 520px) {
body.belts-clean-page .belts-swal-popup {
    padding: 16px 16px 18px !important;
  }




  body.belts-clean-page .belts-swal-actions {
    align-items: stretch;
    flex-direction: column;
  }




  body.belts-clean-page .belts-swal-button {
    width: 100%;
    min-width: 0;
  }
}




.belts-color-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 12px;
  align-items: stretch;
}




.belts-color-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}




.belts-color-section-label {
  color: #344054;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .02em;
}




.belts-color-presets {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  align-items: stretch;
  align-content: center;
  justify-content: start;
  gap: 7px;
  min-height: 118px;
  padding: 12px;
  border: 1px solid #eaecf0;
  border-radius: 14px;
  background: #f8fafc;
}




.belts-color-control input[type="color"] {
  width: 160px;
  min-width: 0;
  min-height: 42px;
}




.belts-color-control input[type="color"]:disabled,
.belts-color-control input[type="color"].is-disabled {
  cursor: not-allowed;
  opacity: .45;
  filter: grayscale(1);
}




.belts-color-side {
  min-height: 118px;
  border: 1px solid #eaecf0;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px;
}




.belts-color-belt-preview {
  width: 100%;
  flex: 1 1 auto;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.belt-color-preset {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 62px;
  border: 1px solid rgba(16, 24, 40, .14);
  border-radius: 12px;
  background: #fff;
  padding: 7px 5px 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, width .2s ease;
}




.belt-color-preset-swatch {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--belt-preset-color);
  border: 1px solid rgba(16, 24, 40, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
}




.belt-color-preset.is-dual .belt-color-preset-swatch {
  background: linear-gradient(to right, var(--belt-preset-color) 50%, var(--belt-preset-color-secondary) 50%);
}




.belt-color-preset[data-belt-form-color-preset="#D4AF37"] .belt-color-preset-swatch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #8f6b16 0%, #d4af37 42%, #f7e27a 58%, #b8860b 100%);
  border-color: rgba(143, 107, 22, .36);
}




.belt-color-preset[data-belt-form-color-preset="#C0C0C0"] .belt-color-preset-swatch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #8b96a3 0%, #c0c0c0 45%, #f3f4f6 60%, #9ca3af 100%);
  border-color: rgba(102, 112, 133, .34);
}




.belt-color-preset[data-belt-form-color-preset="#CD7F32"] .belt-color-preset-swatch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .56) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #7c3f1d 0%, #cd7f32 45%, #f0b36c 60%, #8b4513 100%);
  border-color: rgba(124, 63, 29, .36);
}




.belt-color-preset-empty-mark {
  width: 30px;
  height: 30px;
  border: 1px dashed #d0d5dd;
  border-radius: 999px;
  background: #fff;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}




.belt-color-preset-empty.is-active .belt-color-preset-empty-mark {
  border-color: rgba(255, 26, 26, .34);
  background: rgba(255, 26, 26, .08);
  color: var(--belts-red, #ff1a1a);
}




.belt-color-preset-label {
  max-width: 100%;
  color: #344054;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}




.belt-color-preset-separator {
  padding: 0 1px;
}




.belt-color-preset-meta {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 5;
  min-width: max-content;
  max-width: 170px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 9px;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 10px;
  background: #101828;
  box-shadow: 0 12px 24px rgba(16, 24, 40, .18);
  transform: translateX(-50%);
  line-height: 1.1;
  pointer-events: none;
}




.belt-color-preset-meta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 8px;
  background: #101828;
  transform: translate(-50%, -4px) rotate(45deg);
}




.belt-color-preset-name {
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




.belt-color-preset-code {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
}




.belt-color-preset:hover,
.belt-color-preset.is-active {
  border-color: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .09);
}




.belt-color-preset:hover .belt-color-preset-meta,
.belt-color-preset:focus-visible .belt-color-preset-meta {
  display: flex;
}




.belt-color-preset.is-active {
  transform: translateY(-1px);
}




.belt-color-preset.is-active::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--belts-red, #ff1a1a);
  box-shadow: 0 2px 6px rgba(16, 24, 40, .18);
}




@media(max-width: 760px) {
.belts-color-control {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }




  .belts-color-presets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    min-height: 0;
  }




  .belts-color-control input[type="color"] {
    width: 100%;
    min-height: 44px;
  }




  .belts-color-side {
    min-height: 104px;
    padding: 10px;
    align-items: stretch;
  }




  .belt-color-preset {
    min-height: 66px;
    padding: 7px 5px;
  }




  .belt-color-preset-swatch,
.belt-color-preset-empty-mark {
    width: 30px;
    height: 30px;
  }




  .belt-color-preset-label {
    font-size: 10px;
    max-width: 100%;
  }




  .belts-color-belt-preview {
    min-height: 56px;
  }




  .belt-color-preset:hover .belt-color-preset-meta,
.belt-color-preset:focus-visible .belt-color-preset-meta {
    display: none;
  }
}




@media(max-width: 420px) {
.belts-color-control {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }




  .belts-color-presets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
  }




  .belt-color-preset {
    min-height: 62px;
  }
}




.belt-form-editable-scopes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}




.belt-setup-step:hover,
.belt-setup-step:focus {
  text-decoration: none !important;
}




@media(max-width: 900px) {
.belt-form-editable-scopes {
    grid-template-columns: 1fr;
  }




  .belt-form-editable-scopes {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}




/* =========================================================
   BELT SETUP STEPS
========================================================= */




.belt-setup-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}




.team-belt-assign-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}




.belt-setup-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  text-decoration: none !important;
  color: #101828;
  font-family: inherit;
  text-align: left;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
  transition: .25s ease;
  cursor: pointer;
}




.belt-setup-step:not(:disabled):hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .35);
  color: #101828;
}




.belt-setup-step>span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  background: #f2f4f7;
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 950;
}




.belt-setup-step strong {
  display: block;
  margin-bottom: 4px;
  color: #101828;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
}




.belt-setup-step small {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}




.belt-setup-step.active {
  border-color: rgba(255, 26, 26, .35);
  background: linear-gradient(180deg, rgba(255, 26, 26, .06), #fff);
}




.belt-setup-step.active>span {
  background: var(--sc-red, #ff1a1a);
  color: #fff;
}




.belt-setup-step.is-saved>span {
  background: #16a34a;
  color: #fff;
}




.belt-setup-step.is-disabled {
  opacity: .58;
  cursor: not-allowed;
}




.belt-setup-step.is-saved::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}




@media(max-width: 1100px) {
.belt-setup-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .team-belt-assign-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}




@media(max-width: 640px) {
.belt-setup-steps {
    grid-template-columns: 1fr;
  }




  .team-belt-assign-steps {
    grid-template-columns: 1fr;
  }
}




.team-belt-price-inline-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}




.team-belt-price-summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}




.team-belt-price-breakdown {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 16px;
  background: #f8fafc;
}




.team-belt-price-breakdown-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #101828;
}




.team-belt-price-breakdown-title i {
  color: var(--belts-red, #ff1a1a);
}




.team-belt-price-breakdown-title strong {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}




.team-belt-price-breakdown-list {
  display: grid;
  gap: 10px;
}




.team-belt-price-breakdown-row {
  display: grid;
  grid-template-columns: minmax(150px, .5fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #fff;
}




.team-belt-price-breakdown-row strong {
  color: #101828;
  font-size: 13px;
  font-weight: 900;
}




.team-belt-price-breakdown-row span {
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}




.team-belt-bulk-prices-panel {
  margin-top: 4px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  overflow: visible;
}




.team-belt-bulk-prices-toolbar {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(120px, .75fr) auto auto;
  gap: 14px;
  align-items: end;
  padding: 16px;
  border-bottom: 1px solid var(--belts-border, #e6e9ef);
  background: #f8fafc;
}




.team-belt-bulk-prices-toolbar .secondary-btn {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}




.team-belt-bulk-prices-table {
  --app-table-gap: 0;
  --app-table-body-gap: 0;
  --app-table-row-padding: 12px 14px;
  --app-table-row-radius: 0;
  --app-table-border: #e6e9ef;
  --app-table-head-bg: #f8fafc;
  --app-table-head-color: #667085;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-radius: 0 0 18px 18px;
}




.team-belt-bulk-prices-table .app-table-head {
  border: 0;
  border-bottom: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 0;
  box-shadow: none;
}




.team-belt-bulk-prices-table .app-table-body .app-table-row,
.team-belt-bulk-prices-table .app-table-body .app-table-row:first-child,
.team-belt-bulk-prices-table .app-table-body .app-table-row:last-child {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #edf0f4;
  border-radius: 0;
  box-shadow: none;
}




.team-belt-bulk-prices-table .app-table-body .app-table-row:last-child {
  border-bottom: 0;
}




.team-belt-bulk-prices-table .app-table-row.is-loading {
  opacity: .72;
}




.team-belt-bulk-prices-table .belt-cell {
  gap: 12px;
}




.team-belt-bulk-prices-table input[type="number"],
.team-belt-bulk-prices-table input[type="text"] {
  width: 100%;
  height: 42px;
  border: 1px solid #d8dde7;
  border-radius: 12px;
  background: #fff;
  color: var(--belts-text, #101828);
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
  outline: none;
}




.team-belt-bulk-prices-table input[type="number"]:focus,
.team-belt-bulk-prices-table input[type="text"]:focus {
  border-color: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.team-belt-bulk-prices-table input:disabled {
  background: #f2f4f7;
  color: #98a2b3;
}




.team-belt-bulk-prices-table [data-team-belt-assign-bulk-total] {
  font-weight: 950;
  color: #101828;
}




@media(max-width:760px) {
.team-belt-price-summary-row {
    grid-template-columns: 1fr;
  }




  .team-belt-price-breakdown-row {
    grid-template-columns: 1fr;
  }




  .team-belt-bulk-prices-toolbar {
    grid-template-columns: 1fr;
  }




  .team-belt-bulk-prices-panel {
    border: 0;
    background: transparent;
    overflow: visible;
  }




  .team-belt-bulk-prices-table {
    padding: 0;
    border: 0;
    background: transparent;
  }




  .team-belt-bulk-prices-table .app-table-row:not(.app-table-head),
.team-belt-bulk-prices-table .app-table-body .app-table-row,
.team-belt-bulk-prices-table .app-table-body .app-table-row:first-child,
.team-belt-bulk-prices-table .app-table-body .app-table-row:last-child {
    border-radius: 16px;
  }




  .team-belt-bulk-prices-table .app-table-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    border-top: 1px solid var(--app-table-border);
  }




  .team-belt-bulk-prices-table .app-table-mobile-main {
    border-top: 0;
  }




  .team-belt-bulk-prices-table input[type="number"],
.team-belt-bulk-prices-table input[type="text"] {
    max-width: 150px;
    text-align: right;
  }
}




/* =========================================
   REQUIREMENTS MANAGEMENT
========================================= */




.requirements-management {
  background: #fff;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}




.requirements-subtabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}




.requirements-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}




.requirements-belts-section {
  margin-bottom: 24px;
}




.requirements-belts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}




.requirements-belts-header>div:first-child {
  min-width: 0;
}




.requirements-belts-header h3 {
  margin: 4px 0 0;
  color: var(--belts-text, #101828);
  font-size: 22px;
  font-weight: 950;
  overflow-wrap: anywhere;
}




.team-belt-config-section .requirements-belts-header h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}




.team-belt-config-modality-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .07);
  color: var(--belts-red, #ff1a1a);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}




.team-belt-config-modality-pill span {
  color: inherit;
  font: inherit;
}




.team-belt-config-modality-pill strong {
  color: var(--belts-text, #101828);
  font-size: 12px;
  font-weight: 950;
  overflow-wrap: anywhere;
}




.team-belt-config-note {
  margin: 8px 0 0;
  color: var(--belts-muted, #667085);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}




.team-belt-config-edit-note {
  color: #dc2626;
  font-weight: 850;
}




.team-belt-assign-step-summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 18px 0 20px;
  padding: 18px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .05);
}




.team-belt-assign-step-summary:empty {
  display: none;
}




.team-belt-assign-step-summary.is-bulk-prices {
  display: block;
  grid-template-columns: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}




.team-belt-assign-step-summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-height: 62px;
  overflow: visible;
}




.team-belt-assign-step-summary-rank-icon.belt-svg-icon {
  width: 68px;
  height: 44px;
  margin: 0;
}




.team-belt-assign-step-summary-rank-icon.belt-level-icon {
  width: 52px;
  height: 52px;
  font-size: 22px;
  margin: 0;
}




.team-belt-assign-step-summary-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
  align-content: center;
}




.team-belt-assign-step-summary-copy strong {
  color: var(--belts-text, #101828);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}




.team-belt-assign-step-summary-copy p,
.team-belt-assign-step-summary-copy small {
  max-width: 780px;
  margin: 0;
  color: var(--belts-muted, #667085);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}




.team-belt-assign-step-summary-copy small {
  color: #475467;
}




.team-belt-assign-step-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}




.team-belt-assign-step-summary-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .07);
  color: var(--belts-text, #101828);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}




.team-belt-assign-step-summary-tags strong {
  color: var(--belts-red, #ff1a1a);
  font: inherit;
}




.requirements-detail-modality {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .07);
  color: var(--belts-red, #ff1a1a);
  font-size: 12px;
  font-weight: 900;
}




.requirements-detail-modality span {
  color: inherit;
  font: inherit;
}




.requirements-detail-modality strong {
  color: var(--belts-text, #101828);
  font-size: 13px;
  font-weight: 950;
  overflow-wrap: anywhere;
}




.requirements-belts-grid {
  margin-bottom: 4px;
}




.belts-modality-groups {
  display: grid;
  gap: 18px;
}




.belts-modality-group {
  padding: 18px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
}




.belts-modality-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f5;
}




.belts-modality-group-header>div {
  min-width: 0;
  flex: 1 1 auto;
}




.belts-modality-group-header>div>span {
  display: block;
  color: var(--belts-red, #ff1a1a);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}




.belts-modality-group-header h3 {
  margin: 3px 0 0;
  color: var(--belts-text, #101828);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}




.belts-modality-group-header strong {
  flex: 0 0 auto;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}




.belts-modality-group-header strong span {
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-transform: inherit;
}




details.belts-modality-group {
  padding: 0;
  overflow: hidden;
}




details.belts-modality-group .belts-modality-group-header {
  margin-bottom: 0;
  padding: 18px;
  border-bottom: 0;
  cursor: pointer;
  list-style: none;
}




details.belts-modality-group .belts-modality-group-header::-webkit-details-marker {
  display: none;
}




details.belts-modality-group[open] .belts-modality-group-header {
  border-bottom: 1px solid #eef1f5;
}




details.belts-modality-group .requirements-belts-grid {
  padding: 18px;
}




.belts-team-table-group {
  margin: 0 0 22px;
  min-width: var(--app-table-min-width);
  box-sizing: border-box;
}




.belts-team-table-group:last-child {
  margin-bottom: 0;
}




.belts-team-table-group-body {
  display: flex;
  flex-direction: column;
}




.belts-team-table-group-body .app-table-row {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}




.belts-team-table-group-body .app-table-row:first-child {
  border-top: 0;
}




.belts-team-table-group-body .app-table-row:last-child {
  border-bottom: 0;
}




.belts-team-table .belt-name-modality {
  display: none;
}




.belts-modality-accordion-icon {
  flex: 0 0 auto;
  color: var(--belts-muted, #667085);
  font-size: 14px;
  transition: transform .2s ease;
}




details.belts-modality-group[open] .belts-modality-accordion-icon {
  transform: rotate(180deg);
}




@media(max-width: 768px) {
.belts-team-table {
    --app-table-min-width: 0 !important;
    --app-table-padding: 0 !important;
  }




  .belts-team-table .belts-team-table-group {
    min-width: 0;
    width: 100%;
  }




  .belts-team-table details.belts-modality-group .belts-modality-group-header {
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }




  .belts-team-table .belts-modality-group-header h3 {
    font-size: 15px;
    overflow-wrap: anywhere;
  }




  .belts-team-table .belts-modality-group-header strong {
    white-space: nowrap;
  }




  .belts-team-table .belt-name.app-table-mobile-main {
    align-items: center;
    gap: 10px;
    padding: 14px;
  }




  .belts-team-table .belt-name-content {
    gap: 12px;
    min-width: 0;
  }




  .belts-team-table .belt-name-stack {
    min-width: 0;
  }




  .belts-team-table .belt-name strong,
.belts-team-table .belt-name-modality {
    overflow-wrap: anywhere;
    white-space: normal;
  }




  .belts-team-table .belt-svg-icon {
    width: 50px;
    height: 34px;
  }




  .belts-team-table .belt-level-icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }




  .belts-team-table .app-table-mobile-detail {
    align-items: flex-start;
    gap: 12px;
  }




  .belts-team-table .app-table-mobile-label {
    flex: 0 0 40%;
  }




  .belts-team-table .app-table-mobile-value {
    max-width: 60%;
  }




  .belts-team-table .app-table-mobile-value .belt-configuration-stack,
.belts-team-table .app-table-mobile-value .belt-origin-stack {
    max-width: 100%;
  }




  .belts-team-table .app-table-mobile-value .belt-configuration-stack small,
.belts-team-table .app-table-mobile-value .belt-origin-stack strong,
.belts-team-table .app-table-mobile-value .belt-origin-stack small {
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }




  .belts-team-table .app-table-actions.app-table-mobile-detail .app-table-actions-buttons {
    max-width: 60%;
  }




  body.belts-clean-page .belts-modalities-list {
    width: 100%;
    height: 188px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 12px;
    scrollbar-gutter: stable;
  }




  body.belts-clean-page .belts-modalities-list[data-expanded="true"] {
    height: 332px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
  }




  body.belts-clean-page .belts-modalities-list .quick-label {
    flex: 0 0 100%;
    width: 100%;
  }




  body.belts-clean-page .belts-modalities-list .chip-filter {
    flex: 0 0 auto;
    min-width: 0;
    max-width: min(100%, 260px);
  }




  body.belts-clean-page .belts-modalities-list .chip-filter-text,
body.belts-clean-page .belts-modalities-list .chip-filter>span:not(.chip-dot) {
    max-width: 100%;
  }




  .requirements-detail-modality {
    width: 100%;
    justify-content: space-between;
    border-radius: 14px;
  }




  .team-belt-assign-step-summary {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 16px;
  }




  .team-belt-assign-step-summary-icon {
    width: 64px;
    min-height: 50px;
  }




  .team-belt-assign-step-summary-rank-icon.belt-svg-icon {
    width: 58px;
    height: 38px;
  }




  .team-belt-assign-step-summary-rank-icon.belt-level-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }




  .team-belt-assign-step-summary-copy strong {
    font-size: 20px;
  }




  .team-belt-assign-step-summary-tags {
    gap: 7px;
  }




  .team-belt-assign-step-summary-tags span {
    border-radius: 12px;
  }




  .belts-system-age-groups .belt-status.is-soft {
    flex-basis: auto;
  }
}




@media(min-width: 769px) and (max-width: 991px) {
body.belts-clean-page .belts-modalities-list {
    width: 100%;
    height: 176px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 12px 14px 16px;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
  }




  body.belts-clean-page .belts-modalities-list[data-expanded="true"] {
    height: 316px;
    overflow-x: hidden;
    overflow-y: auto;
  }




  body.belts-clean-page .belts-modalities-list .quick-label {
    flex: 0 0 100%;
    width: 100%;
  }




  body.belts-clean-page .belts-modalities-list .chip-filter {
    flex: 0 0 auto;
    min-width: 0;
    max-width: min(100%, 240px);
  }




  body.belts-clean-page .belts-modalities-list .chip-filter-text,
body.belts-clean-page .belts-modalities-list .chip-filter>span:not(.chip-dot) {
    max-width: 100%;
  }
}




.requirements-belt-item {
  width: 100%;
  min-height: 0;
  padding: 18px;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-align: center;
}




.requirements-belt-preview {
  width: 92px;
  height: 58px;
  margin: 0 auto 12px;
}




.requirements-belt-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}




.requirements-belt-color {
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}




.requirements-belt-item>p,
.requirements-belt-item>span {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}




.requirements-belt-item>p span,
.requirements-belt-item>span span,
.requirements-belt-item>span strong {
  color: inherit;
  font: inherit;
  line-height: inherit;
}




.requirements-belt-age-rules {
  width: 100%;
  margin: 5px 0 0;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}




.requirements-belt-age-rules-label {
  display: block;
  margin-bottom: 4px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}




.requirements-belt-age-rules-list {
  display: grid;
  gap: 2px;
}




.requirements-belt-age-rule {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
}




.requirements-belt-item .requirements-belt-age-rules,
.requirements-belt-item .requirements-belt-age-rules-label,
.requirements-belt-item .requirements-belt-age-rules-label span,
.requirements-belt-item .requirements-belt-age-rules-list,
.requirements-belt-item .requirements-belt-age-rule {
  color: var(--belts-muted, #667085);
  font-family: inherit;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0;
}




.requirements-belt-item.is-selected {
  border-color: rgba(255, 26, 26, .45);
  background: rgba(255, 26, 26, .045);
  box-shadow: 0 16px 36px rgba(255, 26, 26, .10);
}




.requirements-belt-item.is-disabled,
.requirements-belt-item:disabled {
  cursor: not-allowed;
  opacity: .58;
  border-color: rgba(102, 112, 133, .26);
  background: rgba(102, 112, 133, .06);
  box-shadow: none;
}




.requirements-belt-item.is-disabled:hover,
.requirements-belt-item:disabled:hover {
  transform: none;
}




.requirements-belt-disabled-note {
  display: block;
  margin-top: 10px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}




.requirements-detail-section {
  margin-bottom: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--belts-border, #e6e9ef);
}




.requirements-edit-section {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #f8fafc;
}




.requirements-edit-form {
  margin: 0;
}




.requirements-edit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}




.requirements-edit-wide {
  grid-column: 1 / -1;
}




.requirements-grades-section {
  margin-bottom: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--belts-border, #e6e9ef);
}




.requirements-grade-create {
  height: 46px;
  min-height: 46px;
  padding: 0 18px;
  box-shadow: none;
}




.requirements-grade-create-rows {
  display: grid;
  gap: 14px;
}




.requirements-grade-create-row {
  padding: 16px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 16px;
  background: #fff;
}




.requirements-grades-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}




.requirements-grade-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.4fr) repeat(4, minmax(100px, .55fr));
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 16px;
  background: #fff;
}




.requirements-grade-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}




.requirements-grade-content,
.requirements-grade-meta {
  min-width: 0;
}




.requirements-grade-content span,
.requirements-grade-meta span {
  display: block;
  margin-bottom: 4px;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}




.requirements-grade-content strong,
.requirements-grade-meta strong {
  display: block;
  min-width: 0;
  color: var(--belts-text, #101828);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.requirement-card.is-age-rules .belt-age-rules-compact {
  gap: 4px;
  color: var(--belts-text, #101828);
  font-size: 14px;
  line-height: 1.35;
}




.requirement-card.is-age-rules .belt-age-rules-compact span {
  margin: 0;
  color: inherit;
  font: inherit;
  white-space: normal;
}




.requirement-card .team-belt-config-age-rules {
  display: grid;
  gap: 3px;
  color: var(--belts-text, #101828);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}




.requirement-card .team-belt-config-age-rules span {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}




.requirements-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(37, 99, 235, .06);
  border: 1px solid rgba(37, 99, 235, .12);
  color: #1d4ed8;
}




.requirements-info i {
  font-size: 22px;
  margin-top: 2px;
}




.requirements-info p {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}




@media(max-width: 1200px) {
.requirements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}




@media(max-width: 768px) {
.requirements-grid {
    grid-template-columns: 1fr;
  }




  .requirements-edit-grid {
    grid-template-columns: 1fr;
  }




  .requirements-belts-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }




  .requirements-belts-header h3 {
    font-size: 19px;
    line-height: 1.15;
  }




  .requirements-detail-modality {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    border-color: var(--belts-border, #e6e9ef);
    border-radius: 12px;
    background: #fff;
    color: var(--belts-muted, #667085);
  }




  .requirements-detail-modality strong {
    color: var(--belts-red, #ff1a1a);
    font-size: 12px;
    text-align: right;
  }




  .requirements-grade-create {
    width: 100%;
    justify-content: center;
  }




  .requirements-grade-item {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }




  .requirements-grade-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }




  .requirements-grade-content {
    align-self: center;
  }




  .requirements-grade-content strong,
.requirements-grade-meta strong {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }




  .requirements-grade-content strong {
    font-size: 14px;
    line-height: 1.25;
  }




  .requirements-grade-meta {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid rgba(230, 233, 239, .9);
    border-radius: 11px;
    background: #f8fafc;
  }




  .requirements-grade-meta span,
.requirements-grade-meta strong {
    margin: 0;
  }




  .requirements-grade-meta strong {
    font-size: 14px;
    text-align: right;
  }
}




.belt-promote-select-option-swatch.belt-level-icon,
.belt-promote-select-option-swatch.belt-svg-icon {
  width: 30px;
  height: 20px;
  min-width: 30px;
  border-radius: 7px;
  box-shadow: none;
}




.belt-promote-select-option-swatch.belt-level-icon {
  font-size: 11px;
}




.belt-promote-select-option-swatch.belt-level-icon svg {
  width: 21px;
  height: 21px;
}




.belt-promote-select-selected-icon.belt-level-icon,
.belt-promote-select-selected-icon.belt-svg-icon {
  width: 26px;
  height: 18px;
  min-width: 26px;
  border-radius: 6px;
  box-shadow: none;
}




.belt-promote-select-selected-icon.belt-level-icon {
  font-size: 10px;
}




.belt-promote-select-selected-icon.belt-level-icon svg {
  width: 18px;
  height: 18px;
}




.belts-system-info-rank-icon.belt-level-icon,
.belts-system-info-rank-icon.belt-svg-icon {
  width: 32px;
  height: 24px;
  min-width: 32px;
  border-radius: 8px;
  box-shadow: none;
}




.belts-system-info-rank-icon.belt-level-icon svg {
  width: 22px;
  height: 22px;
}




.belt-color-empty-label {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 999px;
  background: #fff;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 900;
}




.belts-color-belt-preview .belt-svg-icon {
  width: 104px;
}




.belts-color-belt-preview .belt-level-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: none;
}




.belt-svg-icon.requirements-belt-preview {
  width: clamp(132px, 42vw, 172px);
  height: auto;
  aspect-ratio: 2 / 1;
  margin: 0 auto 18px;
}




@media(max-width: 580px) {
.belt-svg-icon.requirements-belt-preview {
    width: min(150px, 78%);
  }
}




.belt-promote-athlete-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}




.belt-promote-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 26, 26, .08);
  color: var(--belts-red, #ff1a1a);
  font-size: 30px;
  border: 1px solid rgba(255, 26, 26, .14);
  overflow: hidden;
  flex: 0 0 auto;
}




.belt-promote-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}




.belt-promote-avatar span {
  color: var(--belts-red, #ff1a1a);
  font-size: 22px;
  font-weight: 950;
}




.belt-promote-athlete-main {
  min-width: 0;
}




.belt-promote-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}




.belt-promote-title-row h3 {
  margin: 0;
  color: var(--belts-text, #101828);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
}




.belt-promote-meta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}




.belt-promote-meta-grid>div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: var(--belts-soft, #f8fafc);
}




.belt-promote-meta-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}




.belt-promote-meta-grid strong {
  display: block;
  color: var(--belts-text, #101828);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
  overflow-wrap: anywhere;
}




.belt-promote-form {
  margin: 0;
}




.belt-promote-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}




.belt-promote-state-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: var(--belts-soft, #f8fafc);
}




.belt-promote-state-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}




.belt-promote-belt-preview {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}




.belt-promote-belt-preview .belt-svg-icon.requirements-belt-preview {
  margin: 0;
}




.belt-promote-belt-preview h4 {
  margin: 0;
  color: var(--belts-text, #101828);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}




.belt-promote-belt-preview p {
  margin: 5px 0 0;
  color: var(--belts-muted, #667085);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}




.belt-promote-target-preview {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: #fff;
}




.belt-promote-target-preview .belt-svg-icon.requirements-belt-preview {
  width: clamp(86px, 28vw, 118px);
}




.belt-promote-target-preview h4 {
  font-size: 18px;
}




.belt-promote-info-list,
.belt-promote-price-list {
  display: grid;
  gap: 10px;
}




.belt-promote-info-list>div,
.belt-promote-price-list>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--belts-border, #e6e9ef);
  color: var(--belts-muted, #667085);
  font-size: 13px;
  font-weight: 850;
}




.belt-promote-info-list strong,
.belt-promote-price-list strong {
  min-width: 0;
  color: var(--belts-text, #101828);
  font-weight: 950;
  text-align: right;
  overflow-wrap: anywhere;
}




.belt-promote-arrow {
  width: 46px;
  height: 46px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 50%;
  background: #fff;
  color: var(--belts-muted, #667085);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .08);
}




.belt-promote-inline-info {
  margin-top: 14px;
}




.belt-promote-check-list,
.belt-promote-history {
  display: grid;
  gap: 12px;
}




.belt-promote-check-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: #fff;
}




.belt-promote-check-row>i {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(245, 158, 11, .12);
  color: #b45309;
}




.belt-promote-check-row strong {
  display: block;
  color: var(--belts-text, #101828);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}




.belt-promote-check-row span {
  color: var(--belts-muted, #667085);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}




.belt-promote-price-total {
  margin-top: 4px;
  padding-top: 14px !important;
  border-top: 2px solid var(--belts-border, #e6e9ef) !important;
}




.belt-promote-route-card .belts-clean-card-header {
  margin-bottom: 16px;
}




.belt-promote-route-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  column-gap: 18px;
  row-gap: 18px;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px 8px 12px 4px;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
}




.belt-promote-route-line::before {
  display: none;
}




.belt-promote-route-belt {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--belts-text, #101828);
}




.belt-promote-route-belt:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 19px;
  left: 50%;
  width: calc(100% + 18px);
  height: 4px;
  background: #e4e7ec;
  border-radius: 999px;
}




.belt-promote-route-belt:nth-child(4n)::before {
  display: none;
}




.belt-promote-route-belt span {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--belt-route-color, #f2f4f7);
  color: var(--belt-route-text-color, #101828);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 0 2px #e4e7ec, 0 8px 18px rgba(16, 24, 40, .12);
}




.belt-promote-route-belt small {
  width: 100%;
  max-width: 82px;
  color: var(--belts-muted, #667085);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promote-route-belt.is-disabled {
  opacity: .42;
}




.belt-promote-route-belt.is-current {
  opacity: 1;
}




.belt-promote-route-belt.is-current span {
  box-shadow: 0 0 0 3px rgba(0, 87, 255, .22), 0 10px 22px rgba(16, 24, 40, .18);
}




.belt-promote-route-belt.is-current span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0057ff;
}




.belt-promote-route-belt.is-recommended span {
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .22), 0 10px 22px rgba(16, 24, 40, .18);
}




.belt-promote-route-belt.is-recommended::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #16a34a;
}




.belt-promote-route-line::-webkit-scrollbar {
  width: 8px;
}




.belt-promote-route-line::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(230, 233, 239, .9);
}




.belt-promote-route-line::-webkit-scrollbar-thumb {
  border: 3px solid #e9edf3;
  border-radius: 999px;
  background: rgba(255, 26, 26, .72);
}




.belt-promote-route-line::-webkit-scrollbar-thumb:hover {
  background: rgba(207, 21, 21, .9);
}




@media(max-width: 768px) {
.belt-promote-route-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
  }




  .belt-promote-route-belt:nth-child(4n)::before {
    display: block;
  }




  .belt-promote-route-belt:nth-child(3n)::before {
    display: none;
  }
}




.belt-promote-history-empty {
  padding: 18px;
  border: 1px dashed var(--belts-border, #e6e9ef);
  border-radius: 14px;
  color: var(--belts-muted, #667085);
  text-align: center;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}




.belt-promote-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .07);
}




.belt-promote-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}




.belt-promote-actions a,
.belt-promote-actions button {
  min-height: 46px;
  box-shadow: none;
}




.belt-promote-submit-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #fde68a;
  border-radius: 14px;
  background: #fffbeb;
  color: #92400e;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}




.belt-promote-submit-note i {
  margin-top: 2px;
}




.belt-promote-submit-note p {
  margin: 0;
}




.belt-promote-submit-note strong {
  color: inherit;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-promote-submit-note.is-approved {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}




.belt-promote-submit-note.is-empty {
  border-color: var(--belts-border, #e6e9ef);
  background: #f8fafc;
  color: var(--belts-muted, #667085);
}




@media(max-width: 1200px) {
.belt-promote-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-promote-comparison {
    grid-template-columns: 1fr;
  }




  .belt-promote-arrow {
    margin: auto;
    transform: rotate(90deg);
  }
}




@media(min-width: 769px) and (max-width: 1400px) {
.belt-promote-requirements-card {
    max-height: 390px;
    display: flex;
    flex-direction: column;
  }




  .belt-promote-requirements-card .belt-promote-check-list {
    min-height: 0;
    max-height: 285px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
  }




  .belt-promote-requirements-card .belt-promote-check-list::-webkit-scrollbar {
    width: 9px;
  }




  .belt-promote-requirements-card .belt-promote-check-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(230, 233, 239, .9);
  }




  .belt-promote-requirements-card .belt-promote-check-list::-webkit-scrollbar-thumb {
    border: 2px solid #e9edf3;
    border-radius: 999px;
    background: rgba(255, 26, 26, .72);
  }




  .belt-promote-requirements-card .belt-promote-check-list::-webkit-scrollbar-thumb:hover {
    background: rgba(207, 21, 21, .9);
  }
}




@media(max-width: 768px) {
.belt-promote-athlete-card {
    grid-template-columns: 1fr;
  }




  .belt-promote-title-row {
    flex-direction: column;
  }




  .belt-promote-meta-grid {
    grid-template-columns: 1fr;
  }




  .belt-promote-belt-preview {
    flex-direction: column;
    align-items: flex-start;
  }




  .belt-promote-actions,
.belt-promote-actions-row,
.belt-promote-actions a,
.belt-promote-actions button {
    width: 100%;
  }




  .belt-promote-actions-row {
    flex-direction: column;
  }
}




body.athletes-clean-page {
  background: var(--ath-bg);
  color: var(--ath-text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}




.athletes-shell {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 112px 22px 96px;
}




.athletes-topbar {
  min-height: 76px;
  background: #fff;
  border: 1px solid var(--ath-border);
  border-radius: 22px;
  box-shadow: var(--ath-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  margin-bottom: 22px;
}




.athletes-brand,
.athletes-user-actions,
.athletes-nav,
.athlete-hero-person,
.athlete-hero-title,
.athlete-hero-meta span,
.athlete-stat-card,
.athlete-tab,
.athlete-panel-title,
.athlete-belt-current,
.athlete-name-cell,
.belt-cell {
  display: flex;
  align-items: center;
}




.athletes-brand {
  gap: 14px;
  min-width: 0;
}




.athletes-brand-logo {
  color: var(--ath-red);
  font-size: 1.55rem;
  font-weight: 950;
}




.athletes-brand small {
  color: var(--ath-muted);
  font-weight: 800;
}




.athletes-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 50px);
  flex: 1 1 auto;
  min-width: 0;
}




.athletes-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #344054;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}




.athletes-nav a i {
  font-size: 1.1rem;
  color: #475467;
}




.athletes-nav a.active,
.athletes-nav a.active i,
.athletes-nav a:hover,
.athletes-nav a:hover i {
  color: var(--ath-red);
}




.athletes-user-actions {
  gap: 12px;
}




.athletes-icon-btn {
  border: 1px solid var(--ath-border);
  background: #fff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}




.athletes-icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 14px;
}




.athletes-icon-btn .bubble {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ath-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 950;
  border: 2px solid #fff;
}




.athletes-user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 1px solid var(--ath-border);
  border-radius: 999px;
  background: #fff;
}




.athletes-user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}




.athlete-btn {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--ath-border);
  border-radius: 14px;
  background: #fff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font: inherit;
  font-size: .86rem;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}




.athlete-btn:hover,
.athlete-btn:focus {
  color: var(--ath-red);
  border-color: rgba(255, 26, 26, .35);
  text-decoration: none;
}




.athlete-btn-primary,
.athlete-panel-title .athlete-btn-primary {
  border-color: var(--ath-red);
  background: var(--ath-red);
  color: #fff;
}




.athlete-btn-primary:hover,
.athlete-btn-primary:focus,
.athlete-panel-title .athlete-btn-primary:hover,
.athlete-panel-title .athlete-btn-primary:focus {
  border-color: var(--ath-red-dark);
  background: var(--ath-red-dark);
  color: #fff;
}




.athlete-panel-title .athlete-btn:not(.athlete-btn-primary) {
  border: 1px solid var(--ath-border);
  background: #fff;
  color: #101828;
}




.athletes-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 270px;
  margin-bottom: 22px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .74) 42%, rgba(0, 0, 0, .25) 100%),
    url("https://res.cloudinary.com/dyjcyz8tw/image/upload/v1779169679/banner_cinturones_v2nqu4.png");
  background-size: cover;
  background-position: center right;
  box-shadow: var(--ath-shadow);
}




.athletes-list-hero {
  min-height: 300px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .84) 36%, rgba(0, 0, 0, .58) 58%, rgba(0, 0, 0, .12) 100%),
    url('../img/banner/belt/banner-belt.png');
  background-size: cover;
  background-position: center right;
}




.athletes-list-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 30%, rgba(255, 26, 26, .2), transparent 34%);
  pointer-events: none;
}




.athletes-list-hero .belts-clean-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 300px;
}




.athletes-hero-inner {
  min-height: 270px;
  padding: 34px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}




.athlete-hero-person {
  gap: 26px;
  min-width: 0;
}




.athlete-photo {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, .92);
  background: #111;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .24);
  flex: 0 0 auto;
}




.athlete-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.athlete-photo button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}




.athlete-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 12px;
}




.athlete-hero-title {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}




.athlete-hero-title h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 950;
  line-height: 1;
}




.athlete-hero-meta {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  font-weight: 750;
}




.athlete-hero-meta span {
  gap: 10px;
}




.athlete-hero-meta strong {
  color: #fff;
  font-weight: 950;
}




body.athletes-clean-page .status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 950;
  background: #dcfce7;
  color: #15803d;
}




body.athletes-clean-page .status-pill.blue {
  background: #dbeafe;
  color: #1d4ed8;
}




body.athletes-clean-page .status-pill.gray {
  background: #f2f4f7;
  color: #475467;
}




body.athletes-clean-page .status-pill.red {
  background: #fee2e2;
  color: #dc2626;
}




.athlete-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
  min-width: min(580px, 100%);
}




.athlete-stat-card {
  gap: 13px;
  min-height: 92px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(10, 12, 18, .76);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}




.athlete-stat-card i {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 26, 26, .16);
  color: var(--ath-red);
  font-size: 20px;
}




.athlete-stat-card strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 950;
}




.athlete-stat-card span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.25;
}




.athlete-tabs {
  min-height: 70px;
  background: #fff;
  border: 1px solid var(--ath-border);
  border-radius: 18px;
  box-shadow: var(--ath-shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  margin-bottom: 20px;
  overflow-x: auto;
}




.athlete-tab {
  min-height: 70px;
  padding: 0 20px;
  gap: 10px;
  color: #475467;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 900;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}




.athlete-tab.active,
.athlete-tab:hover {
  color: var(--ath-red);
  border-bottom-color: var(--ath-red);
  text-decoration: none;
}




.athlete-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 20px;
  align-items: start;
}




.athlete-stack {
  display: grid;
  gap: 20px;
}




.athlete-panel {
  background: #fff;
  border: 1px solid var(--ath-border);
  box-shadow: var(--ath-shadow);
}




.athlete-panel {
  border-radius: 20px;
  padding: 22px;
}




.athlete-panel-title {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}




.athlete-panel-title h2,
.athlete-panel-title h3 {
  margin: 0;
  color: var(--ath-text);
  font-size: 1.1rem;
  font-weight: 950;
}




.athlete-panel-title a,
.athlete-panel-title button {
  border: 0;
  background: transparent;
  color: var(--ath-red);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}




.athlete-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}




.athlete-belt-current {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
}




.belt-image-large {
  width: 150px;
  max-width: 100%;
  filter: drop-shadow(0 12px 18px rgba(16, 24, 40, .16));
}




.athlete-belt-current h2 {
  margin: 0;
  color: #101828;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}




.athlete-belt-current p {
  margin: 6px 0;
  color: #344054;
  font-weight: 850;
}




body.athletes-clean-page .progress-row {
  margin-top: 16px;
}




body.athletes-clean-page .progress-row.compact {
  margin: 0;
  min-width: 120px;
}




body.athletes-clean-page .progress-row-head {
  display: flex;
  justify-content: space-between;
  color: #344054;
  font-weight: 900;
  font-size: .84rem;
  margin-bottom: 8px;
}




body.athletes-clean-page .progress-track {
  height: 10px;
  border-radius: 999px;
  background: #e9edf5;
  overflow: hidden;
}




body.athletes-clean-page .progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #2563eb);
}




body.athletes-clean-page .progress-fill-48 {
  width: 48%;
}




body.athletes-clean-page .progress-fill-61 {
  width: 61%;
}




body.athletes-clean-page .progress-fill-75 {
  width: 75%;
}




body.athletes-clean-page .progress-fill-84 {
  width: 84%;
}




.athlete-name-cell strong {
  display: block;
  color: #101828;
  font-weight: 950;
}




.athlete-table-wrap {
  overflow: auto;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
}




.athlete-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}




@media(pointer: fine) {
.belts-clean-page .athlete-table-wrap {
    cursor: grab;
  }




  .belts-clean-page .athlete-table-wrap.is-drag-scrolling {
    cursor: grabbing;
    user-select: none;
  }




  .belts-clean-page .athlete-table-wrap a,
.belts-clean-page .athlete-table-wrap button {
    cursor: initial;
  }
}




.athlete-table-wrap::-webkit-scrollbar {
  height: 12px;
}




.athlete-table-wrap::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e9edf3;
}




.athlete-table-wrap::-webkit-scrollbar-thumb {
  border: 3px solid #e9edf3;
  border-radius: 999px;
  background: rgba(255, 26, 26, .72);
}




.athlete-table-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(207, 21, 21, .9);
}




.athlete-table th,
.athlete-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
  vertical-align: middle;
}




.athlete-table th {
  background: #f8fafc;
  color: #667085;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}




.athlete-table td {
  color: #101828;
  font-size: .88rem;
  font-weight: 800;
}




.athlete-table th:last-child,
.athlete-table td:last-child {
  text-align: right;
}




.athlete-table input[type="checkbox"][data-belt-athletes-select-all],
.athlete-table input[type="checkbox"][data-belt-athletes-select-row] {
  width: 16px;
  height: 16px;
  accent-color: var(--sc-red, #ff1a1a);
  cursor: pointer;
}




.athlete-table tr:last-child td {
  border-bottom: 0;
}




.athlete-table-mobile-label {
  display: none;
}




.athlete-table-mobile-value {
  min-width: 0;
}




.athlete-name-cell {
  gap: 12px;
  min-width: 0;
}




.athlete-name-cell.is-selectable {
  cursor: pointer;
}




.athlete-name-cell img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #111;
}




.belt-athletes-avatar-fallback {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 950;
  flex: 0 0 auto;
}




.athlete-name-cell span {
  color: #667085;
  font-size: .76rem;
  font-weight: 750;
}




.belt-athletes-exam-notice {
  display: grid;
  gap: 6px;
  min-width: 15rem;
  max-width: 100%;
}




.belt-athletes-exam-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3538cd;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}




.belt-athletes-exam-badge span {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
}




.belt-athletes-exam-flow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1.15;
}




.belt-athletes-exam-flow.is-completed {
  background: #ecfdf3;
  color: #027a48;
}




.belt-athletes-exam-flow.is-pending-validation,
.belt-athletes-exam-flow.is-ready {
  background: #fffaeb;
  color: #b54708;
}




.belt-athletes-exam-flow.is-not-ready {
  background: #fff1f3;
  color: #c01048;
}




.belt-athletes-exam-flow span {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
}




.belt-cell {
  gap: 10px;
}




.belt-athletes-rank-icon.belt-svg-icon {
  width: 48px;
  height: 28px;
}




.belt-athletes-rank-icon.belt-level-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 16px;
}




.belt-cell img {
  width: 54px;
}




body.belts-clean-page .belts-table-wide-layout {
  grid-template-columns: minmax(0, 1fr);
}




body.belts-clean-page .belts-table-wide-layout>.athlete-stack,
body.belts-clean-page .belts-table-wide-layout>.belts-clean-side,
body.belts-clean-page .belts-table-wide-layout>aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}




body.belts-clean-page .belts-table-wide-layout .athlete-table {
  min-width: 1960px;
}




@media(max-width: 768px) {
.athletes-clean-page .athlete-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }




  .athletes-clean-page .athlete-table {
    display: block;
    min-width: 0 !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }




  .athletes-clean-page .athlete-table thead {
    display: none;
  }




  .athletes-clean-page .athlete-table tbody {
    display: grid;
    gap: 12px;
    width: 100%;
  }




  .athletes-clean-page .athlete-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 16px;
    background: #fff;
  }




  .athletes-clean-page .athlete-table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 11px 14px;
    border-bottom: 1px solid #edf0f4;
    text-align: right;
  }




  .athletes-clean-page .athlete-table td:last-child {
    border-bottom: 0;
  }




  .athletes-clean-page .athlete-table td:nth-child(2) {
    order: -1;
    align-items: center;
    padding: 14px;
    text-align: left;
  }




  .athletes-clean-page .athlete-table td:nth-child(2) .athlete-table-mobile-label {
    display: none;
  }




  .athletes-clean-page .athlete-table-mobile-label {
    display: block;
    flex: 0 0 40%;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
  }




  .athletes-clean-page .athlete-table-mobile-value {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    max-width: 60%;
    text-align: right;
    overflow-wrap: anywhere;
  }




  .athletes-clean-page .athlete-table td:nth-child(2) .athlete-table-mobile-value,
.athletes-clean-page .athlete-table td:last-child .athlete-table-mobile-value {
    width: 100%;
    max-width: 100%;
  }




  .athletes-clean-page .athlete-table td:last-child {
    flex-direction: column;
    align-items: stretch;
  }




  .athletes-clean-page .athlete-table td:last-child .table-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }




  .athletes-clean-page .athlete-table-mobile-value>* {
    min-width: 0;
    max-width: 100%;
  }




  .athletes-clean-page .athlete-table-mobile-value [style*="min-width"] {
    min-width: 0 !important;
    width: 100%;
  }




  .athletes-clean-page .athlete-table-mobile-value .select2-container,
.athletes-clean-page .athlete-table-mobile-value select {
    width: 100% !important;
    min-width: 0 !important;
  }




  .athletes-clean-page .athlete-name-cell {
    width: 100%;
  }




  .athletes-clean-page .athlete-name-cell>div {
    min-width: 0;
  }




  .athletes-clean-page .athlete-name-cell strong,
.athletes-clean-page .athlete-name-cell span,
.athletes-clean-page .belt-cell,
.athletes-clean-page .belt-promote-submit-note p,
.athletes-clean-page .status-pill {
    white-space: normal;
    overflow-wrap: anywhere;
  }




  .athletes-clean-page .belt-athletes-exam-notice {
    min-width: 0;
    justify-items: end;
  }




  .athletes-clean-page .belt-athletes-exam-badge,
.athletes-clean-page .belt-athletes-exam-flow {
    white-space: normal;
    text-align: right;
  }




  .athletes-clean-page .rank-list {
    gap: 12px;
  }




  .athletes-clean-page .belt-athletes-candidate-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }




  .athletes-clean-page .belt-athletes-candidate-head {
    display: grid;
    grid-template-columns: 34px 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
  }




  .athletes-clean-page .belt-athletes-candidate-main strong,
.athletes-clean-page .belt-athletes-candidate-main>span {
    overflow-wrap: anywhere;
    white-space: normal;
  }




  .athletes-clean-page .belt-athletes-candidate-transition {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 10px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #f8fafc;
  }




  .athletes-clean-page .belt-athletes-candidate-transition>i {
    justify-self: center;
  }




  .athletes-clean-page .belt-athletes-candidate-rank {
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 5px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }




  .athletes-clean-page .belt-athletes-candidate-rank>span {
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }




  .athletes-clean-page .belt-athletes-candidate-side {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    padding-top: 2px;
  }




  .athletes-clean-page .belt-athletes-candidate-side .status-pill {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }
}




@media(max-width: 420px) {
.athletes-clean-page .athlete-table-mobile-label {
    flex-basis: 38%;
  }




  .athletes-clean-page .athlete-table-mobile-value {
    max-width: 62%;
  }
}




@media(max-width: 760px) {
body.belts-clean-page .belts-table-wide-layout>.athlete-stack,
body.belts-clean-page .belts-table-wide-layout>.belts-clean-side,
body.belts-clean-page .belts-table-wide-layout>aside {
    grid-template-columns: 1fr;
  }
}




.belt-athletes-candidate-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}




.belt-athletes-candidate-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}




.belt-athletes-candidate-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff1f1;
  color: #d91f26;
  font-size: .76rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255, 26, 26, .16);
}




.belt-athletes-candidate-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.belt-athletes-candidate-main {
  min-width: 0;
}




.belt-athletes-candidate-main>span {
  display: block;
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
}




.belt-athletes-candidate-transition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #98a2b3;
}




.belt-athletes-candidate-rank {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #344054;
  font-size: .72rem;
  font-weight: 900;
}




.belt-athletes-candidate-rank>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-athletes-candidate-rank-icon.belt-svg-icon {
  width: 24px;
  height: 14px;
}




.belt-athletes-candidate-rank-icon.belt-level-icon {
  width: 20px;
  height: 20px;
  border-radius: 7px;
}




.belt-athletes-candidate-side {
  display: grid;
  justify-items: end;
  gap: 6px;
}




.belt-athletes-candidate-side>strong {
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
}




.belt-athletes-filter-grid,
.belt-demo-filter-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(150px, 1fr)) minmax(120px, auto);
  gap: 14px;
  align-items: end;
}




.belt-demo-filter-grid {
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 1fr)) minmax(120px, auto);
}




.belt-athletes-search-field,
.belt-demo-search-field {
  min-width: 0;
}




.belt-athletes-filter-grid .toolbar-btn,
.belt-demo-filter-grid .toolbar-btn {
  width: 100%;
  min-width: 120px;
}




.belt-athletes-load-more {
  min-width: 180px;
}




.belt-demo-belt-mark {
  width: 42px;
  height: 18px;
  border-radius: 999px;
  background: var(--belt-color, #111827);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .24), 0 8px 14px rgba(16, 24, 40, .12);
  flex: 0 0 auto;
}




.activity-icon .belt-demo-belt-mark {
  width: 26px;
  height: 12px;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .2);
}




.activity-icon .belt-athletes-distribution-icon.belt-svg-icon {
  width: 30px;
  height: 18px;
}




.activity-icon .belt-athletes-distribution-icon.belt-level-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}




.belt-promotions-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}




.belt-promotions-stat,
.belt-promotions-card {
  background: #fff;
  border: 1px solid var(--belts-border, #e6e9ef);
  box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}




.belt-promotions-stat {
  min-height: 112px;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}




.belt-promotions-stat i {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(255, 26, 26, .09);
  color: var(--ath-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}




.belt-promotions-stat strong {
  display: block;
  color: #101828;
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 950;
}




.belt-promotions-stat span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: .78rem;
  font-weight: 850;
}




.belt-promotions-list {
  display: grid;
  gap: 16px;
}




.belt-promotions-layout {
  grid-template-columns: minmax(0, 1fr);
}




.belt-promotions-layout .belts-main-stack,
.belt-promotions-layout .belts-content-panel {
  min-width: 0;
}




.belt-promotions-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: #f8fafc;
}




.belt-promotions-bulk-check,
.belt-promotions-bulk-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #344054;
  font-size: .84rem;
  font-weight: 900;
}




.belt-promotions-bulk-check input,
.belt-promotions-select-cell input,
.belt-promotions-table .app-table-head input {
  width: 18px;
  height: 18px;
  accent-color: var(--belts-primary, #ff1a1a);
}




.belt-promotions-bulk-count strong {
  min-width: 28px;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  text-align: right;
}




.belt-promotions-bulk-documents {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}




.belt-promotions-bulk-documents .belt-promotions-document-link {
  max-width: 150px;
  background: #fff;
}




.belt-promotions-table .app-table-row {
  align-items: center;
  box-sizing: border-box;
  grid-template-columns: var(--app-table-columns);
}




.belt-promotions-table .app-table-head>span:first-child,
.belt-promotions-select-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}




.belt-promotions-table .app-table-head>span:last-child {
  padding-right: 12px;
  text-align: right;
  box-sizing: border-box;
}




.belt-promotions-table .app-table-actions {
  justify-self: stretch;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 12px;
  box-sizing: border-box;
}




.belt-promotions-table .app-table-actions-buttons {
  justify-content: flex-end;
  min-width: 96px;
  flex-wrap: nowrap;
}




.belt-promotions-table-row .belt-promotions-athlete {
  width: 100%;
}




@media(min-width: 769px) {
.belt-promotions-sticky-table {
    --belt-promotions-sticky-select-width: 46px;
    --belt-promotions-sticky-athlete-width: 240px;
  }




  .belt-promotions-sticky-table .app-table-row {
    isolation: isolate;
    --belt-promotions-sticky-bg: var(--app-table-row-bg);
  }




  .belt-promotions-sticky-table .app-table-row:not(.app-table-head):hover {
    --belt-promotions-sticky-bg: #fff6f6;
  }




  .belt-promotions-sticky-table .app-table-head {
    --belt-promotions-sticky-bg: var(--app-table-head-bg);
  }




  .belt-promotions-sticky-table .app-table-row> :first-child,
.belt-promotions-sticky-table .app-table-row> :nth-child(2) {
    position: sticky;
    align-self: stretch;
    display: flex;
    align-items: center;
    background: var(--belt-promotions-sticky-bg, #fff);
    z-index: 6;
  }




  .belt-promotions-sticky-table .app-table-row> :first-child {
    left: 0;
    justify-content: center;
    box-shadow:
      -18px 0 0 18px var(--belt-promotions-sticky-bg, #fff),
      12px 0 0 0 var(--belt-promotions-sticky-bg, #fff);
  }




  .belt-promotions-sticky-table .app-table-row> :nth-child(2) {
    left: var(--belt-promotions-sticky-select-width);
    width: var(--belt-promotions-sticky-athlete-width);
    box-sizing: border-box;
    padding-left: 12px;
    box-shadow:
      -12px 0 0 0 var(--belt-promotions-sticky-bg, #fff),
      10px 0 14px -14px rgba(16, 24, 40, .22);
    z-index: 7;
  }




  .belt-promotions-sticky-table .app-table-head> :first-child,
.belt-promotions-sticky-table .app-table-head> :nth-child(2) {
    z-index: 9;
  }




  body.dark .belt-promotions-sticky-table .app-table-row {
    --belt-promotions-sticky-bg: var(--belts-card);
  }




  body.dark .belt-promotions-sticky-table .app-table-row:not(.app-table-head):hover {
    --belt-promotions-sticky-bg: #242424;
  }
}




.belt-promotions-athlete .belt-promotions-exam-context {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  max-width: 190px;
}




.belt-promotions-athlete .belt-promotions-exam-chip {
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #dc2626;
  background: #fee2e2;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
  text-transform: none;
}




.belt-promotions-athlete .belt-promotions-exam-chip span {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}




.belt-promotions-athlete .belt-promotions-exam-context em {
  min-width: 0;
  overflow: hidden;
  color: #475467;
  font-size: .72rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-origin-cell {
  min-width: 0;
}




.belt-promotions-origin {
  display: grid;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
  justify-items: start;
}




.belt-promotions-origin-chip {
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: none;
}




.belt-promotions-origin-chip.is-exam {
  color: #dc2626;
  background: #fee2e2;
}




.belt-promotions-origin-chip.is-direct {
  color: #1d4ed8;
  background: #dbeafe;
}




.belt-promotions-origin-chip.is-homologation {
  color: #7a2e0e;
  background: #ffead5;
}




.belt-promotions-origin-chip span {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}




.belt-promotions-origin em {
  min-width: 0;
  max-width: 150px;
  overflow: hidden;
  color: #475467;
  font-size: .72rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-advanced-filters {
  margin: -18px 0 22px;
  padding: 18px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 24, 40, .08);
}




.belt-promotions-advanced-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 14px;
  align-items: end;
}




.belt-promotions-advanced-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}




.belt-promotions-advanced-actions .toolbar-btn {
  min-height: 46px;
  height: 46px;
  border-radius: 14px;
  padding: 0 18px;
}




.belt-promotions-table-row .belt-promotions-athlete .app-table-mobile-toggle {
  margin-left: auto;
}




@media(max-width: 768px) {
.belt-promotions-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }




  .belt-promotions-stat {
    min-height: 92px;
    padding: 14px;
    gap: 10px;
    border-radius: 14px;
  }




  .belt-promotions-stat i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1rem;
  }




  .belt-promotions-stat strong {
    font-size: 1.25rem;
  }




  .belt-promotions-stat span {
    font-size: .7rem;
    line-height: 1.15;
  }




  .belt-promotions-bulk-bar {
    justify-content: stretch;
    gap: 10px;
    padding: 12px;
  }




  .belt-promotions-bulk-check,
.belt-promotions-bulk-count {
    flex: 1 1 calc(50% - 6px);
  }




  .belt-promotions-bulk-bar .toolbar-btn {
    flex: 1 1 100%;
    justify-content: center;
  }




  .belt-promotions-bulk-documents {
    width: 100%;
    justify-content: flex-start;
  }




  .belt-promotions-table {
    --app-table-min-width: 0 !important;
    --app-table-padding: 0 !important;
    overflow-x: visible;
  }




  .belt-promotions-table .app-table-row:not(.app-table-head),
.belt-promotions-table .app-table-body .app-table-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }




  .belt-promotions-table-row .belt-promotions-athlete.app-table-mobile-main {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px;
  }




  .belt-promotions-table-row .belt-promotions-athlete>div {
    min-width: 0;
  }




  .belt-promotions-table-row .belt-promotions-athlete strong,
.belt-promotions-table-row .belt-promotions-athlete span {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }




  .belt-promotions-athlete .belt-promotions-exam-context,
.belt-promotions-origin em {
    max-width: 100%;
  }




  .belt-promotions-athlete .belt-promotions-exam-context em,
.belt-promotions-origin em {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }




  .belt-promotions-table .app-table-mobile-detail {
    align-items: flex-start;
    gap: 12px;
    padding: 11px 14px;
  }




  .belt-promotions-table .app-table-mobile-label {
    flex: 0 0 40%;
    text-align: left;
  }




  .belt-promotions-table .app-table-mobile-value {
    max-width: 60%;
    justify-content: flex-end;
    text-align: right;
  }




  .belt-promotions-table .belt-promotions-origin {
    justify-items: end;
    text-align: right;
  }




  .belt-promotions-table .belt-promotions-rank-value {
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
  }




  .belt-promotions-table .belt-promotions-documents-cell {
    padding-right: 14px;
    flex-direction: column;
    align-items: stretch;
  }




  .belt-promotions-table .belt-promotions-documents-stack {
    width: 100%;
    justify-items: stretch;
  }




  .belt-promotions-table .belt-promotions-documents {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }




  .belt-promotions-table .belt-promotions-document-link {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }




  .belt-promotions-table .belt-promotions-document-link span,
.belt-promotions-signers em,
.belt-promotions-signers span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }




  .belt-promotions-table .app-table-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
  }




  .belt-promotions-table .app-table-actions-buttons {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}




@media(max-width: 420px) {
.belt-promotions-summary-grid {
    grid-template-columns: 1fr;
  }




  .belt-promotions-table .app-table-mobile-label {
    flex-basis: 38%;
  }




  .belt-promotions-table .app-table-mobile-value,
.belt-promotions-table .app-table-actions-buttons {
    max-width: 62%;
  }
}




.belt-promotions-table .belt-promotions-rank-value {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.25;
}




.belt-promotions-table .belt-promotions-rank-value span {
  min-width: 0;
  color: inherit;
  font: inherit;
}




.belt-promotions-table-price {
  display: grid;
  gap: 5px;
  min-width: 0;
}




.belt-promotions-table-price span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}




.belt-promotions-table-price em {
  color: #667085;
  font-size: .68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
}




.belt-promotions-table-price strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
  white-space: nowrap;
}




.belt-promotions-documents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  align-items: start;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
}




.belt-promotions-documents-cell {
  padding-right: 14px;
  box-sizing: border-box;
}




.belt-promotions-document-link {
  width: auto;
  max-width: 112px;
  min-width: 38px;
  min-height: 34px;
  height: auto;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  background: #fff;
  color: var(--belts-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 9px;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}




.belt-promotions-document-link:not(:disabled):not(.disabled),
.belt-promotions-bulk-documents .belt-promotions-document-link:not(:disabled):not(.disabled),
.belt-promotions-exam-acts-actions .belt-promotions-document-link:not(:disabled):not(.disabled),
[data-belt-promotions-document]:not(:disabled):not(.disabled),
[data-belt-promotions-bulk-document]:not(:disabled):not(.disabled),
[data-belt-promotions-exam-document]:not(:disabled):not(.disabled),
[data-belt-promotions-exam-act-download]:not(:disabled):not(.disabled) {
  cursor: pointer !important;
}




.belt-promotions-document-link i {
  font-size: 1.05rem;
  line-height: 1;
}




.belt-promotions-document-link span {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  color: #344054;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-document-link:hover {
  border-color: rgba(255, 26, 26, .28);
  background: rgba(255, 26, 26, .08);
  color: var(--belts-red-dark);
  text-decoration: none;
}




.belt-promotions-document-link.disabled,
.belt-promotions-document-link:disabled {
  opacity: .45;
  pointer-events: none;
}




.belt-promotions-documents-empty {
  color: #98a2b3;
  font-size: .8rem;
  font-weight: 850;
}




.belt-promotions-documents-stack {
  display: grid;
  gap: 8px;
  justify-items: start;
  min-width: 0;
  max-width: 100%;
}




.belt-promotions-signers {
  width: 100%;
  max-width: 100%;
  min-height: 34px;
  padding: 6px 9px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #f8fafc;
  color: #344054;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 6px;
  row-gap: 2px;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.1;
}




.belt-promotions-signers i {
  grid-row: 1 / span 2;
  line-height: 1.1;
  margin-top: 1px;
}




.belt-promotions-signers.is-configured {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}




.belt-promotions-signers.is-missing {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}




.belt-promotions-signers em,
.belt-promotions-signers span {
  min-width: 0;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-direct-signers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 560px);
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}




.belt-direct-signers-notice {
  align-items: flex-start;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 14px;
  color: #3730a3;
  display: flex;
  gap: 10px;
  margin: -6px 0 18px;
  padding: 14px 16px;
}




.belt-direct-signers-notice i {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.35;
  margin-top: 1px;
}




.belt-direct-signers-notice p {
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
  margin: 0;
}




.belt-direct-signers-layout .belts-main-stack,
.belt-direct-signers-layout .belts-content-panel {
  min-width: 0;
}




.belt-direct-signers-editor {
  position: sticky;
  top: 96px;
}




.belt-direct-signers-editor .requirements-edit-grid {
  grid-template-columns: 1fr;
}




.belt-direct-signers-field-label {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}




.belt-direct-signers-document-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}




.belt-direct-signers-document-check {
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  background: #fff;
  color: #344054;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.1;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}




.belt-direct-signers-document-check:hover {
  border-color: rgba(255, 26, 26, .28);
  background: rgba(255, 26, 26, .05);
}




.belt-direct-signers-document-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}




.belt-direct-signers-document-check strong {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-direct-signers-document-switch {
  width: 36px;
  height: 22px;
  border-radius: 999px;
  background: #e4e7ec;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 3px;
  transition: background .18s ease;
}




.belt-direct-signers-document-switch::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(16, 24, 40, .18);
  transition: transform .18s ease;
}




.belt-direct-signers-document-check input:checked+.belt-direct-signers-document-switch {
  background: var(--belts-primary, #ff1a1a);
}




.belt-direct-signers-document-check input:checked+.belt-direct-signers-document-switch::before {
  transform: translateX(14px);
}




.belt-direct-signers-document-check input:checked~strong {
  color: #101828;
}




.belt-direct-signers-document-check:has(input:checked) {
  border-color: rgba(255, 26, 26, .36);
  background: rgba(255, 26, 26, .07);
}




.belt-direct-signers-table .app-table-row {
  align-items: center;
}




.belt-direct-signers-table .app-table-actions {
  justify-self: stretch;
  justify-content: flex-end;
  padding-right: 16px;
  box-sizing: border-box;
}




.belt-direct-signers-table .app-table-actions-buttons {
  justify-content: flex-end;
}




.belt-direct-signers-summary {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  min-width: 0;
}




.belt-direct-signers-signer-chip {
  max-width: 230px;
  min-height: 32px;
  padding: 4px 9px 4px 5px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  background: #fff;
  color: #344054;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.1;
}




.belt-direct-signers-signer-chip strong {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: .7rem;
  font-weight: 950;
}




.belt-direct-signers-signer-chip span,
.belt-direct-signers-signer-chip em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-direct-signers-signer-chip em {
  color: #667085;
  font-size: .68rem;
  font-style: normal;
}




.belt-direct-signers-empty-chip {
  color: #98a2b3;
  font-size: .8rem;
  font-weight: 850;
}




.belt-direct-signers-slots-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}




.belt-direct-signers-slots-header>span {
  color: #101828;
  font-size: 14px;
  font-weight: 950;
}




.belt-direct-signers-add-slot {
  min-height: 40px;
  padding: 0 14px;
}




.belt-direct-signers-slots {
  display: grid;
  gap: 14px;
}




.belt-direct-signer-slot {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  background: #f8fafc;
}




.belt-direct-signer-slot legend {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  font-size: .82rem;
  font-weight: 950;
}




.belt-direct-signer-slot-title {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  min-width: 0;
}




.belt-direct-signer-slot legend strong {
  color: var(--belts-primary, #ff1a1a);
  font-size: .86rem;
}




.belt-direct-signer-slot-remove {
  align-items: center;
  background: #fff;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #dc2626;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}




.belt-direct-signer-slot-remove:hover {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
}




.belt-direct-signer-slot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}




.belt-direct-signers-actions {
  flex-wrap: wrap;
}




.belt-direct-signers-actions .secondary-btn,
.belt-direct-signers-actions .tertiary-btn,
.belt-direct-signers-actions .primary-btn {
  min-height: 44px;
  border-radius: 12px;
}




.belt-direct-signers-actions .danger-btn {
  border: 1px solid #fecaca;
  background: #fff;
  color: #dc2626;
}




.belt-direct-signers-actions .danger-btn:hover {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #b91c1c;
}




.belt-direct-signers-copy-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  text-align: left;
}




.belt-direct-signers-copy-list label {
  min-height: 42px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  background: #fff;
  color: #344054;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}




.belt-direct-signers-copy-list input {
  width: 18px;
  height: 18px;
  accent-color: var(--belts-primary, #ff1a1a);
}




@media(max-width: 1240px) {
.belt-direct-signers-layout {
    grid-template-columns: 1fr;
  }




  .belt-direct-signers-editor {
    position: static;
  }
}




@media(max-width: 640px) {
.belt-direct-signers-document-checks {
    grid-template-columns: 1fr;
  }




  .belt-direct-signer-slot-grid {
    grid-template-columns: 1fr;
  }
}




@media(max-width: 900px) {
.belt-promotions-bulk-bar {
    justify-content: flex-start;
  }




  .belt-promotions-bulk-documents {
    width: 100%;
    justify-content: flex-start;
  }




  .belt-promotions-table .app-table-actions-buttons {
    flex-wrap: wrap;
  }




  .belt-promotions-documents {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
}




.belt-promotions-reports-modal {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: min(1180px, calc(100vw - 28px)) !important;
}




body.belts-clean-page .belts-swal-popup.belt-promotions-reports-modal {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: min(1180px, calc(100vw - 28px)) !important;
}




body.belts-clean-page .belt-promotions-reports-modal .belts-swal-text,
body.belts-clean-page .belt-promotions-reports-modal .swal2-html-container {
  width: 100% !important;
  max-width: 100% !important;
}




body.belts-clean-page .belts-swal-popup.belt-promotions-exam-acts-modal {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: min(1180px, calc(100vw - 28px)) !important;
}




body.belts-clean-page .belts-swal-popup.belt-promotions-generated-documents-modal {
  width: min(1040px, calc(100vw - 28px)) !important;
  max-width: min(1040px, calc(100vw - 28px)) !important;
}




body.belts-clean-page .belt-promotions-exam-acts-modal .belts-swal-text,
body.belts-clean-page .belt-promotions-exam-acts-modal .swal2-html-container,
body.belts-clean-page .belt-promotions-generated-documents-modal .belts-swal-text,
body.belts-clean-page .belt-promotions-generated-documents-modal .swal2-html-container {
  width: 100% !important;
  max-width: 100% !important;
}




body.belt-promotions-modal-loader-active .loader {
  inset: 0 !important;
  top: 0 !important;
  z-index: 5000 !important;
}




body.belt-promotions-modal-loader-active .loader-background,
body.belt-promotions-modal-loader-active .loader-text {
  z-index: 5001 !important;
}




.belt-promotions-exam-acts {
  display: grid;
  gap: 14px;
  min-width: 0;
  text-align: left;
}




.belt-promotions-exam-acts>p {
  margin: 0;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.45;
}




.belt-promotions-exam-acts-table {
  display: block;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  background: #fff;
}




.belt-promotions-exam-acts-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) 95px 95px 95px 95px 105px 140px 520px;
  align-items: center;
  gap: 12px;
  min-width: 1510px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f7;
}




.belt-promotions-exam-acts-row:last-child {
  border-bottom: 0;
}




.belt-promotions-exam-acts-row.is-head {
  background: #f8fafc;
  color: #667085;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-promotions-exam-acts-row strong {
  min-width: 0;
  overflow: hidden;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-exam-acts-row>span {
  min-width: 0;
  color: #344054;
  font-size: .82rem;
  font-weight: 850;
}




.belt-promotions-exam-acts-actions {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}




.belt-promotions-exam-acts-actions .belt-promotions-document-link {
  max-width: none;
}




.belt-promotions-document-link.is-generated {
  border-color: #d0d5dd;
  color: #344054;
}




.belt-promotions-generated-documents {
  display: grid;
  gap: 14px;
  min-width: 0;
  text-align: left;
}




.belt-promotions-generated-documents>p {
  margin: 0;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.45;
}




.belt-promotions-generated-documents-table {
  display: block;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  background: #fff;
}




.belt-promotions-generated-documents-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(180px, .9fr) 170px 150px;
  align-items: center;
  gap: 12px;
  min-width: 760px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f7;
}




.belt-promotions-generated-documents-row:last-child {
  border-bottom: 0;
}




.belt-promotions-generated-documents-row.is-head {
  background: #f8fafc;
  color: #667085;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-promotions-generated-documents-row strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-generated-documents-row>span {
  min-width: 0;
  overflow: hidden;
  color: #344054;
  font-size: .82rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-promotions-generated-documents-actions {
  display: inline-flex;
  justify-content: flex-end;
}




.belt-exams-layout {
  grid-template-columns: minmax(0, 1fr);
}




.belt-exams-layout .belts-main-stack,
.belt-exams-layout .belts-content-panel {
  min-width: 0;
}




.belt-exams-toolbar-actions {
  flex: 1 1 760px;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(170px, .8fr) minmax(170px, .8fr) auto auto;
  align-items: end;
  justify-content: stretch;
  gap: 12px;
  margin-left: 0;
}




.belt-exams-toolbar-actions .toolbar-btn {
  width: 100%;
  min-width: 142px;
  height: 46px;
  padding: 0 16px;
}




.belt-exam-content-toolbar-actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}




.belt-exam-content-toolbar-actions .toolbar-btn {
  width: auto;
  min-width: 0;
  color: var(--belts-text, #101828);
  padding: 0 18px;
  white-space: nowrap;
}




.belt-exam-content-toolbar-actions .toolbar-btn i,
.belt-exam-content-toolbar-actions .toolbar-btn span {
  color: inherit;
}




.belt-exams-table .app-table-row {
  align-items: center;
  box-sizing: border-box;
}




.belt-exams-table .belt-exams-name {
  min-width: 0;
}




.belt-exams-table .belt-exams-name>div {
  min-width: 0;
}




.belt-exams-table .belt-exams-name strong,
.belt-exams-table .belt-exams-name span {
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}




.belt-exams-table .belt-exams-name span {
  line-height: 1.35;
}




.belt-exams-table .app-table-actions {
  justify-self: stretch;
  justify-content: flex-end;
  padding-right: 24px;
  box-sizing: border-box;
}




@media(max-width: 1180px) {
.belt-exams-toolbar-actions {
    grid-template-columns: minmax(240px, 1fr) minmax(160px, .7fr) minmax(160px, .7fr);
  }




  .belt-exams-toolbar-actions .toolbar-btn {
    min-width: 0;
  }
}




.belt-exams-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}




.belt-exams-name>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}




.belt-exams-name strong,
.belt-exams-name span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exams-name strong {
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
}




.belt-exams-name span {
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
  margin-top: 3px;
}




.belt-exams-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}




.belt-exams-status.is-published,
.belt-exams-status.is-registration-open,
.belt-exams-status.is-in-progress,
.belt-exams-status.is-active,
.belt-exams-status.is-accepted,
.belt-exams-status.is-completed,
.belt-exams-status.is-signed,
.belt-exams-status.is-confirmed,
.belt-exams-status.is-ready-to-confirm,
.belt-exams-status.is-apt,
.belt-exams-status.is-present {
  background: #dcfce7;
  color: #15803d;
}




.belt-exams-status.is-registration-closed,
.belt-exams-status.is-evaluation-pending,
.belt-exams-status.is-results-under-review,
.belt-exams-status.is-designated,
.belt-exams-status.is-pending-validation,
.belt-exams-status.is-late,
.belt-exams-status.is-excused {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exams-status.is-results-confirmed,
.belt-exams-status.is-calculated,
.belt-exams-status.is-closed {
  background: #dbeafe;
  color: #1d4ed8;
}




.belt-exams-status.is-cancelled,
.belt-exams-status.is-replaced,
.belt-exams-status.is-superseded,
.belt-exams-status.is-inactive,
.belt-exams-status.is-absent,
.belt-exams-status.is-not-apt,
.belt-exams-status.is-withdrawn {
  background: #fee2e2;
  color: #dc2626;
}




.belt-exam-evaluation-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 170px;
}




.belt-exam-evaluation-summary-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}




.belt-exam-evaluation-summary-chip strong {
  color: inherit;
  font-size: .7rem;
  font-weight: 950;
}




.belt-exam-evaluation-summary-chip.is-apt {
  background: #dcfce7;
  color: #15803d;
}




.belt-exam-evaluation-summary-chip.is-not-apt,
.belt-exam-evaluation-summary-chip.is-absent,
.belt-exam-evaluation-summary-chip.is-withdrawn {
  background: #fee2e2;
  color: #dc2626;
}




.belt-exam-result-requirements-notice {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: normal;
}




.belt-exam-result-requirements-notice i {
  font-size: .7rem;
}




.belt-exam-result-requirements-notice strong {
  color: inherit;
  font-size: .7rem;
  font-weight: 950;
}




.belt-exam-promotion-validation {
  max-width: 180px;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}




.belt-exams-table-message {
  grid-column: 1 / -1;
  justify-content: center;
  color: #667085;
  font-weight: 900;
}




@media(max-width: 768px) {
.belt-exams-table {
    --app-table-min-width: 0 !important;
    --app-table-padding: 0 !important;
    overflow-x: visible;
  }




  .belt-exams-table .app-table-body {
    display: grid;
    gap: 12px;
  }




  .belt-exams-table .app-table-row:not(.app-table-head),
.belt-exams-table .app-table-body .app-table-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }




  .belt-exams-table .belt-exams-name.app-table-mobile-main {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px;
  }




  .belt-exams-table .belt-exams-name>div {
    min-width: 0;
  }




  .belt-exams-table .belt-exams-name strong,
.belt-exams-table .belt-exams-name span {
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }




  .belt-exams-table .app-table-mobile-detail {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 11px 14px;
    border-top: 1px solid var(--app-table-border);
  }




  .belt-exams-table .app-table-row.is-expanded .app-table-mobile-detail {
    display: flex;
  }




  .belt-exams-table .app-table-mobile-label {
    flex: 0 0 42%;
    text-align: left;
  }




  .belt-exams-table .app-table-mobile-value {
    max-width: 58%;
    justify-content: flex-end;
    text-align: right;
  }




  .belt-exams-table .app-table-actions {
    padding-right: 14px;
    justify-content: space-between;
  }




  .belt-exams-table .app-table-actions .app-table-actions-buttons {
    max-width: 58%;
    justify-content: flex-end;
  }
}




body.belts-clean-page .belts-swal-popup.belt-exams-modal {
  width: min(1360px, calc(100vw - 24px)) !important;
  max-width: min(1360px, calc(100vw - 24px)) !important;
  overflow: visible !important;
}




body.belts-clean-page .belts-swal-popup.belt-exam-awarder-modal {
  width: min(640px, calc(100vw - 24px)) !important;
  max-width: min(640px, calc(100vw - 24px)) !important;
}




body.belts-clean-page .belts-swal-popup.belt-exam-awarder-bulk-modal {
  width: min(820px, calc(100vw - 24px)) !important;
  max-width: min(820px, calc(100vw - 24px)) !important;
}




body.belts-clean-page .belts-swal-popup.belt-exam-result-confirmation-modal {
  width: min(620px, calc(100vw - 24px)) !important;
  max-width: min(620px, calc(100vw - 24px)) !important;
}




body.belts-clean-page .belt-exam-result-confirmation-modal .belt-exams-form {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}




body.belts-clean-page .belt-exam-result-confirmation-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fbfcfd;
}




body.belts-clean-page .belt-exam-result-confirmation-row>div {
  min-width: 0;
}




body.belts-clean-page .belt-exam-result-confirmation-row>div>span:first-child {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}




body.belts-clean-page .belt-exam-result-confirmation-list {
  display: grid;
  gap: 8px;
}




@media(max-width: 540px) {
body.belts-clean-page .belt-exam-result-confirmation-row {
    grid-template-columns: minmax(0, 1fr);
  }
}




body.belts-clean-page .belt-exam-result-confirmation-modal .swal2-html-container {
  margin-top: 10px !important;
}




body.belts-clean-page .belt-exam-awarder-modal .belt-exams-form {
  grid-template-columns: minmax(0, 1fr);
}




body.belts-clean-page .belt-exam-awarder-bulk-modal .belt-exam-bulk-awarder-form {
  grid-template-columns: minmax(0, 1fr);
}




body.belts-clean-page .belt-exam-awarder-group {
  padding: 12px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  background: #fcfcfd;
}




body.belts-clean-page .belt-exams-modal .belts-swal-text,
body.belts-clean-page .belt-exams-modal .swal2-html-container {
  width: 100% !important;
  max-width: 100% !important;
  max-height: min(78vh, 860px) !important;
  overflow-y: auto !important;
  overflow-x: visible !important;
  padding-right: 4px !important;
}




.belt-exams-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}




.belt-exams-form label,
.belt-exams-status-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}




.belt-exams-form label>span,
.belt-exams-status-form label>span,
.belt-exams-detail-grid span,
.belt-exams-detail-description span {
  color: #344054;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exams-form .belt-exams-help-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}




.belt-exams-form-section-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 -2px;
  color: #101828;
}




.belt-exams-form-section-title::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: #e6eaf0;
}




.belt-exams-form-section-title strong {
  color: #344054;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exams-help-icon {
  position: relative;
  z-index: 3600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  line-height: 1;
  cursor: help;
  flex: 0 0 auto;
}




.belt-exams-help-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 3601;
  width: min(260px, 76vw);
  padding: 10px 12px;
  border-radius: 12px;
  background: #101828;
  color: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .2);
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.35;
  text-transform: none;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}




.belt-exams-form>label:nth-child(3n + 1) .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n + 1) .belt-exams-help-tooltip {
  left: -8px;
  transform: translateY(4px);
}




.belt-exams-form>label:nth-child(3n + 1) .belt-exams-help-tooltip::after,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n + 1) .belt-exams-help-tooltip::after {
  left: 18px;
}




.belt-exams-form>label:nth-child(3n) .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n) .belt-exams-help-tooltip,
.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-tooltip {
  right: -8px;
  left: auto;
  transform: translateY(4px);
}




.belt-exams-form>label:nth-child(3n) .belt-exams-help-tooltip::after,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n) .belt-exams-help-tooltip::after,
.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-tooltip::after {
  right: 18px;
  left: auto;
}




.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:last-child .belt-exams-help-tooltip {
  top: auto;
  bottom: calc(100% + 10px);
}




.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-tooltip::after,
.belt-exams-form>.belt-exams-switch-field:last-child .belt-exams-help-tooltip::after {
  top: 100%;
  bottom: auto;
  transform: translate(-50%, -5px) rotate(45deg);
}




.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-tooltip::after,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n):last-child .belt-exams-help-tooltip::after {
  transform: translate(0, -5px) rotate(45deg);
}




.belt-exams-help-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 10px;
  height: 10px;
  background: #101828;
  transform: translate(-50%, 5px) rotate(45deg);
}




.belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-help-icon:focus-within .belt-exams-help-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}




.belt-exams-form>label:nth-child(3n + 1) .belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-form>label:nth-child(3n + 1) .belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-form>label:nth-child(3n + 1) .belt-exams-help-icon:focus-within .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n + 1) .belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n + 1) .belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n + 1) .belt-exams-help-icon:focus-within .belt-exams-help-tooltip,
.belt-exams-form>label:nth-child(3n) .belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-form>label:nth-child(3n) .belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-form>label:nth-child(3n) .belt-exams-help-icon:focus-within .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n) .belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n) .belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-form>.belt-exams-switch-field:nth-child(3n) .belt-exams-help-icon:focus-within .belt-exams-help-tooltip,
.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-icon:hover .belt-exams-help-tooltip,
.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-icon:focus .belt-exams-help-tooltip,
.belt-exams-form>label.belt-exams-form-wide .belt-exams-help-icon:focus-within .belt-exams-help-tooltip {
  transform: translateY(0);
}




.belt-exams-form input,
.belt-exams-form select,
.belt-exams-form textarea,
.belt-exams-status-form select {
  width: 100%;
  border: 1px solid #d8dde7;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  padding: 0 14px;
  outline: none;
  font: inherit;
  font-weight: 750;
}




.belt-exams-form input,
.belt-exams-form select,
.belt-exams-status-form select {
  height: 48px;
}




.belt-exams-form textarea {
  min-height: 110px;
  padding: 12px 14px;
  resize: vertical;
}




.belt-exams-form input:focus,
.belt-exams-form select:focus,
.belt-exams-form textarea:focus,
.belt-exams-status-form select:focus {
  border-color: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .09);
}




.belt-exams-form-wide {
  grid-column: 1 / -1;
}




.belt-exams-requirements-section {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 26, 26, .2);
  border-left: 4px solid var(--belts-red, #ff1a1a);
  border-radius: 16px;
  background: #fffafa;
}




.belt-exams-requirements-head {
  display: grid;
  gap: 4px;
}




.belt-exams-requirements-head strong {
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
}




.belt-exams-requirements-head span {
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
}




.belt-exams-requirements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}




.belt-exams-requirement-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
}




.belt-exams-requirement-card>strong {
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
}




.belt-exams-requirement-title .belt-exams-help-label {
  align-items: flex-start;
}




.belt-exams-requirement-title .belt-exams-help-label>span:first-child {
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: none;
}




.belt-exams-requirement-switches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}




.belt-exams-requirement-switch {
  min-height: 34px;
}




.belt-exams-requirement-switch>span:last-child {
  color: #344054;
  font-size: .7rem;
  font-weight: 850;
  text-transform: uppercase;
}




.belt-exams-status-form {
  display: grid;
  gap: 14px;
  text-align: left;
}




.belt-exams-detail {
  display: grid;
  gap: 18px;
  text-align: left;
}




.belt-exams-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--belts-border, #e6e9ef);
}




.belt-exams-detail-head strong {
  color: #101828;
  font-size: 1.15rem;
  font-weight: 950;
}




.belt-exams-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}




.belt-exams-detail-grid div {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
}




.belt-exams-detail-grid strong,
.belt-exams-detail-description p {
  margin: 0;
  color: #101828;
  font-size: .88rem;
  font-weight: 850;
}




.belt-exams-detail-description {
  display: grid;
  gap: 8px;
}




.belt-exams-modalities-manager {
  display: grid;
  gap: 16px;
  text-align: left;
}




.belt-exams-modalities-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--belts-border, #e6e9ef);
}




.belt-exams-modalities-head div {
  display: grid;
  gap: 5px;
  min-width: 0;
}




.belt-exams-modalities-head span {
  color: #667085;
  font-size: .78rem;
  font-weight: 850;
}




.belt-exams-modalities-head strong {
  color: #101828;
  font-size: 1.06rem;
  font-weight: 950;
}




.belt-exams-modalities-list {
  display: grid;
  gap: 12px;
  max-height: min(560px, 62vh);
  overflow: auto;
  padding: 2px 4px 2px 0;
}




.belt-exams-modalities-list::-webkit-scrollbar {
  width: 8px;
}




.belt-exams-modalities-list::-webkit-scrollbar-thumb {
  background: var(--belts-red, #ff1a1a);
  border-radius: 999px;
}




.belt-exams-modality-card {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
}




.belt-exams-modality-card-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}




.belt-exams-modality-card-title>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}




.belt-exams-modality-card-title strong,
.belt-exams-modality-card-title span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exams-modality-card-title strong {
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
}




.belt-exams-modality-card-title span {
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
  margin-top: 3px;
}




.belt-exams-modality-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}




.belt-exams-modality-card-grid div {
  display: grid;
  gap: 4px;
  min-width: 0;
}




.belt-exams-modality-card-grid span {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exams-modality-card-grid strong {
  color: #101828;
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.25;
}




.belt-exams-modality-card-actions {
  display: flex;
  justify-content: flex-end;
}




.belt-exams-modality-form {
  align-items: end;
}




.belt-exams-form-switch {
  display: flex !important;
  min-height: 48px;
}




.belt-exams-promotions-manager {
  display: grid;
  gap: 16px;
  text-align: left;
}




.belt-exams-promotions-list {
  display: grid;
  gap: 12px;
  max-height: min(580px, 64vh);
  overflow: auto;
  padding: 2px 4px 2px 0;
}




.belt-exams-promotions-list::-webkit-scrollbar {
  width: 8px;
}




.belt-exams-promotions-list::-webkit-scrollbar-thumb {
  background: var(--belts-red, #ff1a1a);
  border-radius: 999px;
}




.belt-exams-promotion-card {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
}




.belt-exams-promotion-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}




.belt-exams-promotion-route>i {
  color: var(--belts-red, #ff1a1a);
  font-size: .9rem;
}




.belt-exams-promotion-endpoint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}




.belt-exams-promotion-endpoint .belt-svg-icon,
.belt-exams-promotion-endpoint .belt-level-icon,
.belt-exams-promotion-rank-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}




.belt-exams-promotion-empty-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #f2f4f7;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
}




.belt-exams-promotion-endpoint div {
  min-width: 0;
}




.belt-exams-promotion-endpoint span,
.belt-exams-promotion-endpoint strong,
.belt-exams-promotion-endpoint small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exams-promotion-endpoint span {
  color: #667085;
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exams-promotion-endpoint strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
}




.belt-exams-promotion-endpoint small {
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
}




.belt-exams-promotion-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}




.belt-exams-promotion-card-grid div {
  display: grid;
  gap: 4px;
  min-width: 0;
}




.belt-exams-promotion-card-grid span {
  color: #667085;
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exams-promotion-card-grid strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.25;
}




.belt-exams-promotion-card-actions {
  display: flex;
  justify-content: flex-end;
}




.belt-exams-promotion-form {
  align-items: end;
}




.belt-exams-switch-field {
  display: grid;
  gap: 7px;
  align-self: stretch;
}




.belt-exams-switch-field .belt-exams-form-switch {
  min-height: 48px;
}




.belt-exams-form-switch .belt-exams-help-icon {
  color: var(--belts-red, #ff1a1a);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
}




.belt-exams-form-switch .belt-exams-help-tooltip {
  color: #fff;
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.35;
}




.belt-exam-content-summary {
  display: grid;
  gap: 16px;
}




.belt-exam-content-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--belts-border, #e6e9ef);
}




.belt-exam-content-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}




.belt-exam-content-summary-grid div,
.belt-exam-content-modality-meta div {
  display: grid;
  gap: 4px;
  min-width: 0;
}




.belt-exam-content-summary-grid span,
.belt-exam-content-modality-meta span {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exam-content-summary-grid strong,
.belt-exam-content-modality-meta strong {
  color: #101828;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.25;
}




.belt-exam-content-selected-modality {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 26, 26, .18);
  border-radius: 999px;
  background: rgba(255, 26, 26, .07);
  color: #b42318;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
}




.belt-exam-content-selected-modality span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-content-grid {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: start;
}




.belt-exam-content-modalities,
.belt-exam-content-promotions {
  display: grid;
  gap: 12px;
  min-width: 0;
}




.belt-exam-content-modalities {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  align-items: stretch;
}




body[data-belt-exam-page="registrations"] .belt-exam-content-modalities {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}




.belt-exam-content-modality-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  height: 100%;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}




.belt-exam-content-modality-card.active {
  border-color: rgba(255, 26, 26, .34);
  background: #fffafa;
  box-shadow: 0 12px 28px rgba(255, 26, 26, .08);
}




.belt-exam-content-selected-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--belts-red, #ff1a1a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  box-shadow: 0 10px 20px rgba(255, 26, 26, .24);
  border: 3px solid #fff;
}




.belt-exam-content-modality-card.active .belt-exam-content-modality-main {
  padding-right: 36px;
}




.belt-exam-content-modality-main {
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0;
  text-align: left;
  cursor: pointer;
}




.belt-exam-content-modality-main>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}




.belt-exam-content-modality-main strong,
.belt-exam-content-modality-main small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-content-modality-main strong {
  color: #101828;
  font-size: .94rem;
  font-weight: 950;
}




.belt-exam-content-modality-main small {
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
  margin-top: 3px;
}




.belt-exam-content-modality-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}




.belt-exam-content-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}




.belt-exam-content-card-actions .tertiary-btn,
.belt-exams-promotion-card-actions .tertiary-btn {
  min-height: 38px;
  padding: 0 12px;
}




.belt-exam-content-tribunals-panel {
  margin-top: 20px;
}




.belt-exam-content-tribunals,
.belt-exam-tribunals-list {
  display: grid;
  gap: 16px;
  min-width: 0;
}




.belt-exam-tribunals-list {
  grid-template-columns: 1fr;
}




.belt-exam-tribunal-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .04);
}




.belt-exam-tribunal-head,
.belt-exam-tribunal-members-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}




.belt-exam-tribunal-head-actions,
.belt-exam-tribunal-member-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  flex: 0 0 auto;
}




.belt-exam-tribunal-head-actions .tertiary-btn,
.belt-exam-tribunal-member-actions .tertiary-btn {
  width: auto;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  gap: 7px;
  white-space: nowrap;
}




.belt-exam-tribunal-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}




.belt-exam-tribunal-title>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}




.belt-exam-tribunal-title span,
.belt-exam-tribunal-title strong,
.belt-exam-tribunal-title small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-tribunal-title strong {
  color: #101828;
  font-size: .94rem;
  font-weight: 950;
}




.belt-exam-tribunal-title small {
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
  margin-top: 3px;
}




.belt-exam-tribunal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}




.belt-exam-tribunal-grid div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: #f8fafc;
}




.belt-exam-tribunal-grid span {
  color: #667085;
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exam-tribunal-grid strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.25;
}




.belt-exam-tribunal-members {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid #edf0f4;
}




.belt-exam-tribunal-members-head strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}




.belt-exam-tribunal-members-head .tertiary-btn {
  width: auto;
  min-width: 0;
  min-height: 36px;
  padding: 0 12px;
  gap: 8px;
  white-space: nowrap;
}




.belt-exam-tribunal-members-list {
  display: grid;
  gap: 0;
  min-width: 0;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}




.belt-exam-tribunal-member {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
}




.belt-exam-tribunal-member:last-child {
  border-bottom: 0;
}




.belt-exam-tribunal-member:nth-child(even) {
  background: #fbfcfd;
}




.belt-exam-tribunal-member.is-inactive {
  background: #f8fafc;
  opacity: .72;
}




.belt-exam-tribunal-member.is-inactive .belt-exam-tribunal-member-avatar {
  background: #eef2f6;
  color: #667085;
}




.belt-exam-tribunal-member-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 26, 26, .1);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 950;
  flex: 0 0 auto;
}




.belt-exam-tribunal-member-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-exam-tribunal-member-main strong,
.belt-exam-tribunal-member-main small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-tribunal-member-main strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
}




.belt-exam-tribunal-member-main small {
  color: #667085;
  font-size: .7rem;
  font-weight: 800;
}




.belt-exam-tribunal-member-main em {
  color: #344054;
  font-style: normal;
  font-weight: 900;
}




.belt-exam-content-registrations-panel {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}




.belt-exam-content-registrations {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}




.belt-exam-registration-action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  min-width: min(360px, 100%);
}




.belt-exam-registration-action .toolbar-btn {
  width: auto;
  min-width: 170px;
}




.belt-exam-registration-action-notice {
  max-width: 340px;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid rgba(255, 26, 26, .16);
  border-radius: 12px;
  background: rgba(255, 26, 26, .07);
  color: #b42318;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: left;
}




.belt-exam-registration-action-notice i {
  margin-top: 2px;
  color: var(--belts-red, #ff1a1a);
}




.belt-exam-registrations-filters {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(180px, 1fr)) minmax(120px, auto);
  align-items: end;
  justify-content: stretch;
  gap: 12px;
  margin-left: 0;
}




.belt-exam-registrations-filters .select2-container--default .select2-selection--single {
  min-width: 0;
}




.belt-exam-registrations-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-registrations-filters .toolbar-btn {
  width: 100%;
  min-width: 120px;
  height: 46px;
  padding: 0 16px;
}




.belt-exam-registration-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}




.belt-exam-registration-form .select2-container {
  width: 100% !important;
}




.belt-exam-registration-form .select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background: #fff;
}




.belt-exam-registration-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 46px;
  padding-left: 14px;
  padding-right: 36px;
}




.belt-exam-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 8px;
}




.belt-exam-registration-form .select2-container--default.select2-container--focus .select2-selection--single,
.belt-exam-registration-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 26, 26, .46);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.belt-exam-athlete-select-option {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-exam-athlete-select-option>span,
.belt-exam-athlete-select-option small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-athlete-select-option small {
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
}




.belt-exam-athlete-select-option em {
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-red, #ff1a1a);
  font-style: normal;
  font-weight: 950;
}




.belt-exam-athlete-select-option.is-blocked em {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exam-athlete-select-option.is-registered em {
  background: #eef4ff;
  color: #3538cd;
}




.belt-exam-athlete-registration-phases {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 100%;
  min-width: 0;
  margin-top: 3px;
}




.belt-exam-athlete-registration-phases>span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-athlete-registration-phases .is-valid,
.belt-exam-athlete-registration-phases .is-validated,
.belt-exam-athlete-registration-phases .is-approved,
.belt-exam-athlete-registration-phases .is-ready,
.belt-exam-athlete-registration-phases .is-ready-to-confirm,
.belt-exam-athlete-registration-phases .is-promoted,
.belt-exam-athlete-registration-phases .is-overridden,
.belt-exam-athlete-registration-phases .is-not-applicable,
.belt-exam-athlete-registration-phases .is-completed,
.belt-exam-athlete-registration-phases .is-confirmed,
.belt-exam-athlete-registration-phases .is-present {
  background: #dcfce7;
  color: #15803d;
}




.belt-exam-athlete-registration-phases .is-pending,
.belt-exam-athlete-registration-phases .is-submitted,
.belt-exam-athlete-registration-phases .is-draft,
.belt-exam-athlete-registration-phases .is-not-ready,
.belt-exam-athlete-registration-phases .is-pending-validation,
.belt-exam-athlete-registration-phases .is-late,
.belt-exam-athlete-registration-phases .is-excused {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exam-athlete-registration-phases .is-calculated {
  background: #dbeafe;
  color: #1d4ed8;
}




.belt-exam-athlete-registration-phases .is-invalid,
.belt-exam-athlete-registration-phases .is-rejected,
.belt-exam-athlete-registration-phases .is-cancelled,
.belt-exam-athlete-registration-phases .is-exception-required,
.belt-exam-athlete-registration-phases .is-absent,
.belt-exam-athlete-registration-phases .is-not-apt,
.belt-exam-athlete-registration-phases .is-withdrawn {
  background: #fee2e2;
  color: #dc2626;
}




.belt-exam-registration-transition-field {
  grid-column: 1 / -1;
}




.belt-exam-bulk-panel {
  display: grid;
  gap: 16px;
}




.belt-exam-bulk-controls {
  display: grid;
  gap: 14px;
}




.belt-exam-bulk-filters {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(280px, 1.25fr) minmax(240px, 1fr) auto;
  align-items: end;
  gap: 12px;
}




.belt-exam-bulk-defaults {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(260px, 1.1fr) auto;
  align-items: end;
  gap: 12px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}




.belt-exam-bulk-controls .select2-container {
  width: 100% !important;
}




.belt-exam-bulk-controls .toolbar-btn {
  width: 100%;
  min-width: 130px;
  min-height: 46px;
  padding: 0 15px;
}




.belt-exam-bulk-defaults .toolbar-btn {
  min-width: 170px;
}




.belt-exam-bulk-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 9px 11px;
  border: 1px solid rgba(255, 26, 26, .16);
  border-radius: 12px;
  background: rgba(255, 26, 26, .07);
  color: #b42318;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.3;
}




.belt-exam-bulk-notice i {
  color: var(--belts-red, #ff1a1a);
}




.belt-exam-bulk-table .app-table-row {
  grid-template-columns: 56px minmax(240px, 1.05fr) minmax(240px, 1fr) minmax(180px, .7fr) minmax(230px, .9fr) minmax(270px, 1fr) minmax(128px, .45fr);
  min-width: 1500px;
}




.belt-exam-bulk-table .app-table-row.is-selected {
  background: #fffafa;
}




.belt-exam-bulk-table .select2-container {
  max-width: 100%;
}




.belt-exam-bulk-table .app-table-actions {
  justify-content: flex-end;
  padding-right: 14px;
}




.belt-exam-bulk-table .app-table-actions button {
  width: auto;
  min-width: 96px;
  height: 38px;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0 13px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}




.belt-exam-bulk-table .app-table-actions .danger-btn {
  color: var(--belts-red, #ff1a1a);
  border-color: rgba(255, 26, 26, .2);
  background: rgba(255, 26, 26, .06);
}




.belt-exam-bulk-notes-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  color: #101828;
  font-size: .84rem;
  font-weight: 800;
  outline: none;
  padding: 0 12px;
}




.belt-exam-bulk-notes-input:focus {
  border-color: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.belt-exam-bulk-current-rank .belt-svg-icon,
.belt-exam-bulk-current-rank .belt-level-icon,
.belt-exam-bulk-current-rank .belt-exams-promotion-empty-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}




.belt-exam-bulk-eligibility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}




.belt-exam-bulk-eligibility-wrap {
  display: grid;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
}




.belt-exam-bulk-eligibility span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}




.belt-exam-bulk-registration-state {
  color: #667085;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.3;
}




.belt-exam-bulk-eligibility.is-available {
  background: #dcfce7;
  color: #15803d;
}




.belt-exam-bulk-eligibility.is-registered {
  background: #eef4ff;
  color: #3538cd;
}




.belt-exam-bulk-eligibility.is-blocked {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exam-bulk-result {
  display: grid;
  gap: 12px;
  text-align: left;
}




.belt-exam-bulk-result-group {
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}




.belt-exam-bulk-result-group summary {
  min-height: 58px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}




.belt-exam-bulk-result-group summary::-webkit-details-marker {
  display: none;
}




.belt-exam-bulk-result-group summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #98a2b3;
  transition: transform .16s ease;
  flex: 0 0 auto;
}




.belt-exam-bulk-result-group[open] summary::after {
  transform: rotate(180deg);
}




.belt-exam-bulk-result-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}




.belt-exam-bulk-result-group summary strong {
  min-width: 38px;
  min-height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f7;
  color: #101828;
  font-size: .94rem;
  font-weight: 950;
  flex: 0 0 auto;
}




.belt-exam-bulk-result-title {
  min-width: 0;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.25;
}




.belt-exam-bulk-result-group.is-success summary strong {
  background: #dcfce7;
  color: #15803d;
}




.belt-exam-bulk-result-group.is-error summary strong {
  background: #fee2e2;
  color: #dc2626;
}




.belt-exam-bulk-result-list {
  display: grid;
  gap: 8px;
  max-height: min(360px, 48vh);
  overflow-y: auto;
  padding: 0 14px 14px;
}




body.belts-clean-page .belt-exam-bulk-result-modal .swal2-html-container {
  max-height: min(72vh, 760px) !important;
}




body.belts-clean-page .belt-exam-bulk-result-modal .belt-exam-bulk-result-list {
  max-height: min(300px, 34vh);
}




.belt-exam-bulk-result-list::-webkit-scrollbar {
  width: 8px;
}




.belt-exam-bulk-result-list::-webkit-scrollbar-track {
  background: #f2f4f7;
  border-radius: 999px;
}




.belt-exam-bulk-result-list::-webkit-scrollbar-thumb {
  background: var(--belts-red, #ff1a1a);
  border-radius: 999px;
}




.belt-exam-bulk-result-row,
.belt-exam-bulk-result-empty {
  min-width: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
}




.belt-exam-bulk-result-row strong {
  display: block;
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}




.belt-exam-bulk-result-row span,
.belt-exam-bulk-result-empty {
  display: block;
  color: #667085;
  font-size: .76rem;
  font-weight: 850;
  margin-top: 3px;
}




.belt-exam-registration-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}




.belt-exam-registration-bulk-count {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  color: #667085;
  font-size: .8rem;
  font-weight: 900;
}




.belt-exam-registration-bulk-title {
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.1;
}




.belt-exam-registration-bulk-selected {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}




.belt-exam-registration-bulk-count strong {
  min-width: 30px;
  min-height: 30px;
  border-radius: 999px;
  background: #fff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}




.belt-exam-registration-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}




.belt-exam-registration-bulk-actions .toolbar-btn {
  width: auto;
  min-width: 0;
  height: 38px;
  padding: 0 13px;
  gap: 8px;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}




.belt-exam-registration-bulk-actions .danger-btn {
  color: var(--belts-red, #ff1a1a);
  border-color: rgba(255, 26, 26, .2);
  background: rgba(255, 26, 26, .06);
}




body.belts-clean-page .belt-exam-registration-bulk-actions .success-btn,
body.belts-clean-page .belt-exam-registration-bulk-actions [data-belt-exam-content-bulk-validate] {
  color: #15803d !important;
  border-color: rgba(22, 163, 74, .28) !important;
  background: rgba(22, 163, 74, .10) !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .10) !important;
}




body.belts-clean-page .belt-exam-registration-bulk-actions .success-btn:not(:disabled),
body.belts-clean-page .belt-exam-registration-bulk-actions [data-belt-exam-content-bulk-validate]:not(:disabled) {
  color: #166534 !important;
  border-color: rgba(34, 197, 94, .34) !important;
  background: #dcfce7 !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .10) !important;
}




body.belts-clean-page .belt-exam-registration-bulk-actions .success-btn:not(:disabled):hover,
body.belts-clean-page .belt-exam-registration-bulk-actions [data-belt-exam-content-bulk-validate]:not(:disabled):hover {
  color: #14532d !important;
  border-color: rgba(22, 163, 74, .42) !important;
  background: #bbf7d0 !important;
}




.belt-exam-registration-select-cell {
  justify-content: center;
}




.belt-exam-registration-check {
  width: 28px;
  height: 28px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}




.belt-exam-registration-check input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}




.belt-exam-registration-check input:disabled {
  cursor: not-allowed;
}




.belt-exam-registration-check span {
  width: 20px;
  height: 20px;
  border: 2px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .16s ease, background .16s ease;
}




.belt-exam-registration-check input:checked+span {
  border-color: var(--belts-red, #ff1a1a);
  background: var(--belts-red, #ff1a1a);
}




.belt-exam-registration-check input:checked+span::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}




.belt-exam-registration-check input:disabled+span {
  background: #f2f4f7;
  border-color: #e4e7ec;
}




.belt-convalidation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 22px;
  align-items: start;
}




.belt-convalidation-form {
  margin: 0;
}




.belt-convalidation-form .belt-exams-help-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}




.belt-convalidation-form .belt-exams-help-icon {
  color: var(--belts-red, #ff1a1a) !important;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}




.belt-convalidation-form .belt-exams-help-tooltip {
  width: min(280px, 78vw);
  background: #101828;
  color: #fff !important;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none !important;
}




.belt-convalidation-form .belt-exams-help-tooltip::after {
  background: #101828;
}




.belt-convalidation-readonly-field {
  min-width: 0;
}




.belt-convalidation-origin-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr) minmax(260px, 2fr);
  gap: 18px;
  min-width: 0;
}




.belt-convalidation-rank-pairs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}




.belt-convalidation-form .belt-convalidation-rank-field {
  min-width: 0;
}




.belt-convalidation-readonly-value {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #f8fafc;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}




.belt-convalidation-applicant-section {
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fbfcfd;
}




.belt-convalidation-applicant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}




.belt-convalidation-applicant-section.is-detail .belt-convalidation-applicant-grid {
  grid-template-columns: minmax(0, 1fr);
}




.belt-convalidation-applicant-section.is-detail .belt-convalidation-section-head p,
.belt-convalidation-applicant-section.is-detail .belt-convalidation-applicant-note {
  display: none;
}




.belt-convalidation-applicant-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 74px;
  padding: 12px 42px 12px 12px;
  border: 1px solid rgba(16, 24, 40, .1);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}




.belt-convalidation-applicant-card:hover,
.belt-convalidation-applicant-card.is-selected {
  border-color: rgba(220, 38, 38, .32);
  background: #fff;
  box-shadow: 0 10px 22px rgba(16, 24, 40, .07);
}




.belt-convalidation-applicant-card.is-readonly {
  cursor: default;
  padding-right: 12px;
}




.belt-convalidation-applicant-card.is-readonly:hover {
  transform: none;
}




.belt-convalidation-applicant-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f2f4f7;
  color: #344054;
}




.belt-convalidation-applicant-avatar.is-family {
  background: #fff1f2;
  color: #dc2626;
}




.belt-convalidation-applicant-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}




.belt-convalidation-applicant-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-convalidation-applicant-copy strong,
.belt-convalidation-applicant-copy small {
  overflow-wrap: anywhere;
}




.belt-convalidation-applicant-copy strong {
  color: #344054;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.2;
}




.belt-convalidation-applicant-copy small {
  color: #667085;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
}




.belt-convalidation-applicant-check {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #d0d5dd;
  opacity: .8;
}




.belt-convalidation-applicant-card.is-selected .belt-convalidation-applicant-check {
  color: #dc2626;
  opacity: 1;
}




.belt-convalidation-applicant-note {
  margin: 10px 0 0;
  color: #667085;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}




.belt-convalidation-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}




.belt-convalidation-section-head h2,
.belt-convalidation-section-head h3 {
  margin: 2px 0 0;
  color: #101828;
  font-weight: 950;
}




.belt-convalidation-section-head p {
  max-width: 720px;
  margin: 6px 0 0;
  color: #667085;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.45;
}




.belt-convalidation-notes {
  margin-top: 14px;
}




.belt-convalidation-notes textarea {
  min-height: 112px;
  resize: vertical;
}




.belt-convalidation-documents {
  margin-top: 24px;
}




.belt-convalidation-documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}




.belt-convalidation-document-card {
  display: grid;
  grid-template-columns: 42px minmax(180px, 220px) minmax(220px, .9fr) minmax(220px, 1fr) auto;
  align-items: center;
  gap: 12px 14px;
  min-height: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}




.belt-convalidation-document-card:hover,
.belt-convalidation-document-card.has-file {
  border-color: rgba(220, 38, 38, .2);
  box-shadow: 0 10px 22px rgba(16, 24, 40, .06);
}




.belt-convalidation-document-card>span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #344054;
}




.belt-convalidation-document-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fef3f2;
  color: #dc2626;
}




.belt-convalidation-document-icon i {
  font-size: .9rem;
}




.belt-convalidation-document-card strong {
  min-width: 0;
  color: #344054;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.25;
}




.belt-convalidation-document-card input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}




.belt-convalidation-file-box,
.belt-convalidation-document-notes-field,
.belt-convalidation-document-kind-field {
  min-width: 0;
}




.belt-convalidation-file-box {
  display: grid;
  gap: 5px;
  cursor: pointer;
}




.belt-convalidation-document-notes-field {
  margin: 0;
}




.belt-convalidation-document-remove {
  min-width: 0;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  align-self: center;
  border-radius: 12px;
}




.belt-convalidation-document-remove i {
  font-size: .9rem;
}




.belt-convalidation-add-document {
  margin-top: 10px;
}




.belt-convalidation-file-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #344054;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}




.belt-convalidation-file-cta i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: .8rem;
}




.belt-convalidation-document-card:hover .belt-convalidation-file-cta,
.belt-convalidation-document-card.has-file .belt-convalidation-file-cta {
  border-color: rgba(220, 38, 38, .28);
  background: #fff7f7;
  color: #b42318;
}




.belt-convalidation-file-name {
  min-height: 14px;
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}




.belt-convalidation-document-card.has-file .belt-convalidation-file-name {
  color: #344054;
}




.belt-convalidation-uploaded-documents {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}




.belt-convalidation-uploaded-title {
  color: #344054;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}




.belt-convalidation-uploaded-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fff;
}




.belt-convalidation-uploaded-item>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #344054;
  font-size: .84rem;
  font-weight: 850;
}




.belt-convalidation-uploaded-item>span i {
  color: #dc2626;
}




.belt-convalidation-uploaded-item .toolbar-btn {
  min-height: 34px;
  padding: 7px 10px;
}




.belt-convalidation-pending-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.4;
}




.belt-convalidation-pending-note i {
  margin-top: 2px;
}




.belt-convalidation-review-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, .24);
  border-radius: 8px;
  background: #fffaeb;
  color: #92400e;
}




.belt-convalidation-review-note.d-none {
  display: none;
}




.belt-convalidation-review-note i {
  margin-top: 2px;
  color: #b54708;
}




.belt-convalidation-review-note span {
  display: grid;
  gap: 4px;
  min-width: 0;
}




.belt-convalidation-review-note strong {
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}




.belt-convalidation-review-note small {
  color: #92400e;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}




.belt-convalidation-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}




.belt-convalidation-current-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 24, 40, .08);
}




.belt-convalidation-current-actions.d-none {
  display: none;
}




.belt-convalidation-current-actions .toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(16, 24, 40, .1);
  border-radius: 10px;
  background: #fff;
  color: #344054;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
}




.belt-convalidation-current-actions .success-btn {
  border-color: rgba(22, 163, 74, .22);
  background: rgba(22, 163, 74, .08);
  color: #15803d;
}




.belt-convalidation-current-actions .danger-btn {
  border-color: rgba(255, 26, 26, .18);
  background: rgba(255, 26, 26, .07);
  color: var(--belts-red, #ff1a1a);
}




.belt-convalidation-side-card p {
  color: #667085;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}




.belt-convalidation-steps {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}




.belt-convalidation-steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fff;
}




.belt-convalidation-steps i {
  width: 22px;
  color: #dc2626;
  text-align: center;
}




.belt-convalidation-steps strong {
  color: #344054;
  font-size: .84rem;
  font-weight: 900;
}




.belt-convalidation-requests-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}




.belt-convalidation-request-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 12px;
}




.belt-convalidation-request-item {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fff;
}




.belt-convalidation-request-item>div:not(.belt-convalidation-request-actions) {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-convalidation-request-item>div strong,
.belt-convalidation-request-item>div span {
  overflow-wrap: anywhere;
}




.belt-convalidation-request-item>div strong {
  color: #344054;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.25;
}




.belt-convalidation-request-item>div span {
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.25;
}




.belt-convalidation-request-item>span:not(.belt-convalidation-status) {
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}




.belt-convalidation-request-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}




.belt-convalidation-request-item>.belt-convalidation-request-actions {
  display: flex;
}




.belt-convalidation-recent-request-item {
  gap: 14px;
  padding: 14px;
}




.belt-convalidation-recent-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  min-width: 0;
}




.belt-convalidation-request-field {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-bottom: 2px;
}




.belt-convalidation-recent-request-grid .belt-convalidation-request-field>span {
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}




.belt-convalidation-recent-request-grid .belt-convalidation-request-field>strong {
  color: #344054;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.32;
  overflow-wrap: anywhere;
}




.belt-convalidation-recent-request-item .belt-convalidation-request-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding-top: 2px;
  justify-content: stretch;
}




.belt-convalidation-recent-detail-btn {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  padding: 9px 14px;
  font-size: .82rem;
  white-space: nowrap;
}




.belt-convalidation-recent-detail-btn span {
  white-space: nowrap;
}




.belt-convalidation-recent-request-item .belt-convalidation-request-actions .toolbar-btn {
  width: 100%;
  justify-content: center;
}




.belt-convalidation-request-actions .toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 11px;
  border-radius: 10px;
  font-size: .78rem;
}




.belt-convalidation-request-actions .dark-btn,
.belt-convalidation-request-actions .dark-btn i,
.belt-convalidation-request-actions .dark-btn span {
  color: #fff !important;
}




.belt-convalidations-list-page .belt-convalidation-layout {
  grid-template-columns: minmax(0, 1fr);
}




.belt-convalidations-list-page .belt-convalidation-shell {
  max-width: none;
  width: 100%;
}




.belt-convalidations-list-page .belt-convalidations-horizontal-tabs {
  display: none !important;
}




.belt-convalidations-workspace {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}




.belt-convalidations-side-menu {
  position: sticky;
  top: 92px;
  min-width: 0;
}




.belt-convalidations-side-menu nav {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .08);
}




.belt-convalidations-menu-group {
  display: grid;
  gap: 6px;
  min-width: 0;
}




.belt-convalidations-menu-group>span {
  color: #98a2b3;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}




.belt-convalidations-menu-group a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 6px 10px;
  border-radius: 12px;
  color: #344054;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}




.belt-convalidations-menu-group a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  font-size: .9rem;
}




.belt-convalidations-menu-group a span {
  min-width: 0;
  overflow: hidden;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-convalidations-menu-group a:hover,
.belt-convalidations-menu-group a.is-active {
  background: #fff1f3;
  color: #b42318;
  transform: translateX(2px);
}




.belt-convalidations-menu-group a:hover i,
.belt-convalidations-menu-group a.is-active i {
  background: #fee4e2;
  color: #d92d20;
}




.belt-convalidations-main-area {
  display: grid;
  gap: 18px;
  min-width: 0;
}




.belt-convalidations-filter-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
}




.belt-convalidations-filters-panel {
  margin-bottom: 0;
}




.belt-convalidations-filters-panel .belt-athletes-filter-grid {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}




.belt-convalidations-filter-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}




.belt-convalidations-visual-panel {
  display: grid;
  align-content: stretch;
  gap: 14px;
  min-height: 100%;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #101828;
}




.belt-convalidations-visual-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
}




.belt-convalidations-visual-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: #d92d20;
  font-size: 1.25rem;
}




.belt-convalidations-visual-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}




.belt-convalidations-visual-copy strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.15;
}




.belt-convalidations-visual-copy span {
  color: rgba(255, 255, 255, .78);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}




.belt-convalidations-visual-tags {
  align-self: end;
  display: grid;
  gap: 8px;
  min-width: 0;
}




.belt-convalidations-visual-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  width: fit-content;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
}




.belt-convalidations-visual-tags i {
  color: #f97066;
  font-size: .78rem;
}




.belt-convalidations-visual-tags em {
  min-width: 0;
  overflow: hidden;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-convalidations-list-panel {
  gap: 18px;
  min-width: 0;
}




.belt-convalidations-list-table {
  --app-table-columns: minmax(220px, 1.1fr) minmax(190px, .9fr) minmax(140px, .66fr) minmax(190px, .88fr) minmax(132px, .56fr) minmax(132px, .56fr) minmax(126px, .52fr) 282px;
  --app-table-min-width: 1500px;
  --app-table-row-gap: 14px;
  --app-table-row-padding: 14px 16px;
  --app-table-gap: 8px;
  --app-table-body-gap: 0;
  width: 100%;
}




.belt-convalidations-list-page .belt-convalidation-requests-list {
  display: flex;
  flex-direction: column;
  gap: var(--app-table-body-gap, 0);
  margin-top: 0;
}




.belt-convalidations-list-head {
  color: #667085 !important;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}




.belt-convalidations-list-page .belt-convalidation-request-item {
  grid-template-columns: var(--app-table-columns);
  gap: var(--app-table-row-gap);
  min-width: var(--app-table-min-width);
  padding: var(--app-table-row-padding);
  border-color: var(--app-table-border);
  border-radius: 0;
}




.belt-convalidations-list-page .app-table-body .belt-convalidation-request-item:first-child {
  border-top: 1px solid var(--app-table-border);
  border-top-left-radius: var(--app-table-row-radius);
  border-top-right-radius: var(--app-table-row-radius);
}




.belt-convalidations-list-page .app-table-body .belt-convalidation-request-item:last-child {
  border-bottom-left-radius: var(--app-table-row-radius);
  border-bottom-right-radius: var(--app-table-row-radius);
}




.belt-convalidations-list-page .belt-convalidation-person-cell {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-convalidation-person-summary,
.belt-convalidation-rank-summary {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}




.belt-convalidation-person-summary {
  gap: 12px;
}




.belt-convalidation-rank-summary {
  gap: 10px;
}




.belt-convalidation-person-summary>span:last-child,
.belt-convalidation-rank-summary>span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-convalidation-table-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f2f4f7;
  color: #344054;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
}




.belt-convalidation-table-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.belt-convalidation-person-summary .belt-athletes-avatar-fallback {
  color: #fff;
}




.belt-convalidation-rank-icon.belt-svg-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 26px;
}




.belt-convalidation-rank-icon.belt-level-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}




.belt-convalidation-rank-icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #344054;
}




.belt-convalidations-list-page .belt-convalidation-person-cell strong,
.belt-convalidations-list-page .belt-convalidation-person-cell small,
.belt-convalidations-list-page .belt-convalidation-rank-cell strong {
  overflow-wrap: anywhere;
}




.belt-convalidations-list-page .belt-convalidation-person-cell strong {
  color: #344054;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.25;
}




.belt-convalidations-list-page .belt-convalidation-person-cell small,
.belt-convalidations-list-page .belt-convalidation-request-item>.app-table-cell:not(.belt-convalidation-person-cell) {
  color: #667085;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}




.belt-convalidations-list-page .belt-convalidation-status {
  justify-self: start;
}




.belt-convalidations-list-page .belt-convalidation-request-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  justify-self: end;
  gap: 6px;
  min-width: 0;
}




.belt-convalidations-list-page .belt-convalidation-request-actions .toolbar-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  flex: 0 0 42px;
  padding: 0;
  border-radius: 14px;
  font-size: 15px;
}




.belt-convalidations-list-page .belt-convalidation-requests-pagination {
  min-width: var(--app-table-min-width, 1000px);
}




.belt-convalidation-requests-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 4px;
}




.belt-convalidation-requests-pagination span {
  color: #667085;
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}




.belt-convalidation-requests-pagination .toolbar-btn {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 10px;
  font-size: .76rem;
}




.belt-convalidation-status {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: normal;
  white-space: nowrap;
}




.belt-convalidation-recent-request-grid .belt-convalidation-status {
  width: 100%;
}




.belt-convalidation-status.is-submitted,
.belt-convalidation-status.is-under_review {
  background: #eff6ff;
  color: #1d4ed8;
}




.belt-convalidation-status.is-approved {
  background: #ecfdf3;
  color: #027a48;
}




.belt-convalidation-status.is-rejected,
.belt-convalidation-status.is-cancelled {
  background: #fef3f2;
  color: #b42318;
}




.belt-convalidation-status.is-changes_requested {
  background: #fffaeb;
  color: #b54708;
}




@media(max-width: 1024px) {
.belt-convalidation-layout {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidations-workspace,
.belt-convalidations-filter-stage {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidations-side-menu {
    position: static;
  }




  .belt-convalidations-side-menu nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }




  .belt-convalidations-filters-panel .belt-athletes-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-convalidations-visual-panel {
    min-height: 140px;
  }




  .belt-convalidation-document-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: start;
  }




  .belt-convalidation-file-box,
.belt-convalidation-document-kind-field,
.belt-convalidation-document-notes-field {
    grid-column: 2 / 3;
  }




  .belt-convalidation-document-remove {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
}




@media(max-width: 768px) {
body.belts-clean-page .belt-convalidations-workspace,
body.belts-clean-page .belt-convalidations-main-area {
    gap: 10px;
  }




  body.belts-clean-page[data-belt-requirements-context="global"] .belts-section-workspace,
body.belts-clean-page[data-belt-requirements-context="global"] .belts-section-main {
    gap: 14px;
  }




  body.belts-clean-page .belt-convalidations-side-menu {
    margin-bottom: 0;
  }




  body.belts-clean-page.belts-system-page .belts-system-note {
    margin: 0;
  }




  body.belts-clean-page[data-belt-requirements-context="global"] .quick-filters {
    margin-bottom: 4px;
  }




  body.belts-clean-page .belts-system-section {
    margin-top: 0;
  }




  body.belts-clean-page[data-belt-requirements-context="global"] .requirements-belts-section,
body.belts-clean-page[data-belt-requirements-context="global"] .requirements-detail-section,
body.belts-clean-page[data-belt-requirements-context="global"] .requirements-grid {
    margin-bottom: 16px;
  }




  body.belts-clean-page[data-belt-requirements-context="global"] .requirements-detail-section {
    padding-top: 16px;
  }




  body.belts-clean-page .belt-convalidations-side-menu {
    width: 100%;
  }




  body.belts-clean-page .belt-convalidations-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 8px;
  }




  body.belts-clean-page .belt-convalidations-filters-panel,
body.belts-clean-page .belt-convalidation-request-filters,
body.belts-clean-page .belt-exam-registrations-filters,
body.belts-clean-page .belt-exam-bulk-filters,
body.belts-clean-page .belt-analytics-filters-panel,
body.belts-clean-page .belts-staff-reports-filters {
    display: grid;
    gap: 12px;
  }




  body.belts-clean-page .belt-convalidations-filters-panel.is-collapsed,
body.belts-clean-page .belt-convalidation-request-filters.is-collapsed,
body.belts-clean-page .belt-exam-registrations-filters.is-collapsed,
body.belts-clean-page .belt-exam-bulk-filters.is-collapsed,
body.belts-clean-page .belt-analytics-filters-panel.is-collapsed,
body.belts-clean-page .belts-staff-reports-filters.is-collapsed {
    margin-bottom: 0;
  }




  body.belts-clean-page .belt-convalidations-side-menu.is-collapsed {
    margin-bottom: 8px;
  }
}




@media(max-width: 720px) {
.belt-convalidation-origin-details,
.belt-convalidation-rank-pairs,
.belt-convalidation-recent-request-grid {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidations-list-page .belt-convalidations-list-table {
    --app-table-min-width: 0;
    --app-table-row-gap: 0;
    overflow-x: visible;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    border-radius: 16px;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item>.app-table-mobile-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item>.app-table-mobile-detail {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 11px 14px;
    border-top: 1px solid var(--app-table-border);
  }




  .belt-convalidations-list-page .belt-convalidation-request-item.is-expanded>.app-table-mobile-detail {
    display: flex;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item .app-table-mobile-label {
    flex: 0 0 42%;
    text-align: left;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item .app-table-mobile-value {
    max-width: 58%;
    justify-content: flex-end;
    text-align: right;
  }




  .belt-convalidations-list-page .belt-convalidation-request-item .belt-convalidation-rank-summary {
    justify-content: flex-end;
  }




  .belt-convalidations-list-page .belt-convalidation-request-actions.app-table-actions {
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border-top: 1px solid var(--app-table-border);
  }




  .belt-convalidations-list-page .belt-convalidation-request-item.is-expanded .belt-convalidation-request-actions.app-table-actions {
    display: flex;
  }




  .belt-convalidations-list-page .belt-convalidation-request-actions .toolbar-btn,
.belt-convalidations-list-page .belt-convalidation-request-actions button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
  }




  .belt-convalidations-list-page .belt-convalidation-requests-pagination {
    min-width: 0;
    width: 100%;
  }




  .belt-convalidations-filters-panel .belt-athletes-filter-grid {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidations-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidation-document-card {
    grid-template-columns: minmax(0, 1fr);
  }




  .belt-convalidation-document-icon,
.belt-convalidation-file-box,
.belt-convalidation-document-kind-field,
.belt-convalidation-document-notes-field,
.belt-convalidation-document-remove {
    grid-column: auto;
    grid-row: auto;
  }




  .belt-convalidation-document-remove {
    justify-self: end;
  }
}




.belt-exam-registrations-scroll {
  display: block;
  width: 100%;
  inline-size: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  contain: inline-size;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 22px;
  background: linear-gradient(#e9edf3, #e9edf3) left bottom / 100% 12px no-repeat;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
  scrollbar-width: auto;
}




.belt-exam-registrations-scroll::-webkit-scrollbar {
  height: 12px;
}




.belt-exam-registrations-scroll::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e9edf3;
}




.belt-exam-registrations-scroll::-webkit-scrollbar-thumb {
  border: 3px solid #e9edf3;
  border-radius: 999px;
  background: rgba(255, 26, 26, .72);
}




.belt-exam-registrations-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(207, 21, 21, .9);
}




@media(pointer: fine) {
.belts-clean-page .belt-exam-registrations-scroll {
    cursor: grab;
  }




  .belts-clean-page .belt-exam-registrations-scroll.is-drag-scrolling {
    cursor: grabbing;
    user-select: none;
  }
}




.belt-exam-registrations-table {
  --app-table-columns: 56px minmax(220px, 1.05fr) minmax(280px, 1.2fr) minmax(126px, .56fr) minmax(108px, .48fr) minmax(108px, .48fr) minmax(108px, .48fr) minmax(136px, .6fr) minmax(136px, .6fr) minmax(108px, .48fr) minmax(136px, .6fr) minmax(188px, .74fr);
  --app-table-min-width: 1900px;
  width: max(100%, var(--app-table-min-width));
  min-width: 100%;
  max-width: none;
  overflow: visible;
  padding-bottom: 0;
  background: transparent;
}




.belts-clean-page .belt-exam-registrations-table {
  overflow: visible;
  padding-bottom: 0;
  background: transparent;
  cursor: inherit;
}




.belt-exam-registrations-table .app-table-row {
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
}




.belt-exam-registrations-table .app-table-body {
  min-width: 100%;
  width: 100%;
}




.belt-exam-table-head-two-line {
  display: inline-block;
  max-width: 72px;
  white-space: normal;
  line-height: 1.08;
}




.belt-exam-registrations-table .app-table-head>span:last-child {
  justify-self: stretch;
  padding-left: 4px;
  padding-right: 8px;
  text-align: left;
  box-sizing: border-box;
}




.belt-exam-registrations-table .app-table-actions {
  justify-self: stretch;
  justify-content: flex-start;
  padding-left: 4px;
  padding-right: 8px;
  box-sizing: border-box;
}




.belt-exam-registrations-table [data-belt-exam-registration-person-select] {
  cursor: pointer;
}




.belt-exam-registrations-table .belt-exam-registration-staff {
  max-width: 300px;
  min-width: 0;
}




.belt-exam-registrations-table .belt-exam-registration-staff strong,
.belt-exam-registrations-table .belt-exam-registration-staff small,
.belt-exam-registrations-table .belt-exam-registration-transition-text {
  overflow-wrap: anywhere;
  white-space: normal;
}




.belt-exam-registrations-table .belt-exam-registration-transition-route,
.belt-exam-registrations-table .belt-exam-registration-transition-text {
  max-width: 360px;
}




.belt-exam-registrations-table .belt-exams-status.is-ready-to-confirm {
  max-width: 118px;
  min-height: 34px;
  padding: 5px 10px;
  line-height: 1.08;
  white-space: normal;
  text-align: center;
}




.belt-exam-registration-requirements {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}




.belt-exam-registration-requirements i {
  font-size: .78rem;
}




.belt-exam-registration-requirements.is-valid {
  background: #dcfce7;
  color: #15803d;
}




.belt-exam-registration-requirements.is-invalid {
  background: #fee2e2;
  color: #dc2626;
}




.belt-exam-registration-requirements.is-pending {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exam-capacity-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}




.belt-exam-capacity-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}




.belt-exam-capacity-card.is-full {
  border-color: rgba(255, 26, 26, .22);
  background: rgba(255, 26, 26, .06);
}




.belt-exam-capacity-card-head {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin-bottom: 10px;
}




.belt-exam-capacity-card-head strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.2;
}




.belt-exam-capacity-card-head span {
  min-width: 0;
  overflow: hidden;
  color: #667085;
  font-size: .74rem;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-capacity-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}




.belt-exam-capacity-metric {
  min-width: 0;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  display: grid;
  gap: 3px;
}




.belt-exam-capacity-metric small {
  min-width: 0;
  overflow: hidden;
  color: #667085;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-capacity-metric strong {
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.1;
}




.belt-exam-registration-submit-warning {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 26, 26, .18);
  border-radius: 14px;
  background: rgba(255, 26, 26, .07);
  color: #b42318;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: left;
}




.belt-exam-registration-submit-warning i {
  color: var(--belts-red, #ff1a1a);
  margin-top: 2px;
  flex: 0 0 auto;
}




.belt-exam-registrations-table .app-table-actions-buttons {
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
}




.belt-exam-registrations-table .app-table-actions button,
.belt-exam-registrations-table .app-table-actions a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}




.belt-exam-registrations-table .app-table-actions button i {
  font-size: .86rem;
  line-height: 1;
}




.belt-exam-registrations-table .app-table-action-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}




.belt-exam-content-card-actions .danger-btn,
.belt-exams-promotion-card-actions .danger-btn,
.belt-exam-registrations-table .app-table-actions .danger-btn {
  color: var(--belts-red, #ff1a1a);
  border-color: rgba(255, 26, 26, .2);
  background: rgba(255, 26, 26, .06);
}




.belt-exam-requirement-checks {
  display: grid;
  gap: 14px;
  text-align: left;
}




.belt-exam-requirement-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #edf0f4;
  background: #f8fafc;
  color: #344054;
  font-size: .9rem;
  font-weight: 900;
}




.belt-exam-requirement-summary i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  color: inherit;
}




.belt-exam-requirement-summary.is-ready {
  border-color: rgba(22, 163, 74, .22);
  background: #f0fdf4;
  color: #15803d;
}




.belt-exam-requirement-summary.is-blocked {
  border-color: rgba(255, 26, 26, .2);
  background: rgba(255, 26, 26, .06);
  color: var(--belts-red, #ff1a1a);
}




.belt-exam-requirement-check-list {
  display: grid;
  gap: 12px;
  max-height: min(560px, 62vh);
  overflow-y: auto;
  padding-right: 6px;
}




.belt-exam-requirement-check-list::-webkit-scrollbar {
  width: 8px;
}




.belt-exam-requirement-check-list::-webkit-scrollbar-track {
  background: #f2f4f7;
  border-radius: 999px;
}




.belt-exam-requirement-check-list::-webkit-scrollbar-thumb {
  background: var(--belts-red, #ff1a1a);
  border-radius: 999px;
}




.belt-exam-requirement-check-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
}




.belt-exam-requirement-check-card.is-valid,
.belt-exam-requirement-check-card.is-overridden,
.belt-exam-requirement-check-card.is-not-applicable {
  border-color: rgba(22, 163, 74, .18);
}




.belt-exam-requirement-check-card.is-invalid,
.belt-exam-requirement-check-card.is-exception-required {
  border-color: rgba(255, 26, 26, .24);
}




.belt-exam-requirement-check-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}




.belt-exam-requirement-check-head strong {
  color: #111827;
  font-size: .92rem;
  font-weight: 950;
}




.belt-exam-requirement-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}




.belt-exam-requirement-check-grid div {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
}




.belt-exam-requirement-check-grid span {
  display: block;
  color: #667085;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}




.belt-exam-requirement-check-grid strong {
  display: block;
  margin-top: 5px;
  color: #101828;
  font-size: .82rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}




.belt-exam-requirement-check-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}




.belt-exam-requirement-check-actions .tertiary-btn {
  width: auto;
  min-width: 0;
  height: 38px;
  padding: 0 14px;
  gap: 8px;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}




body.belts-clean-page .belts-swal-popup.belt-exam-requirement-override-modal {
  width: min(720px, calc(100vw - 24px)) !important;
  max-width: min(720px, calc(100vw - 24px)) !important;
}




.belt-exam-requirement-override-form {
  display: grid;
  gap: 8px;
  text-align: left;
}




.belt-exam-requirement-override-form>span {
  color: #344054;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}




.belt-exam-requirement-override-form textarea {
  width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 12px 14px;
  color: #101828;
  font-size: .9rem;
  font-weight: 800;
  outline: none;
}




.belt-exam-requirement-override-form textarea:focus {
  border-color: var(--belts-red, #ff1a1a);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}




.belt-exams-status.is-valid,
.belt-exams-status.is-validated,
.belt-exams-status.is-approved,
.belt-exams-status.is-ready,
.belt-exams-status.is-passed,
.belt-exams-status.is-promoted,
.belt-exams-status.is-overridden,
.belt-exams-status.is-not-applicable,
.belt-exams-status.is-active,
.belt-exams-status.is-accepted,
.belt-exams-status.is-completed,
.belt-exams-status.is-signed,
.belt-exams-status.is-confirmed,
.belt-exams-status.is-ready-to-confirm,
.belt-exams-status.is-apt,
.belt-exams-status.is-present {
  background: #dcfce7;
  color: #15803d;
}




.belt-exams-status.is-pending,
.belt-exams-status.is-submitted,
.belt-exams-status.is-draft,
.belt-exams-status.is-not-ready,
.belt-exams-status.is-designated,
.belt-exams-status.is-pending-validation,
.belt-exams-status.is-late,
.belt-exams-status.is-excused {
  background: #fff7ed;
  color: #c2410c;
}




.belt-exams-status.is-calculated {
  background: #dbeafe;
  color: #1d4ed8;
}




.belt-exams-status.is-invalid,
.belt-exams-status.is-rejected,
.belt-exams-status.is-failed,
.belt-exams-status.is-cancelled,
.belt-exams-status.is-exception-required,
.belt-exams-status.is-replaced,
.belt-exams-status.is-superseded,
.belt-exams-status.is-inactive,
.belt-exams-status.is-absent,
.belt-exams-status.is-not-apt,
.belt-exams-status.is-withdrawn {
  background: #fee2e2;
  color: #dc2626;
}




@media(max-width: 720px) {
.belt-exam-registration-bulk-bar {
    align-items: stretch;
    flex-direction: column;
  }




  .belt-exam-tribunal-head,
.belt-exam-tribunal-members-head {
    align-items: flex-start;
    flex-direction: column;
  }




  .belt-exam-tribunal-head-actions {
    width: 100%;
    justify-content: space-between;
  }




  .belt-exam-tribunal-grid {
    grid-template-columns: 1fr;
  }




  .belt-exam-tribunal-member {
    grid-template-columns: auto minmax(0, 1fr);
  }




  .belt-exam-tribunal-member-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }




  .belt-exam-tribunal-members-head .tertiary-btn {
    width: 100%;
    justify-content: center;
  }




  .belt-exam-registration-bulk-actions {
    display: grid;
    grid-template-columns: 1fr;
  }




  .belt-exam-registration-bulk-actions .toolbar-btn {
    width: 100%;
  }




  .belt-exam-requirement-check-head {
    align-items: flex-start;
    flex-direction: column;
  }




  .belt-exam-requirement-check-grid {
    grid-template-columns: 1fr;
  }
}




.belt-exam-registration-transition-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}




.belt-exam-registration-transition-route>i {
  color: var(--belts-red, #ff1a1a);
  font-size: .78rem;
}




.belt-exam-registration-transition-endpoint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}




.belt-exam-registration-transition-endpoint .belt-svg-icon,
.belt-exam-registration-transition-endpoint .belt-level-icon,
.belt-exam-registration-transition-endpoint .belt-exams-promotion-empty-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}




.belt-exam-registration-transition-endpoint>span:last-child,
.belt-exam-registration-transition-endpoint strong,
.belt-exam-registration-transition-endpoint small,
.belt-exam-registration-transition-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-registration-transition-endpoint strong {
  color: #101828;
  font-size: .8rem;
  font-weight: 950;
}




.belt-exam-registration-transition-endpoint small,
.belt-exam-registration-transition-text {
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
}




@media(max-width: 760px) {
.belt-exam-registration-transition-endpoint>span:last-child,
.belt-exam-registration-transition-endpoint strong,
.belt-exam-registration-transition-endpoint small,
.belt-exam-registration-transition-text {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}




@media(max-width: 1180px) {
.belt-exam-tribunals-list {
    grid-template-columns: 1fr;
  }




  .belt-exam-tribunal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }




  .belt-exam-registrations-filters {
    grid-template-columns: minmax(240px, 1fr) minmax(160px, .7fr) minmax(160px, .7fr);
  }




  .belt-exams-requirements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-exam-bulk-filters,
.belt-exam-bulk-defaults {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-exam-registrations-filters .toolbar-btn,
.belt-exam-bulk-controls .toolbar-btn {
    min-width: 0;
  }
}




.belt-exam-registration-staff {
  display: grid;
  gap: 3px;
  min-width: 0;
}




.belt-exam-registration-staff strong,
.belt-exam-registration-staff small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-exam-registration-staff strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}




.belt-exam-registration-staff strong[data-belt-exam-bulk-select-trigger] {
  cursor: pointer;
}




.belt-exam-registration-staff small {
  color: #667085;
  font-size: .74rem;
  font-weight: 800;
}




@media(max-width: 760px) {
.belt-exams-form,
.belt-exams-detail-grid {
    grid-template-columns: 1fr;
  }




  .belt-exams-toolbar-actions {
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }




  .belt-exams-toolbar-actions .toolbar-btn {
    min-width: 0;
  }




  .belt-exam-content-toolbar-actions {
    width: 100%;
    flex-basis: 100%;
  }




  .belt-exam-content-toolbar-actions .toolbar-btn {
    width: 100%;
  }




  .belt-exam-registrations-filters {
    grid-template-columns: 1fr;
  }




  .belt-exam-registrations-filters .toolbar-btn {
    min-width: 0;
  }




  .belt-exams-requirements-section {
    padding: 12px;
  }




  .belt-exams-requirements-grid,
.belt-exams-requirement-switches {
    grid-template-columns: 1fr;
  }




  .belt-exam-registration-action {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }




  .belt-exam-registration-action .toolbar-btn {
    width: 100%;
    min-width: 0;
  }




  .belt-exam-registration-action-notice {
    max-width: none;
  }




  .belt-exam-capacity-card-grid {
    grid-template-columns: 1fr;
  }




  .belt-exam-registrations-table .app-table-row {
    min-width: 0;
    width: 100%;
    grid-template-columns: 1fr;
  }




  .belt-exam-registrations-scroll {
    overflow-x: visible;
    padding-bottom: 0;
    background: transparent;
  }




  .belt-exam-registrations-table {
    --app-table-min-width: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }




  .belt-exam-registrations-table .app-table-body {
    min-width: 0;
    width: 100%;
  }




  .belt-exam-registrations-table .app-table-actions-buttons {
    flex-wrap: wrap;
    justify-content: flex-end;
  }




  .belt-exam-registrations-table .app-table-actions button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }




  .belt-exam-bulk-filters,
.belt-exam-bulk-defaults,
.belt-exam-bulk-table .app-table-row {
    grid-template-columns: 1fr;
  }




  .belt-exam-bulk-controls .toolbar-btn {
    width: 100%;
  }




  .belt-exam-bulk-table .app-table-row {
    min-width: 0;
  }




  .belt-exam-registration-transition-route {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }




  .belt-exam-registration-transition-route>i {
    justify-self: center;
    transform: rotate(90deg);
  }




  .belt-exams-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }




  .belt-exams-modalities-head,
.belt-exams-modality-card,
.belt-exams-promotion-card {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }




  .belt-exams-modalities-head .toolbar-btn,
.belt-exams-modality-card-actions .tertiary-btn,
.belt-exams-promotion-card-actions .tertiary-btn {
    width: 100%;
    justify-content: center;
  }




  .belt-exams-modality-card-grid,
.belt-exams-promotion-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-exams-promotion-route {
    grid-template-columns: 1fr;
  }




  .belt-exams-promotion-route>i {
    transform: rotate(90deg);
    justify-self: center;
  }




  .belt-exam-content-summary-head {
    align-items: flex-start;
    flex-direction: column;
  }




  .belt-exam-content-summary-grid,
.belt-exam-content-grid,
.belt-exam-content-modalities,
body[data-belt-exam-page="registrations"] .belt-exam-content-modalities,
.belt-exam-content-modality-meta {
    grid-template-columns: 1fr;
  }




  .belt-exam-content-card-actions .tertiary-btn {
    width: 100%;
    justify-content: center;
  }
}




@media(min-width: 761px) and (max-width: 1080px) {
.belt-exams-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-exams-modality-card,
.belt-exams-promotion-card {
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  }




  .belt-exams-modality-card-actions,
.belt-exams-promotion-card-actions {
    grid-column: 1 / -1;
  }




  .belt-exams-modality-card-grid,
.belt-exams-promotion-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }




  .belt-exam-content-grid {
    grid-template-columns: 1fr;
  }




  .belt-exam-content-modalities,
body[data-belt-exam-page="registrations"] .belt-exam-content-modalities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-exam-content-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}




.belt-promotions-reports-list {
  display: grid;
  gap: 12px;
  max-height: min(520px, 62vh);
  overflow: auto;
  padding: 4px 2px;
  text-align: left;
}




.belt-promotions-report-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: #fff;
}




.belt-promotions-report-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
}




.belt-promotions-report-item strong {
  display: block;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
}




.belt-promotions-report-item p {
  margin: 4px 0;
  color: #344054;
  font-size: .84rem;
  font-weight: 750;
  line-height: 1.35;
}




.belt-promotions-report-item time {
  color: #667085;
  font-size: .76rem;
  font-weight: 800;
}




.belt-promotions-table-message {
  min-width: var(--app-table-min-width);
}




.belt-promotions-table-message span {
  grid-column: 1 / -1;
  color: #667085;
  font-weight: 900;
}




.belt-analytics-filters-panel {
  margin-bottom: 20px;
}




.belt-analytics-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  align-items: end;
  gap: 14px;
}




.belt-analytics-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}




.belt-analytics-filter-actions .toolbar-btn {
  min-height: 46px;
}




.belt-analytics-summary-grid {
  margin-top: 0;
}




.belt-analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 20px 0;
}




.belt-analytics-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}




.belt-analytics-card-wide {
  grid-column: span 2;
}




.belt-analytics-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}




.belt-analytics-card-head span {
  display: block;
  color: var(--belts-red, #ff1a1a);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  text-transform: uppercase;
}




.belt-analytics-card-head h3 {
  margin: 4px 0 0;
  color: #101828;
  font-size: 1.05rem;
  font-weight: 950;
}




.belt-analytics-chart-box {
  position: relative;
  width: 100%;
  height: 300px;
  min-height: 300px;
}




.belt-analytics-chart-box.is-horizontal {
  height: 360px;
  min-height: 360px;
}




.belt-analytics-chart-box canvas {
  width: 100% !important;
  height: 100% !important;
}




.belt-analytics-chart-box.is-loading canvas {
  opacity: 0;
}




.belt-analytics-chart-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  pointer-events: none;
}




.belt-analytics-chart-loader .belt-analytics-empty-inline {
  max-width: 240px;
}




.belt-analytics-legend {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}




.belt-analytics-legend.is-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}




.belt-analytics-legend-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}




.belt-analytics-legend-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}




.belt-analytics-legend-main>div {
  min-width: 0;
  display: grid;
  gap: 3px;
}




.belt-analytics-legend-main span:not(.belt-analytics-dot) {
  min-width: 0;
  color: #101828;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-analytics-legend-main small {
  color: #667085;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.25;
}




.belt-analytics-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 40, .08);
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px rgba(16, 24, 40, .05);
}




.belt-analytics-legend-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}




.belt-analytics-legend-meta strong {
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
}




.belt-analytics-legend-meta em {
  color: #667085;
  font-size: .75rem;
  font-style: normal;
  font-weight: 850;
}




.belt-analytics-empty-inline {
  padding: 13px;
  border: 1px dashed #d8dde7;
  border-radius: 14px;
  color: #667085;
  background: #f8fafc;
  font-size: .84rem;
  font-weight: 850;
  text-align: center;
}




.belt-analytics-empty-inline.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}




.belt-analytics-empty-inline.is-loading i {
  color: var(--belts-red, #ff1a1a);
}




.belt-analytics-empty-inline.is-error {
  border-color: rgba(220, 38, 38, .24);
  color: #991b1b;
  background: #fff7f7;
}




.belt-analytics-alerts-panel {
  margin-top: 20px;
}




.belt-analytics-alerts-list {
  display: grid;
  gap: 12px;
}




.belt-analytics-alert-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
}




.belt-analytics-alert-row.is-warning {
  border-color: rgba(245, 158, 11, .28);
  background: #fffbeb;
}




.belt-analytics-alert-row.is-danger {
  border-color: rgba(220, 38, 38, .2);
  background: #fff7f7;
}




.belt-analytics-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--belts-red, #ff1a1a);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 26, 26, .14);
}




.belt-analytics-alert-row strong {
  display: block;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.2;
}




.belt-analytics-alert-row small {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.25;
}




.belt-analytics-alert-row em {
  color: #101828;
  font-size: 1rem;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}




.belt-analytics-activity-panel {
  margin-top: 20px;
}




.belt-analytics-activity-table {
  cursor: grab;
}




.belt-analytics-activity-table.is-drag-scrolling {
  cursor: grabbing;
}




.belt-analytics-activity-table .app-table-row {
  align-items: center;
}




.belt-analytics-rank-value {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.25;
}




.belt-analytics-rank-value>span {
  min-width: 0;
  color: inherit;
  font: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-analytics-rank-icon {
  margin-top: 0;
  flex: 0 0 auto;
}




.belt-analytics-rank-icon.belt-level-icon i {
  font-size: 24px;
}




.belts-staff-reports-layout {
  grid-template-columns: minmax(0, 1fr);
}




.belts-staff-reports-layout .belts-main-stack,
.belts-staff-reports-layout .belts-content-panel {
  min-width: 0;
}




.belts-staff-reports-filters {
  display: grid;
  gap: 14px;
  margin-top: 0;
}




.belts-staff-reports-filter-bar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: end;
  gap: 14px;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}




.belts-staff-reports-search-field {
  min-width: 0;
}




.belts-staff-reports-filter-input {
  position: relative;
  min-width: 0;
}




.belts-staff-reports-filter-input i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #98a2b3;
  font-size: .92rem;
  pointer-events: none;
}




.belts-staff-reports-filter-input input {
  width: 100%;
  padding-left: 42px;
}




.belts-staff-reports-filter-grid {
  display: grid;
  grid-template-columns: 170px repeat(4, minmax(150px, 1fr));
  gap: 12px;
  align-items: end;
  padding: 12px 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
}




.belts-staff-reports-filter-grid .belts-staff-reports-filter-input input {
  min-height: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: .86rem;
}




.belts-staff-reports-filter-actions {
  align-items: end;
  gap: 10px;
  margin: 0;
  padding: 0;
}




.belts-staff-reports-filter-actions .primary-btn,
.belts-staff-reports-filter-actions .secondary-btn {
  min-height: 48px;
  white-space: nowrap;
}




.belts-staff-reports-modalities-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 2px 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
}




.belts-staff-reports-modalities-list .quick-label {
  flex: 0 0 auto;
  margin-right: 2px;
}




.belts-staff-reports-modalities-list .chip-filter {
  height: 38px;
  max-width: 220px;
  padding: 0 12px;
  border-radius: 999px;
}




.belts-staff-reports-modalities-list::-webkit-scrollbar {
  height: 8px;
}




.belts-staff-reports-modalities-list::-webkit-scrollbar-track {
  background: rgba(230, 233, 239, .9);
  border-radius: 999px;
}




.belts-staff-reports-modalities-list::-webkit-scrollbar-thumb {
  background: rgba(255, 26, 26, .72);
  border: 2px solid #e9edf3;
  border-radius: 999px;
}




.belt-staff-reports-table .app-table-row {
  align-items: center;
}




.belt-staff-reports-table .app-table-head>span,
body.belts-clean-page .belt-staff-reports-table .app-table-head>span:last-child {
  text-align: left;
}




.belt-staff-reports-table-message {
  min-width: var(--app-table-min-width);
}




.belt-staff-reports-table-message span {
  grid-column: 1 / -1;
  color: #667085;
  font-weight: 900;
}




.belt-staff-reports-person {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}




.belt-staff-reports-person-main {
  width: 100%;
}




.belt-staff-reports-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f7;
  border: 1px solid #e4e7ec;
  color: #344054;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 0 auto;
}




.belt-staff-reports-avatar.is-staff {
  background: #111827;
  border-color: #111827;
  color: #fff;
}




.belt-staff-reports-avatar.is-athlete {
  background: rgba(220, 38, 38, .08);
  border-color: rgba(220, 38, 38, .18);
  color: #dc2626;
}




.belt-staff-reports-avatar i {
  font-size: .9rem;
  line-height: 1;
}




.belt-staff-reports-person-text,
.belt-staff-reports-person-text strong,
.belt-staff-reports-person-text span {
  display: block;
  min-width: 0;
}




.belt-staff-reports-person-text {
  flex: 1 1 auto;
}




.belt-staff-reports-person-text strong {
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-staff-reports-person-text span {
  color: #667085;
  font-size: .74rem;
  font-weight: 800;
  min-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-staff-reports-action {
  color: #344054;
  font-size: .84rem;
  font-weight: 760;
  line-height: 1.35;
}




.belt-staff-reports-rank-value {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}




.belt-staff-reports-rank-value span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.belt-staff-reports-rank-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #f8fafc;
  border: 1px solid #e6e9ef;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .78);
}




.belt-staff-reports-rank-icon i {
  font-size: 1.08rem;
  line-height: 1;
}




.belt-staff-reports-rank-icon.is-belt {
  border-color: currentColor;
  background: color-mix(in srgb, currentColor 14%, #fff);
}




.belt-staff-reports-rank-icon.is-level {
  border-color: currentColor;
  background: color-mix(in srgb, currentColor 12%, #fff);
}




.belt-staff-reports-rank-icon.belt-level-icon.is-dual {
  background: #fff;
  border-color: rgba(16, 24, 40, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42), 0 6px 14px rgba(16, 24, 40, .12);
}




.belt-staff-reports-table-row .app-table-mobile-toggle {
  margin-left: auto;
}




@media(max-width: 1180px) {
.belts-staff-reports-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}




@media(max-width: 820px) {
.belts-staff-reports-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}




@media(max-width: 640px) {
.belts-staff-reports-filter-bar {
    grid-template-columns: 1fr;
  }




  .belts-staff-reports-filter-grid {
    grid-template-columns: 1fr;
  }




  .belts-staff-reports-filter-actions {
    width: 100%;
  }




  .belts-staff-reports-filter-actions .primary-btn,
.belts-staff-reports-filter-actions .secondary-btn {
    flex: 1 1 0;
  }
}




.belt-promotions-card {
  border-radius: 18px;
  padding: 18px;
}




.belt-promotions-card-head,
.belt-promotions-athlete,
.belt-promotions-flow,
.belt-promotions-actions,
.belt-promotions-side-item,
.belt-promotions-flow-steps div {
  display: flex;
  align-items: center;
}




.belt-promotions-card-head {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}




.belt-promotions-athlete {
  gap: 12px;
  min-width: 0;
}




.belt-promotions-athlete span:not(.belt-promotions-avatar) {
  display: block;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}




.belt-promotions-athlete strong {
  display: block;
  color: #101828;
  font-size: .98rem;
  font-weight: 950;
}




.belt-promotions-athlete strong[data-belt-promotions-select-trigger] {
  cursor: pointer;
}




.belt-promotions-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 950;
  flex: 0 0 auto;
}




.belt-promotions-status {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 950;
  color: #92400e;
  background: #fef3c7;
  white-space: nowrap;
}




.belt-promotions-status.is-approved {
  color: #15803d;
  background: #dcfce7;
}




.belt-promotions-status.is-rejected {
  color: #dc2626;
  background: #fee2e2;
}




.belt-promotions-status.is-federative {
  color: #1d4ed8;
  background: #dbeafe;
}




.belt-promotions-validation-head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.05;
}




.belt-promotions-validation-head em,
.belt-promotions-validation-head strong {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-transform: inherit;
}




.belt-promotions-validation-scope {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
  color: #1d4ed8;
  background: #dbeafe;
}




.belt-promotions-flow {
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #edf0f4;
}




.belt-promotions-flow>div {
  flex: 1 1 0;
  min-width: 0;
}




.belt-promotions-flow span,
.belt-promotions-meta span,
.belt-promotions-side-item span {
  display: block;
  color: #667085;
  font-size: .74rem;
  font-weight: 850;
}




.belt-promotions-flow strong {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
}




.belt-promotions-flow .belt-promotions-rank-value {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}




.belt-promotions-rank-icon {
  margin-top: 0;
}




.belt-promotions-rank-icon.belt-level-icon i {
  font-size: 24px;
}




.belt-promotions-rank-value span {
  min-width: 0;
  color: inherit;
  font: inherit;
}




.belt-promotions-flow>i {
  color: var(--ath-red, #ff1a1a);
}




.belt-promotions-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-bottom: 16px;
}




.belt-promotions-main-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}




.belt-promotions-price-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}




.belt-promotions-meta>div {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #edf0f4;
  background: #fff;
}




.belt-promotions-meta strong {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
}




.belt-promotions-actions {
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}




.belt-promotions-side-list,
.belt-promotions-flow-steps {
  display: grid;
  gap: 12px;
}




.belt-promotions-side-item {
  gap: 12px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 15px;
  background: #fff;
}




.belt-promotions-side-item i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 26, 26, .09);
  color: var(--ath-red, #ff1a1a);
}




.belt-promotions-side-item strong {
  display: block;
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}




.belt-promotions-flow-steps div {
  gap: 12px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 15px;
  background: #fff;
}




.belt-promotions-flow-steps span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}




.belt-promotions-flow-steps strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}




@media(max-width: 1200px) {
.athletes-hero-inner,
.athlete-hero-person {
    align-items: flex-start;
    flex-direction: column;
  }




  .athlete-hero-stats {
    width: 100%;
  }




  .athlete-content-grid {
    grid-template-columns: 1fr;
  }




  .belt-athletes-filter-grid,
.belt-demo-filter-grid {
    grid-template-columns: 1fr 1fr;
  }




  .athlete-summary-cards,
.belt-promotions-summary-grid,
.belt-promotions-meta,
.belt-analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-analytics-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-promotions-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }




  .belt-analytics-card-wide {
    grid-column: span 2;
  }
}




@media(max-width: 1500px) and (min-width: 1201px) {
.belt-athletes-filter-grid,
.belt-demo-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }




  .belt-athletes-search-field,
.belt-demo-search-field {
    grid-column: span 2;
  }
}




@media(max-width: 760px) {
.athletes-shell {
    padding: 96px 14px 84px;
  }




  .athletes-topbar {
    height: auto;
    flex-wrap: wrap;
    padding: 14px;
  }




  .athletes-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }




  .athletes-hero {
    border-radius: 22px;
  }




  .athletes-hero-inner {
    padding: 28px 22px;
  }




  .athletes-list-hero .belts-clean-hero-inner {
    min-height: 300px;
  }




  .athlete-photo {
    width: 118px;
    height: 118px;
  }




  .athlete-hero-stats,
.belt-athletes-filter-grid,
.belt-demo-filter-grid,
.athlete-summary-cards,
.belt-promotions-summary-grid,
.belt-promotions-meta,
.belt-analytics-grid,
.belt-analytics-filters,
.belt-analytics-legend.is-grid {
    grid-template-columns: 1fr;
  }




  .belt-analytics-card-wide {
    grid-column: auto;
  }




  .belt-analytics-filter-actions,
.belt-analytics-filter-actions .toolbar-btn {
    width: 100%;
  }




  .belt-promotions-advanced-filters {
    margin-top: -8px;
    padding: 14px;
  }




  .belt-promotions-advanced-grid {
    grid-template-columns: 1fr;
  }




  .belt-promotions-advanced-actions,
.belt-promotions-advanced-actions .toolbar-btn {
    width: 100%;
  }




  .belt-analytics-chart-box,
.belt-analytics-chart-box.is-horizontal {
    height: 280px;
    min-height: 280px;
  }




  .belt-analytics-alert-row {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: flex-start;
  }




  .belt-analytics-alert-row em {
    grid-column: 2;
  }




  .athlete-tabs {
    padding: 0 12px;
  }




  .athlete-tab {
    padding: 0 14px;
  }




  .athlete-belt-current {
    grid-template-columns: 1fr;
  }




  .belt-image-large {
    width: 128px;
  }




  .athlete-panel-title {
    align-items: flex-start;
    flex-direction: column;
  }




  .athlete-panel-title .athletes-user-actions,
.athlete-panel-title .athlete-btn {
    width: 100%;
  }




  .belt-promotions-card-head,
.belt-promotions-flow {
    align-items: flex-start;
    flex-direction: column;
  }




  .belt-promotions-actions,
.belt-promotions-actions a {
    width: 100%;
  }




  .athlete-table {
    min-width: 760px;
  }




  .athlete-table th,
.athlete-table td {
    padding: 12px 13px;
  }




  .athlete-table .table-action {
    width: 36px;
    height: 36px;
  }
}




body.belts-clean-page .belt-promotions-export-options {
  text-align: left;
}




body.belts-clean-page .belts-swal-popup.belt-promotions-export-modal {
  width: min(860px, calc(100vw - 28px)) !important;
  max-width: min(860px, calc(100vw - 28px)) !important;
}




body.belts-clean-page .belt-promotions-export-modal .belts-swal-text,
body.belts-clean-page .belt-promotions-export-modal .swal2-html-container {
  width: 100% !important;
  max-width: 100% !important;
}




body.belts-clean-page .belt-promotions-export-mode {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: .94rem;
  color: #111827;
  cursor: pointer;
}




body.belts-clean-page .belt-promotions-export-mode input,
body.belts-clean-page .belt-promotions-export-column input {
  accent-color: #dc2626;
}




body.belts-clean-page .belt-promotions-export-help {
  margin: 14px 0 10px;
  color: #64748b;
  font-size: .86rem;
}




body.belts-clean-page .belt-promotions-export-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 320px;
  overflow: auto;
  padding: 4px 6px 4px 0;
}




body.belts-clean-page .belt-promotions-export-columns.is-disabled {
  opacity: .45;
}




body.belts-clean-page .belt-promotions-export-column {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  font-size: .86rem;
  cursor: pointer;
}




body.belts-clean-page .belt-promotions-export-column.is-required {
  border-color: rgba(220, 38, 38, .24);
  background: #fff7f7;
}




body.belts-clean-page .belt-promotions-export-column span {
  min-width: 0;
  white-space: normal;
  line-height: 1.25;
}




body.belts-clean-page .belt-promotions-export-column small {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: #fee2e2;
  color: #991b1b;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}




@media(max-width: 760px) {
body.belts-clean-page .belt-promotions-export-columns {
    grid-template-columns: 1fr;
    max-height: 360px;
  }
}



body.belts-clean-page .belt-promote-avatar,
body.belts-clean-page .athletes-user-avatar,
body.belts-clean-page .athlete-photo,
body.belts-clean-page .belt-athletes-avatar-fallback,
body.belts-clean-page .belt-athletes-candidate-avatar,
body.belts-clean-page .belt-exam-tribunal-member-avatar,
body.belts-clean-page .belt-convalidation-applicant-avatar,
body.belts-clean-page .belt-convalidation-table-avatar,
body.belts-clean-page .belt-promotions-report-avatar,
body.belts-clean-page .belt-staff-reports-avatar {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  overflow: hidden;
}




body.belts-clean-page .belt-promote-avatar img,
body.belts-clean-page .athletes-user-avatar img,
body.belts-clean-page .athlete-photo img,
body.belts-clean-page .belt-athletes-candidate-avatar img,
body.belts-clean-page .belt-convalidation-applicant-avatar img,
body.belts-clean-page .belt-convalidation-table-avatar img,
body.belts-clean-page .belt-promotions-report-avatar img,
body.belts-clean-page .belt-staff-reports-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
}

/* Belt-specific form refinements. */
.search-panel-athletes {
  background: #fff;
  border: 1px solid var(--ath-border);
  box-shadow: var(--ath-shadow);
}



.search-panel-athletes {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}



@media(max-width: 768px) {
body.belts-clean-page .search-panel-athletes {
    display: grid;
    gap: 12px;
  }



  body.belts-clean-page .search-panel-athletes.is-collapsed {
    margin-bottom: 0;
  }
}

body.belts-clean-page .belt-convalidation-approval-form .requirements-toolbar-select,
body.belts-clean-page .belt-convalidation-approval-form .belts-form-field {
  width: 100%;
}




.belt-form-editable-scopes .belts-form-switch {
  min-height: 54px;
  margin: 0;
  cursor: default;
}




.team-belt-bulk-prices-toolbar .belts-form-switch {
  min-height: 48px;
  align-self: end;
  padding: 0 4px;
}




@media(max-width: 768px) {
.athletes-clean-page .athlete-table-mobile-value .requirements-toolbar-select {
    width: 100% !important;
    min-width: 0 !important;
  }
}




.search-panel-athletes .requirements-toolbar-select {
  margin: 0;
  width: 100%;
  min-width: 0;
  min-height: 50px;
}




.belt-promotions-advanced-grid .requirements-toolbar-select {
  min-width: 0;
  width: 100%;
}




.belt-direct-signer-slot .belts-form-field.is-disabled {
  opacity: .62;
}




.belt-exams-toolbar-actions .requirements-toolbar-select {
  min-width: 0;
  width: 100%;
}




.belt-exam-registrations-filters .requirements-toolbar-select {
  min-width: 0;
  width: 100%;
}




.belt-exam-registrations-filters .requirements-toolbar-select:first-child {
  min-width: 0;
}




.belt-exam-bulk-controls .requirements-toolbar-select {
  min-width: 0;
  width: 100%;
}




.belt-convalidation-form .belts-form-field label,
.belt-convalidation-form .requirements-toolbar-select>span:first-child {
  min-width: 0;
}




.belts-staff-reports-filter-grid .belts-form-field {
  gap: 6px;
}




.belts-staff-reports-filter-grid .belts-form-field label {
  font-size: 11px;
}
