@import '_content/Community.Blazor.MapLibre/Community.Blazor.MapLibre.zoxao5alno.bundle.scp.css';

/* /Controls/FcsActivityCalendar.razor.rz.scp.css */
.fcs-activity-calendar[b-znnzykx8gm] {
  max-width: 100%;
  overflow-x: auto;
  padding-block-start: 0.125rem;
  padding-block-end: 0.25rem;
}

.fcs-activity-months[b-znnzykx8gm],
.fcs-activity-grid[b-znnzykx8gm] {
  display: grid;
  column-gap: 0.1875rem;
  width: max-content;
}

.fcs-activity-months[b-znnzykx8gm] {
  min-height: 1.25rem;
  color: var(--rz-text-tertiary-color);
  font-size: var(--rz-text-caption-font-size);
  line-height: 1rem;
}

.fcs-activity-months span[b-znnzykx8gm] {
  white-space: nowrap;
}

.fcs-activity-grid[b-znnzykx8gm] {
  grid-template-rows: repeat(7, 0.75rem);
  row-gap: 0.1875rem;
}

.fcs-activity-cell[b-znnzykx8gm] {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--rz-text-color) 10%, transparent);
  border-radius: 0.125rem;
}

.fcs-activity-selectable[b-znnzykx8gm] {
  cursor: crosshair;
  user-select: none;
}

.fcs-activity-selectable:hover[b-znnzykx8gm] {
  border-color: var(--rz-primary);
}

.fcs-activity-selected[b-znnzykx8gm] {
  border-color: var(--rz-primary);
  box-shadow: inset 0 0 0 1px var(--rz-primary);
}

.fcs-activity-today[b-znnzykx8gm] {
  outline: 1px solid var(--rz-primary);
  outline-offset: 1px;
}
/* /Controls/OrganizationDownloadActions.razor.rz.scp.css */
.actions-caret[b-4o9ulrv28q] {
  display: inline-block;
  margin-left: .3rem;
  vertical-align: middle;
  border-top: .3em solid currentColor;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.release-menu[b-4o9ulrv28q] {
  position: fixed;
  inset: auto;
  margin: 0;
  padding: .5rem 0;
  width: max-content;
  max-width: calc(100vw - 1rem);
  border: var(--rz-border-normal);
  border-radius: .2rem;
  background: var(--rz-base-background-color);
  color: var(--rz-text-color);
  box-shadow: var(--rz-shadow-3);
  font: 1rem / 1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.release-header[b-4o9ulrv28q] {
  padding: .5rem 1.5rem;
  color: var(--rz-success);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.release-menu a[b-4o9ulrv28q] {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .25rem 1.5rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.release-menu a:hover[b-4o9ulrv28q], .release-menu a:focus-visible[b-4o9ulrv28q] {
  background: color-mix(in srgb, var(--rz-base-background-color) 94%, var(--rz-text-color));
  outline: none;
}
.release-menu svg[b-4o9ulrv28q] {
  width: 1.375rem;
  height: 1.375rem;
  flex: none;
  fill: none;
  stroke: var(--rz-text-secondary-color);
  stroke-width: 1.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.release-divider[b-4o9ulrv28q] {
  margin: .5rem 0;
  border-top: var(--rz-border-normal);
}
/* /Controls/OrganizationDownloads.razor.rz.scp.css */
.organization-downloads[b-fr47c3zo3i] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.release-upgrade[b-fr47c3zo3i]  button {
  height: auto;
  white-space: normal;
  text-align: left;
  padding-inline: 0;
}
.release-upgrade[b-fr47c3zo3i]  .rz-button-text {
  white-space: normal;
}
.organization-downloads[b-fr47c3zo3i]  .rz-data-row:nth-child(odd) > td {
  background: color-mix(in srgb, var(--rz-base-background-color) 95%, var(--rz-text-color));
}
.organization-downloads[b-fr47c3zo3i]  .rz-data-row:nth-child(even) > td {
  background: var(--rz-base-background-color);
}
.organization-downloads[b-fr47c3zo3i]  .rz-grid-table td,
.organization-downloads[b-fr47c3zo3i]  .rz-grid-table th {
  padding: .3rem .35rem;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
}
/* /Controls/Sales/SalesDocumentPages.razor.rz.scp.css */
/* A stack of rendered pages, centred, each on its own white sheet with a hairline edge — the same
   thing the Builder, the quote page and the plan's invoice preview each used to draw by hand. */

.fcs-doc-pages[b-iveuak60y4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.fcs-doc-page[b-iveuak60y4] {
  display: block;
  width: 100%;
  /* White regardless of theme: it is a page, not a panel. */
  background: white;
  border: 1px solid var(--rz-base-300, #ddd);
}
/* /Pages/Admin/GeoMap.razor.rz.scp.css */
/* The map is the page, so it takes a fixed share of the viewport rather than measuring against
   layout chrome it cannot see. position:relative anchors the selection card over the canvas.
   The canvas and the card are rendered by child components (MapLibre, RadzenCard), so their rules
   need ::deep to reach past this component's scope attribute.
   A neutral translucent grey for the frame: it reads correctly against both Radzen themes without
   depending on a variable that does not invert. */
.map-shell[b-qco2879yx3] {
  position: relative;
  display: flex;
  height: 72vh;
  min-height: 380px;
  border: 1px solid rgba(128, 128, 128, 0.35);
  border-radius: var(--rz-border-radius, 4px);
  overflow: hidden;
}

.map-shell[b-qco2879yx3]  .map-canvas {
  flex: 1;
  min-width: 0;
}

.map-shell[b-qco2879yx3]  .map-selection {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  min-width: 16rem;
  max-width: 24rem;
}

/* Ungrouped, one coordinate can carry a country's worth of accounts, so the list scrolls inside
   the card rather than growing past the bottom of the map. */
.map-shell[b-qco2879yx3]  .map-selection-list {
  max-height: 22rem;
  overflow-y: auto;
  margin-top: 0.5rem;
}

.map-shell[b-qco2879yx3]  .map-selection-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.25rem 0;
}

.map-shell[b-qco2879yx3]  .map-selection-row + .map-selection-row {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}
/* /Pages/Admin/SuperAdmin/SiteLayout.razor.rz.scp.css */
.site-layout-card[b-yu5x2wm7yl] {
  overflow-x: auto;
  padding: 1rem;
}

.site-layout-node[b-yu5x2wm7yl] {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  min-width: max-content;
}

.site-layout-icon[b-yu5x2wm7yl] {
  align-self: center;
  color: var(--rz-primary);
  font-size: 1.1rem;
}

.site-layout-segment[b-yu5x2wm7yl] {
  font-weight: 600;
  min-width: 9rem;
}

.site-layout-path[b-yu5x2wm7yl] {
  color: var(--rz-text-color);
  overflow-wrap: anywhere;
}

.site-layout-link[b-yu5x2wm7yl],
.site-layout-link code[b-yu5x2wm7yl] {
  color: var(--rz-primary);
  text-decoration: none;
}

.site-layout-link:hover code[b-yu5x2wm7yl] {
  text-decoration: underline;
}

.site-layout-components[b-yu5x2wm7yl] {
  color: var(--rz-text-secondary-color);
  font-size: 0.8rem;
}

.site-layout-legend[b-yu5x2wm7yl] {
  color: var(--rz-text-secondary-color);
  font-size: 0.85rem;
}

.site-layout-legend span[b-yu5x2wm7yl] {
  align-items: center;
  display: inline-flex;
  gap: 0.3rem;
}
