/* [project]/src/components/Products/CampaignProgressBar.module.css [app-client] (css) */
.CampaignProgressBar-module__3TLO5G__wrap {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.CampaignProgressBar-module__3TLO5G__bar {
  background: color-mix(in srgb, var(--text) 8%, transparent);
  border-radius: 4px;
  height: 8px;
  display: flex;
  overflow: hidden;
}

.CampaignProgressBar-module__3TLO5G__segment {
  flex-basis: 0;
  min-width: 0;
}

.CampaignProgressBar-module__3TLO5G__segment[data-status="succeeded"] {
  background: var(--success, #2e9e6b);
}

.CampaignProgressBar-module__3TLO5G__segment[data-status="running"] {
  background: var(--warning, #e6a700);
}

.CampaignProgressBar-module__3TLO5G__segment[data-status="failed"] {
  background: var(--error, #d7263d);
}

.CampaignProgressBar-module__3TLO5G__segment[data-status="canceled"] {
  background: color-mix(in srgb, var(--text) 20%, transparent);
}

.CampaignProgressBar-module__3TLO5G__segment[data-status="pending"] {
  background: none;
}

.CampaignProgressBar-module__3TLO5G__summary {
  color: var(--text-muted);
  font-size: .75rem;
}


/* [project]/node_modules/ol/ol.css [app-client] (css) */
:root, :host {
  --ol-background-color: white;
  --ol-accent-background-color: #f5f5f5;
  --ol-subtle-background-color: #80808040;
  --ol-partial-background-color: #ffffffbf;
  --ol-foreground-color: #333;
  --ol-subtle-foreground-color: #666;
  --ol-brand-color: #0af;
}

.ol-box {
  box-sizing: border-box;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
  border-radius: 2px;
}

.ol-mouse-position {
  position: absolute;
  top: 8px;
  right: 8px;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  padding: 2px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-align: center;
  will-change: contents, width;
  border-top: none;
  margin: 1px;
  font-size: 10px;
  transition: all .25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
  width: 1px;
  height: 15px;
}

.ol-scale-step-text {
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 10px;
  position: absolute;
  bottom: -5px;
}

.ol-scale-text {
  text-align: center;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 12px;
  position: absolute;
  bottom: 25px;
}

.ol-scale-singlebar {
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
  height: 10px;
  position: relative;
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
  position: absolute;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  transition: opacity .25s linear, visibility linear;
  top: .5em;
  right: .5em;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  top: .5em;
  right: .5em;
}

.ol-control button {
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
  width: 1.375em;
  height: 1.375em;
  margin: 1px;
  padding: 0;
  line-height: .4em;
  text-decoration: none;
  display: block;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  will-change: transform;
  font-weight: normal;
  display: block;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover, .ol-control button:focus {
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-decoration: none;
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  flex-flow: row-reverse;
  align-items: center;
  max-width: calc(100% - 1.3em);
  display: flex;
  bottom: .5em;
  right: .5em;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  margin: 0;
  padding: 1px .5em;
  font-size: 12px;
}

.ol-attribution li {
  list-style: none;
  display: inline;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  border-radius: 4px 0 0;
  bottom: 0;
  right: 0;
}

.ol-attribution.ol-uncollapsible img {
  max-height: 1.6em;
  margin-top: -.2em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  height: 200px;
  top: 4.5em;
  left: .5em;
}

.ol-zoomslider button {
  height: 10px;
  position: relative;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  bottom: .5em;
  left: .5em;
}

.ol-overviewmap.ol-uncollapsible {
  border-radius: 0 4px 0 0;
  bottom: 0;
  left: 0;
}

.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  width: 150px;
  height: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}


/* [project]/src/components/Products/TilingPreviewMap.module.css [app-client] (css) */
.TilingPreviewMap-module__LJGg9q__map {
  background: var(--surface, #e9e9f5);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}


/* [project]/src/components/Products/ProductThumb.module.css [app-client] (css) */
.ProductThumb-module__fH01ma__thumb {
  background: color-mix(in srgb, var(--support) 10%, var(--surface));
  border: 1px solid var(--border);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}

.ProductThumb-module__fH01ma__placeholder {
  background-image: linear-gradient(135deg, color-mix(in srgb, var(--support) 18%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, var(--support) 18%, transparent) 50%, color-mix(in srgb, var(--support) 18%, transparent) 75%, transparent 75%);
  background-size: 8px 8px;
}

.ProductThumb-module__fH01ma__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}


/* [project]/src/components/Products/ProductsOverview.module.css [app-client] (css) */
.ProductsOverview-module__hREYOq__overview {
  grid-template-columns: minmax(320px, 440px) 1fr;
  align-items: start;
  gap: 20px;
  display: grid;
}

@media (width <= 960px) {
  .ProductsOverview-module__hREYOq__overview {
    grid-template-columns: 1fr;
  }
}

.ProductsOverview-module__hREYOq__rail {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.ProductsOverview-module__hREYOq__section {
  border: 1px solid var(--border, #02182b1f);
  background: var(--surface);
  border-radius: 10px;
  padding: 12px;
}

.ProductsOverview-module__hREYOq__sectionHead {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
  display: flex;
}

.ProductsOverview-module__hREYOq__sectionTitle {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0;
  font-size: .75rem;
  font-weight: 600;
}

.ProductsOverview-module__hREYOq__count {
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
  font-size: .75rem;
}

.ProductsOverview-module__hREYOq__list {
  flex-direction: column;
  gap: 6px;
  max-height: min(56vh, 640px);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-y: auto;
}

.ProductsOverview-module__hREYOq__rowWrap {
  position: relative;
}

.ProductsOverview-module__hREYOq__rowDelete {
  z-index: 1;
  width: 22px;
  height: 22px;
  color: var(--text-muted);
  font: inherit;
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--dur-fast, .15s) ease, color var(--dur-fast, .15s) ease;
  background: none;
  border: 1px solid #0000;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: 6px;
}

.ProductsOverview-module__hREYOq__rowWrap:hover .ProductsOverview-module__hREYOq__rowDelete, .ProductsOverview-module__hREYOq__rowDelete:focus-visible {
  opacity: 1;
}

.ProductsOverview-module__hREYOq__rowDeletable .ProductsOverview-module__hREYOq__rowHead {
  padding-right: 26px;
}

.ProductsOverview-module__hREYOq__rowDelete:hover {
  color: var(--error);
  border-color: color-mix(in srgb, var(--error) 40%, transparent);
}

.ProductsOverview-module__hREYOq__notice {
  color: var(--text-muted);
  margin: 0;
  font-size: .8125rem;
}

.ProductsOverview-module__hREYOq__row {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 8px 10px;
  display: flex;
  overflow: hidden;
}

.ProductsOverview-module__hREYOq__row:hover, .ProductsOverview-module__hREYOq__rowActive {
  border-color: color-mix(in srgb, var(--support) 45%, transparent);
  background: color-mix(in srgb, var(--support) 6%, transparent);
}

.ProductsOverview-module__hREYOq__rowBody {
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  display: flex;
}

.ProductsOverview-module__hREYOq__rowMain {
  flex-direction: column;
  flex: auto;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.ProductsOverview-module__hREYOq__rowHead {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.ProductsOverview-module__hREYOq__rowHead > :last-child {
  flex-shrink: 0;
}

.ProductsOverview-module__hREYOq__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  min-width: 0;
  font-size: .875rem;
  font-weight: 600;
  overflow: hidden;
}

.ProductsOverview-module__hREYOq__meta {
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 10px;
  font-size: .75rem;
  display: flex;
}

.ProductsOverview-module__hREYOq__empty {
  color: var(--text-muted);
  margin: 0;
  padding: 12px 4px;
  font-size: .8125rem;
}

.ProductsOverview-module__hREYOq__mapPane {
  height: calc(100vh - 220px);
  min-height: 480px;
  display: flex;
  position: sticky;
  top: 72px;
}

@media (width <= 960px) {
  .ProductsOverview-module__hREYOq__mapPane {
    height: 480px;
    position: static;
  }
}

.ProductsOverview-module__hREYOq__error {
  color: var(--error, #d7263d);
  background: color-mix(in srgb, var(--error, #d7263d) 8%, transparent);
  border-radius: 6px;
  margin: 0;
  padding: 8px 10px;
  font-size: .8125rem;
}


/*# sourceMappingURL=_07fe0e69._.css.map*/