/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wn9a11c7de] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss[b-wn9a11c7de] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2bp8klm5g2],
.components-reconnect-repeated-attempt-visible[b-2bp8klm5g2],
.components-reconnect-failed-visible[b-2bp8klm5g2],
.components-pause-visible[b-2bp8klm5g2],
.components-resume-failed-visible[b-2bp8klm5g2],
.components-rejoining-animation[b-2bp8klm5g2] {
  display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-retrying[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-failed[b-2bp8klm5g2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2bp8klm5g2] {
  display: block;
}


#components-reconnect-modal[b-2bp8klm5g2] {
  background-color: white;
  width: 20rem;
  margin: 20vh auto;
  padding: 2rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
  animation: components-reconnect-modal-fadeOutOpacity-b-2bp8klm5g2 0.5s both;

  &[open] {
    animation: components-reconnect-modal-slideUp-b-2bp8klm5g2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2bp8klm5g2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
  }
}

  #components-reconnect-modal[b-2bp8klm5g2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2bp8klm5g2 0.5s ease-in-out;
    opacity: 1;
  }

@keyframes components-reconnect-modal-slideUp-b-2bp8klm5g2 {
  0% {
    transform: translateY(30px) scale(0.95);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2bp8klm5g2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2bp8klm5g2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.components-reconnect-container[b-2bp8klm5g2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#components-reconnect-modal p[b-2bp8klm5g2] {
  margin: 0;
  text-align: center;
}

#components-reconnect-modal button[b-2bp8klm5g2] {
  border: 0;
  background-color: #6b9ed2;
  color: white;
  padding: 4px 24px;
  border-radius: 4px;
}

  #components-reconnect-modal button:hover[b-2bp8klm5g2] {
    background-color: #3b6ea2;
  }

  #components-reconnect-modal button:active[b-2bp8klm5g2] {
    background-color: #6b9ed2;
  }

.components-rejoining-animation[b-2bp8klm5g2] {
  position: relative;
  width: 80px;
  height: 80px;
}

  .components-rejoining-animation div[b-2bp8klm5g2] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-2bp8klm5g2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

    .components-rejoining-animation div:nth-child(2)[b-2bp8klm5g2] {
      animation-delay: -0.5s;
    }

@keyframes components-rejoining-animation-b-2bp8klm5g2 {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/* /Components/Pages/Admin/ContentEditor.razor.rz.scp.css */
.summit-card-header[b-v3gjrgunco] {
  background-color: #0b2a3c;
}

/* Darker, more visible tab borders against the light background */
.nav-tabs[b-v3gjrgunco] {
  border-bottom-color: #0b2a3c;
}

  .nav-tabs .nav-link[b-v3gjrgunco] {
    border-color: transparent;
  }

    .nav-tabs .nav-link:hover[b-v3gjrgunco] {
      border-color: #adb5bd #adb5bd #0b2a3c;
    }

    .nav-tabs .nav-link.active[b-v3gjrgunco] {
      border-color: #0b2a3c #0b2a3c #fff;
      font-weight: 600;
    }

/* Bordered panel below the tabs (left/right/bottom), connecting to the tab strip.
   Fixed height pins the bottom border just above the save bar regardless of
   content length (100vh minus admin nav, heading, tab strip, and save bar);
   long content scrolls inside the panel instead of the page. */
.tab-panel[b-v3gjrgunco] {
  border: 1px solid #0b2a3c;
  border-top: none;
  padding: 1.25rem;
  height: calc(100vh - 250px);
  overflow-y: auto;
}

/* Tab reorder arrows */
.tab-move[b-v3gjrgunco] {
  color: #6c757d;
  font-size: 0.85rem;
  text-decoration: none;
}

  .tab-move:hover:not(:disabled)[b-v3gjrgunco] {
    color: #0b2a3c;
  }

  .tab-move:disabled[b-v3gjrgunco] {
    opacity: 0.25;
  }

.nav-link.active .tab-move[b-v3gjrgunco] {
  color: #0b2a3c;
}

/* Card reorder arrows (on the dark header) */
.card-move[b-v3gjrgunco] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-decoration: none;
}

  .card-move:hover:not(:disabled)[b-v3gjrgunco] {
    color: #fff;
  }

  .card-move:disabled[b-v3gjrgunco] {
    opacity: 0.3;
  }

/* Card delete button (on the dark header) */
.card-delete[b-v3gjrgunco] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  text-decoration: none;
}

  .card-delete:hover[b-v3gjrgunco] {
    color: #ff8787;
  }

/* Add-section input */
.add-section-input[b-v3gjrgunco] {
  max-width: 320px;
}

/* Save bar (mirrors /admin/sponsors) */
.save-bar[b-v3gjrgunco] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  border-top: 1px solid #dee2e6;
  padding: 0.6rem 1.5rem;
}

.save-bar-spacer[b-v3gjrgunco] {
  height: 60px;
}

/* Rich text editor sizing (Quill) */
[b-v3gjrgunco] .richtext-editor .ql-container {
  min-height: 140px;
  font-size: 1rem;
}

.link-token-bar[b-v3gjrgunco] {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.5rem;
}

  .link-token-bar .btn[b-v3gjrgunco] {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

.protected-section-card[b-v3gjrgunco] {
  border-color: #0dcaf0 !important;
}
/* /Components/Pages/Admin/EventEditor.razor.rz.scp.css */
/* Theme image preview in the Page Header chooser */
.header-preview[b-p8pylpnxop] {
  display: block;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #f8f9fa;
}

/* Save bar (mirrors /admin/sponsors) */
.save-bar[b-p8pylpnxop] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  border-top: 1px solid #dee2e6;
  padding: 0.6rem 1.5rem;
}

.save-bar-spacer[b-p8pylpnxop] {
  height: 60px;
}
/* /Components/Pages/Admin/LinksEditor.razor.rz.scp.css */
/* Column widths */
.col-key[b-q799di6uef] {
  width: 160px;
}

.col-token[b-q799di6uef] {
  width: 210px;
}

.col-btntext[b-q799di6uef] {
  width: 130px;
}

.col-btncss[b-q799di6uef] {
  width: 160px;
}

/* Save bar (mirrors /admin/sponsors) */
.save-bar[b-q799di6uef] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  border-top: 1px solid #dee2e6;
  padding: 0.6rem 1.5rem;
}

.save-bar-spacer[b-q799di6uef] {
  height: 60px;
}
/* /Components/Pages/Admin/SponsorsEditor.razor.rz.scp.css */
/* Tier header */
.tier-label-input[b-9piv1rxsvz] {
  max-width: 320px;
}

/* Sponsor table column widths */
.col-reorder[b-9piv1rxsvz] {
  width: 58px;
}

/* Tier reorder controls occupy the same leading column as the sponsor rows,
   so the grip + chevrons line up vertically with the ones in the table. */
.tier-reorder[b-9piv1rxsvz] {
  width: 58px;
}

.col-cssclass[b-9piv1rxsvz] {
  width: 110px;
}

.col-active[b-9piv1rxsvz] {
  width: 62px;
}

.col-delete[b-9piv1rxsvz] {
  width: 52px;
}

/* Logo path cell */
.logo-thumb[b-9piv1rxsvz] {
  height: 32px;
  max-width: 80px;
  object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  background: #f8f9fa;
  flex-shrink: 0;
}

/* Hidden-on-site tier */
.tier-hidden[b-9piv1rxsvz] {
  opacity: 0.65;
}

/* Add sponsor level input */
.add-tier-input[b-9piv1rxsvz] {
  max-width: 320px;
}

/* Sortable column header */
.sort-header[b-9piv1rxsvz] {
  color: inherit;
}

  .sort-header:hover[b-9piv1rxsvz] {
    color: #0d6efd;
  }

  .sort-header .bi[b-9piv1rxsvz] {
    font-size: 0.85em;
    opacity: 0.6;
  }

/* Per-tier content token in the header */
.tier-token-input[b-9piv1rxsvz] {
  max-width: 220px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

/* Drag & drop reorder */
.drag-handle[b-9piv1rxsvz] {
  cursor: grab;
  color: #6c757d;
  line-height: 1;
  font-size: 1.5rem;
}

  .drag-handle:active[b-9piv1rxsvz] {
    cursor: grabbing;
  }

tr.drag-over td[b-9piv1rxsvz] {
  border-top: 2px solid #0d6efd;
  background-color: #e7f1ff;
}

/* Tier (sponsor level) drag & drop */
.tier-drag-handle[b-9piv1rxsvz] {
  cursor: grab;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  font-size: 1.5rem;
}

  .tier-drag-handle:active[b-9piv1rxsvz] {
    cursor: grabbing;
  }

.tier-drag-over[b-9piv1rxsvz] {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

/* Unsaved change indicator */
.cell-changed[b-9piv1rxsvz] {
  background-color: #fff3b0 !important;
}

/* Save bar */
.save-bar[b-9piv1rxsvz] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  border-top: 1px solid #dee2e6;
  padding: 0.6rem 1.5rem;
}

.save-bar-spacer[b-9piv1rxsvz] {
  height: 60px;
}

/* Image picker modal */
.picker-overlay[b-9piv1rxsvz] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  overflow-y: auto;
}

.picker-modal[b-9piv1rxsvz] {
  background: #fff;
  border-radius: 8px;
  width: min(1400px, 96vw);
  height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.picker-filter[b-9piv1rxsvz] {
  max-width: 220px;
}

.upload-file-input[b-9piv1rxsvz] {
  max-width: 260px;
}

.upload-folder-input[b-9piv1rxsvz] {
  max-width: 200px;
}

.picker-folder-tree[b-9piv1rxsvz] {
  width: 210px;
  flex-shrink: 0;
  border-right: 1px solid #dee2e6;
  overflow-y: auto;
  background: #f8f9fa;
}

.picker-folder-tree-header[b-9piv1rxsvz] {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
}

.picker-new-folder-hint[b-9piv1rxsvz] {
  font-size: 0.72rem;
  margin-bottom: 0.25rem;
  word-break: break-all;
}

.picker-delete-confirm[b-9piv1rxsvz] {
  background: #fff3cd;
  border-bottom: 1px solid #ffc107;
  padding: 0.5rem;
}

.picker-delete-path[b-9piv1rxsvz] {
  word-break: break-all;
}

.picker-folder-label[b-9piv1rxsvz] {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.picker-folder-actions[b-9piv1rxsvz] {
  opacity: 0;
  transition: opacity 0.15s;
  line-height: 1;
}

.picker-folder-item:hover .picker-folder-actions[b-9piv1rxsvz] {
  opacity: 1;
}

.picker-folder-new[b-9piv1rxsvz],
.picker-folder-delete[b-9piv1rxsvz] {
  line-height: 1;
  font-size: 1rem;
}


.picker-folder-item[b-9piv1rxsvz] {
  cursor: pointer;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.picker-image-grid[b-9piv1rxsvz] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
}

.picker-image-tile[b-9piv1rxsvz] {
  cursor: pointer;
}

.picker-tile-check[b-9piv1rxsvz] {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 1.1rem;
  line-height: 1;
  pointer-events: none;
}

.picker-thumb[b-9piv1rxsvz] {
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.picker-thumb-label[b-9piv1rxsvz] {
  font-size: 0.65rem;
  word-break: break-all;
  line-height: 1.2;
}
/* /Components/Shared/ImagePicker.razor.rz.scp.css */
.picker-overlay[b-n0evbt5cnx] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  overflow-y: auto;
}

.picker-modal[b-n0evbt5cnx] {
  background: #fff;
  border-radius: 8px;
  width: min(1400px, 96vw);
  height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.picker-filter[b-n0evbt5cnx] {
  max-width: 220px;
}

.upload-file-input[b-n0evbt5cnx] {
  max-width: 260px;
}

.upload-folder-input[b-n0evbt5cnx] {
  max-width: 200px;
}

.picker-folder-tree[b-n0evbt5cnx] {
  width: 210px;
  flex-shrink: 0;
  border-right: 1px solid #dee2e6;
  overflow-y: auto;
  background: #f8f9fa;
}

.picker-folder-tree-header[b-n0evbt5cnx] {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
}

.picker-new-folder-hint[b-n0evbt5cnx] {
  font-size: 0.72rem;
  margin-bottom: 0.25rem;
  word-break: break-all;
}

.picker-folder-label[b-n0evbt5cnx] {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.picker-folder-actions[b-n0evbt5cnx] {
  opacity: 0;
  transition: opacity 0.15s;
  line-height: 1;
}

.picker-folder-item:hover .picker-folder-actions[b-n0evbt5cnx] {
  opacity: 1;
}

.picker-folder-new[b-n0evbt5cnx] {
  line-height: 1;
  font-size: 1rem;
}

.picker-folder-item[b-n0evbt5cnx] {
  cursor: pointer;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.picker-image-grid[b-n0evbt5cnx] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
}

.picker-image-tile[b-n0evbt5cnx] {
  cursor: pointer;
}

.picker-thumb[b-n0evbt5cnx] {
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.picker-thumb-label[b-n0evbt5cnx] {
  font-size: 0.65rem;
  word-break: break-all;
  line-height: 1.2;
}
