/* _content/Brushtail.AspNetCore.UI/Components/Administration/ThemeCustomizer.razor.rz.scp.css */
.bt-theme-manager[b-tcrlhjaf5v] {
  padding: 20px;
  background: var(--ui-background-secondary);
  border: 1px solid var(--ui-border);
  border-radius: 8px;
  color: var(--ui-text-primary);
}

.bt-theme-list[b-tcrlhjaf5v] {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.bt-theme-item[b-tcrlhjaf5v] {
  padding: 8px 15px;
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
  border-radius: 20px;
  cursor: pointer;
  color: var(--ui-text-secondary);
}
.bt-theme-item.active[b-tcrlhjaf5v] {
  background: var(--ui-primary);
  color: var(--ui-icon-text-primary);
  border-color: var(--ui-primary);
}

.bt-theme-editor[b-tcrlhjaf5v] {
  background: var(--ui-surface);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid var(--ui-border);
  color: var(--ui-text-primary);
}

.bt-btn-small[b-tcrlhjaf5v] {
  padding: 5px 10px;
  background: var(--ui-primary);
  color: var(--ui-icon-text-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bt-add-theme[b-tcrlhjaf5v] {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* _content/Brushtail.AspNetCore.UI/Components/Common/AnimationContainer.razor.rz.scp.css */
@keyframes gsap-fallback-reveal-b-vz3v44i7ay{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.animation-container.gsap-hidden:not([data-gsap-revealed=true])[b-vz3v44i7ay]{visibility:hidden;opacity:0;will-change:opacity,visibility}[b-vz3v44i7ay] .gsap-reveal:not([data-gsap-revealed=true]){visibility:hidden;opacity:0}
/* _content/Brushtail.AspNetCore.UI/Components/Common/ItemSelection.razor.rz.scp.css */
.hc[b-surmlsa2vk] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-surmlsa2vk] {
  float: left;
}

.float-right[b-surmlsa2vk] {
  float: right;
}

.float-none[b-surmlsa2vk] {
  float: none;
}

.clear[b-surmlsa2vk] {
  clear: both;
}

.extra-space[b-surmlsa2vk] {
  padding-right: 15px;
}

.hide[b-surmlsa2vk] {
  display: none;
}

.flex-center[b-surmlsa2vk] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-surmlsa2vk] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-surmlsa2vk] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-surmlsa2vk] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.container-fluid[b-surmlsa2vk] {
  position: relative;
  background-color: var(--ui-background);
  height: 90vh;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container-fluid .row[b-surmlsa2vk] {
  background-color: #FCFCFC;
}
.container-fluid .row > *[b-surmlsa2vk] {
  padding: 0 !important;
}
.container-fluid .row .col-2[b-surmlsa2vk] {
  background-color: var(--ui-background);
}
.container-fluid .row .col-2 .item-title[b-surmlsa2vk] {
  line-height: 90px !important;
  height: 90px;
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  color: var(--ui-text-primary);
  text-align: center;
  opacity: 0.8;
  padding: 0;
  background-color: #EEEEEE;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.container-fluid .row .col-2 .item[b-surmlsa2vk] {
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 1.2em;
  opacity: 0.7;
  color: var(--ui-text-secondary);
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(112, 112, 112, 0.18);
  transition: font-size 0.1s, opacity 0.1s;
  transition-timing-function: ease-out;
}
.container-fluid .row .col-2 .item:hover[b-surmlsa2vk] {
  font-size: 1.25em;
  opacity: 0.9;
  cursor: pointer;
}
.container-fluid .row .col-2 .item.active[b-surmlsa2vk] {
  background-color: var(--ui-primary);
  color: var(--ui-secondary);
  font-size: 1.3em;
  font-weight: bold;
  opacity: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
}
.container-fluid .row .col-2 .item.active[b-surmlsa2vk]::before {
  width: 10px;
  height: 100%;
  background-color: color-mix(in srgb, var(--ui-primary), black 40%);
  content: "";
  top: 0;
  left: 0;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.container-fluid .row .col-2 .item.active[b-surmlsa2vk]::after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  right: 8px;
  content: "\f105";
}
/* _content/Brushtail.AspNetCore.UI/Components/Common/NavItem.razor.rz.scp.css */
a i:hover[b-t00bh3wmpf] {
  cursor: pointer !important;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/DynamicColumnUI.razor.rz.scp.css */
.hc[b-4blj541bdw] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-4blj541bdw] {
  float: left;
}

.float-right[b-4blj541bdw] {
  float: right;
}

.float-none[b-4blj541bdw] {
  float: none;
}

.clear[b-4blj541bdw] {
  clear: both;
}

.extra-space[b-4blj541bdw] {
  padding-right: 15px;
}

.hide[b-4blj541bdw] {
  display: none;
}

.flex-center[b-4blj541bdw] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-4blj541bdw] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-4blj541bdw] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-4blj541bdw] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.dynamic-controlls[b-4blj541bdw] {
  background-color: var(--ui-background-secondary);
  height: 90px;
}
.dynamic-controlls .title[b-4blj541bdw] {
  font-family: "Nunito", sans-serif;
  color: var(--ui-text-primary);
  font-size: 1.6em;
  font-weight: bolder;
  padding: 30px 0px;
}
.dynamic-controlls .btnswitcher[b-4blj541bdw] {
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 0;
  width: 150px;
  font-family: "Nunito", sans-serif;
  font-size: large;
  font-weight: bold;
  border-color: color-mix(in srgb, var(--ui-primary), transparent 20%);
  border-style: solid;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.dynamic-controlls .btnswitcher:hover[b-4blj541bdw] {
  cursor: pointer;
  border-color: color-mix(in srgb, var(--ui-border), transparent 60%);
  border-style: solid;
  border-radius: 10px;
  outline: none;
}
.dynamic-controlls .btnswitcher:focus[b-4blj541bdw] {
  outline: none;
}

.add-new-column[b-4blj541bdw] {
  position: absolute;
  width: 42px;
  right: -36px;
  top: 30vh;
  transition: right 0.25s ease-out;
}
.add-new-column .text[b-4blj541bdw] {
  position: relative;
  top: -95px;
  right: 35px;
  width: 117px;
  font-weight: bolder;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  color: var(--ui-secondary);
  transform: rotateZ(-90deg);
}
.add-new-column:hover[b-4blj541bdw] {
  right: 0;
  cursor: pointer;
}

.icon[b-4blj541bdw], [b-4blj541bdw] .icon {
  font-size: 1.2rem !important;
  opacity: 0.6;
  transition: opacity 0.1s;
}
.icon:hover[b-4blj541bdw], [b-4blj541bdw] .icon:hover {
  cursor: pointer;
  opacity: 1;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/MultiTenantUI.razor.rz.scp.css */
.card[b-8asab0fvl2] {
  border: none;
  transition: box-shadow 0.3s ease;
}

.card-header[b-8asab0fvl2] {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.card-title[b-8asab0fvl2] {
  font-weight: 600;
  color: #333;
}

.alert-info.bg-info[b-8asab0fvl2] {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.table thead th[b-8asab0fvl2] {
  background-color: #f8fafc;
  border-bottom-width: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: #64748b;
}
.table tbody tr[b-8asab0fvl2] {
  transition: background-color 0.2s ease;
}

.selected-row[b-8asab0fvl2] {
  background-color: rgba(14, 165, 233, 0.4) !important;
  --bs-table-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-accent-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-striped-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-hover-bg: rgba(14, 165, 233, 0.4) !important;
  transition: all 0.2s ease;
}
.selected-row > td[b-8asab0fvl2], .selected-row > th[b-8asab0fvl2] {
  background-color: rgba(14, 165, 233, 0.4) !important;
  color: #0369a1 !important;
  font-weight: 600 !important;
  border-top: 1px solid rgba(14, 165, 233, 0.5) !important;
  border-bottom: 1px solid rgba(14, 165, 233, 0.5) !important;
}
.selected-row > td:first-child[b-8asab0fvl2], .selected-row > th:first-child[b-8asab0fvl2] {
  border-left: 4px solid #0ea5e9 !important;
}

.btn-primary[b-8asab0fvl2] {
  background-image: linear-gradient(to bottom, #2563eb, #1d4ed8);
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-primary:hover[b-8asab0fvl2] {
  background-image: linear-gradient(to bottom, #1d4ed8, #1e40af);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.gap-2[b-8asab0fvl2] {
  gap: 0.5rem;
}

.justify-space-between[b-8asab0fvl2] {
  justify-content: space-between !important;
}

.align-center[b-8asab0fvl2] {
  align-items: center !important;
}

.d-flex[b-8asab0fvl2] {
  display: flex !important;
}

.security-toolbelt[b-8asab0fvl2] {
  background-color: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.modal-section-title[b-8asab0fvl2] {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/SoftDeleteUI.razor.rz.scp.css */
[b-s947r9mb0k] .icon {
  opacity: 0.5;
  font-size: 1.3rem !important;
  transition: opacity 0.2s;
}
[b-s947r9mb0k] .icon:hover {
  opacity: 0.8;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/StressTestUI.razor.rz.scp.css */
@charset "UTF-8";
.bt-stress-container[b-aan9yqmhe5] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1.5rem;
  font-family: "Inter", "Outfit", sans-serif;
  color: var(--ui-text-primary, #1e293b);
  background-color: var(--ui-background, #fafafa);
  border-radius: var(--ui-border-radius, 12px);
  box-shadow: var(--ui-box-shadow, 0 4px 20px rgba(0, 0, 0, 0.05));
}
@media (min-width: 992px) {
  .bt-stress-container[b-aan9yqmhe5] {
    grid-template-columns: 420px 1fr;
  }
}

/* ── Form Styling ── */
.bt-stress-form[b-aan9yqmhe5] {
  background: var(--ui-surface, #ffffff);
  border: 1px solid var(--ui-border, #e2e8f0);
  border-radius: var(--ui-border-radius, 12px);
  padding: 1.5rem;
  box-shadow: var(--ui-box-shadow, 0 1px 3px rgba(0, 0, 0, 0.05));
}
.bt-stress-form h3[b-aan9yqmhe5] {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: var(--ui-text-primary, #0f172a);
  font-size: 1.35rem;
}
.bt-stress-form h3 .icon[b-aan9yqmhe5] {
  color: var(--ui-primary, #2563eb);
}
.bt-stress-form .bt-form-subtitle[b-aan9yqmhe5] {
  color: var(--ui-text-secondary, #64748b);
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

.bt-setting-row[b-aan9yqmhe5] {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.bt-setting-row label[b-aan9yqmhe5] {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ui-text-secondary, #475569);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bt-setting-row label small[b-aan9yqmhe5] {
  text-transform: none;
  color: var(--ui-text-secondary, #94a3b8);
  font-weight: normal;
}

.bt-setting-grid[b-aan9yqmhe5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.bt-input-url[b-aan9yqmhe5],
.bt-input-num[b-aan9yqmhe5],
.bt-select[b-aan9yqmhe5],
.bt-textarea-headers[b-aan9yqmhe5],
.bt-textarea-body[b-aan9yqmhe5] {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--ui-border, #cbd5e1);
  border-radius: var(--ui-border-radius, 8px);
  font-size: 0.9rem;
  background-color: var(--ui-background-secondary, #f8fafc);
  color: var(--ui-text-primary, #334155);
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.bt-input-url:focus[b-aan9yqmhe5],
.bt-input-num:focus[b-aan9yqmhe5],
.bt-select:focus[b-aan9yqmhe5],
.bt-textarea-headers:focus[b-aan9yqmhe5],
.bt-textarea-body:focus[b-aan9yqmhe5] {
  outline: none;
  border-color: var(--ui-primary, #3b82f6);
  background-color: var(--ui-surface, #ffffff);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.bt-input-url:disabled[b-aan9yqmhe5],
.bt-input-num:disabled[b-aan9yqmhe5],
.bt-select:disabled[b-aan9yqmhe5],
.bt-textarea-headers:disabled[b-aan9yqmhe5],
.bt-textarea-body:disabled[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #e2e8f0);
  color: var(--ui-text-secondary, #94a3b8);
  cursor: not-allowed;
}

.bt-textarea-headers[b-aan9yqmhe5] {
  height: 90px;
  font-family: monospace;
  resize: vertical;
}

.bt-textarea-body[b-aan9yqmhe5] {
  height: 120px;
  font-family: monospace;
  resize: vertical;
}

.bt-radio-group[b-aan9yqmhe5] {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.25rem;
}

.bt-radio-label[b-aan9yqmhe5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: var(--ui-text-primary, #334155) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  cursor: pointer;
}
.bt-radio-label input[b-aan9yqmhe5] {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* ── Actions Button ── */
.bt-form-actions[b-aan9yqmhe5] {
  margin-top: 1.75rem;
}

.bt-btn[b-aan9yqmhe5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  border-radius: var(--ui-border-radius, 8px);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.bt-btn-large[b-aan9yqmhe5] {
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
}
.bt-btn-primary[b-aan9yqmhe5] {
  background: var(--ui-primary, #2563eb);
  color: var(--ui-icon-text-primary, #ffffff);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}
.bt-btn-primary:hover[b-aan9yqmhe5] {
  background: var(--ui-primary, #1d4ed8);
  filter: brightness(0.9);
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.3);
}
.bt-btn-danger[b-aan9yqmhe5] {
  background: var(--ui-error, #ef4444);
  color: var(--ui-icon-text-primary, #ffffff);
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.2);
}
.bt-btn-danger:hover[b-aan9yqmhe5] {
  background: var(--ui-error, #dc2626);
  filter: brightness(0.9);
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(239, 68, 68, 0.3);
}

/* ── Right Side: Dashboard ── */
.bt-stress-dashboard[b-aan9yqmhe5] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bt-dashboard-header[b-aan9yqmhe5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ui-border, #e2e8f0);
  padding-bottom: 0.75rem;
}
.bt-dashboard-header h3[b-aan9yqmhe5] {
  margin: 0;
  font-weight: 700;
  color: var(--ui-text-primary, #0f172a);
  font-size: 1.35rem;
}

/* ── Status Badge ── */
.bt-status-badge[b-aan9yqmhe5] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bt-status-badge-ready[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #f1f5f9);
  color: var(--ui-text-secondary, #475569);
}
.bt-status-badge-ready .bt-status-dot[b-aan9yqmhe5] {
  background-color: var(--ui-text-secondary, #64748b);
}
.bt-status-badge-running[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #dbeafe);
  color: var(--ui-info, #1e40af);
}
.bt-status-badge-running .bt-status-dot[b-aan9yqmhe5] {
  background-color: var(--ui-info, #3b82f6);
  animation: pulse-b-aan9yqmhe5 1.5s infinite;
}
.bt-status-badge-completed[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #dcfce7);
  color: var(--ui-success, #166534);
}
.bt-status-badge-completed .bt-status-dot[b-aan9yqmhe5] {
  background-color: var(--ui-success, #22c55e);
}
.bt-status-badge-aborted[b-aan9yqmhe5], .bt-status-badge-aborting[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #fee2e2);
  color: var(--ui-error, #991b1b);
}
.bt-status-badge-aborted .bt-status-dot[b-aan9yqmhe5], .bt-status-badge-aborting .bt-status-dot[b-aan9yqmhe5] {
  background-color: var(--ui-error, #ef4444);
}

@keyframes pulse-b-aan9yqmhe5 {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
/* ── Metrics Cards Grid ── */
.bt-metrics-grid[b-aan9yqmhe5] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .bt-metrics-grid[b-aan9yqmhe5] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bt-metric-card[b-aan9yqmhe5] {
  background: var(--ui-surface, #ffffff);
  border: 1px solid var(--ui-border, #e2e8f0);
  border-radius: var(--ui-border-radius, 12px);
  padding: 1.25rem;
  box-shadow: var(--ui-box-shadow, 0 1px 3px rgba(0, 0, 0, 0.05));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bt-metric-card .bt-card-header[b-aan9yqmhe5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ui-text-secondary, #64748b);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bt-metric-card .bt-metric-icon[b-aan9yqmhe5] {
  font-size: 1rem;
}
.bt-metric-card .bt-card-value[b-aan9yqmhe5] {
  font-size: 2rem;
  font-weight: 800;
  color: var(--ui-text-primary, #0f172a);
}
.bt-metric-card .bt-card-value small[b-aan9yqmhe5] {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ui-text-secondary, #64748b);
  margin-left: 0.2rem;
}
.bt-metric-card .bt-card-footer[b-aan9yqmhe5] {
  font-size: 0.75rem;
  color: var(--ui-text-secondary, #94a3b8);
  border-top: 1px solid var(--ui-border, #f1f5f9);
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}
.bt-metric-card[b-aan9yqmhe5] {
  /* Card Specific Colors */
}
.bt-metric-card.bt-card-rps[b-aan9yqmhe5] {
  border-left: 4px solid var(--ui-primary, #3b82f6);
}
.bt-metric-card.bt-card-rps .bt-metric-icon[b-aan9yqmhe5] {
  color: var(--ui-primary, #3b82f6);
}
.bt-metric-card.bt-card-latency[b-aan9yqmhe5] {
  border-left: 4px solid var(--ui-warning, #eab308);
}
.bt-metric-card.bt-card-latency .bt-metric-icon[b-aan9yqmhe5] {
  color: var(--ui-warning, #eab308);
}
.bt-metric-card.bt-card-success-rate[b-aan9yqmhe5] {
  border-left: 4px solid var(--ui-success, #10b981);
}
.bt-metric-card.bt-card-success-rate .bt-metric-icon[b-aan9yqmhe5] {
  color: var(--ui-success, #10b981);
}

/* ── Progress Section ── */
.bt-progress-section[b-aan9yqmhe5] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: var(--ui-surface, #ffffff);
  border: 1px solid var(--ui-border, #e2e8f0);
  border-radius: var(--ui-border-radius, 12px);
  padding: 1rem 1.25rem;
}

.bt-progress-label[b-aan9yqmhe5] {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ui-text-primary, #475569);
  text-transform: uppercase;
}

.bt-progress-track[b-aan9yqmhe5] {
  height: 10px;
  background-color: var(--ui-background-secondary, #f1f5f9);
  border-radius: 9999px;
  overflow: hidden;
}

.bt-progress-fill[b-aan9yqmhe5] {
  height: 100%;
  background: var(--ui-primary, #3b82f6);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

/* ── Status Breakdown ── */
.bt-status-breakdown[b-aan9yqmhe5] {
  background: var(--ui-surface, #ffffff);
  border: 1px solid var(--ui-border, #e2e8f0);
  border-radius: var(--ui-border-radius, 12px);
  padding: 1rem 1.25rem;
}
.bt-status-breakdown h4[b-aan9yqmhe5] {
  margin: 0 0 0.75rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ui-text-primary, #475569);
  text-transform: uppercase;
}

.bt-badge-list[b-aan9yqmhe5] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bt-badge-pill[b-aan9yqmhe5] {
  padding: 0.3rem 0.65rem;
  border-radius: var(--ui-border-radius, 6px);
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.bt-badge-pill-success[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #ecfdf5);
  color: var(--ui-success, #047857);
  border: 1px solid var(--ui-border, #a7f3d0);
}
.bt-badge-pill-error[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #fef2f2);
  color: var(--ui-error, #b91c1c);
  border: 1px solid var(--ui-border, #fecaca);
}

/* ── Console logs ── */
.bt-console-container[b-aan9yqmhe5] {
  background-color: var(--ui-background, #0f172a);
  border-radius: var(--ui-border-radius, 10px);
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  max-height: 400px;
}

.bt-console-header[b-aan9yqmhe5] {
  background-color: var(--ui-background-secondary, #1e293b);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.bt-console-header .bt-dot[b-aan9yqmhe5] {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
}
.bt-console-header .bt-dot.red[b-aan9yqmhe5] {
  background-color: var(--ui-error, #ef4444);
}
.bt-console-header .bt-dot.yellow[b-aan9yqmhe5] {
  background-color: var(--ui-warning, #f59e0b);
}
.bt-console-header .bt-dot.green[b-aan9yqmhe5] {
  background-color: var(--ui-success, #10b981);
}
.bt-console-header .bt-console-title[b-aan9yqmhe5] {
  color: var(--ui-text-secondary, #94a3b8);
  font-size: 0.75rem;
  font-family: monospace;
  margin-left: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bt-console-body[b-aan9yqmhe5] {
  padding: 1rem;
  color: var(--ui-text-primary, #e2e8f0);
  font-family: "Fira Code", "Courier New", Courier, monospace;
  font-size: 0.8rem;
  line-height: 1.4;
  overflow-y: auto;
  flex-grow: 1;
  text-align: left;
}
.bt-console-body[b-aan9yqmhe5]::-webkit-scrollbar {
  width: 6px;
}
.bt-console-body[b-aan9yqmhe5]::-webkit-scrollbar-track {
  background: var(--ui-background, #0f172a);
}
.bt-console-body[b-aan9yqmhe5]::-webkit-scrollbar-thumb {
  background: var(--ui-border, #334155);
  border-radius: 3px;
}

.bt-console-placeholder[b-aan9yqmhe5] {
  color: var(--ui-text-secondary, #475569);
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.bt-console-line[b-aan9yqmhe5] {
  margin-bottom: 0.35rem;
  word-break: break-all;
}
.bt-console-line.success[b-aan9yqmhe5] {
  color: var(--ui-success, #34d399);
}
.bt-console-line.error[b-aan9yqmhe5] {
  color: var(--ui-error, #f87171);
  font-weight: 600;
}
.bt-console-line.info[b-aan9yqmhe5] {
  color: var(--ui-info, #38bdf8);
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/ValueTrackingUI.razor.rz.scp.css */
[b-1vimxzqu1l] .icon {
  opacity: 0.5;
  font-size: 1.3rem !important;
  transition: opacity 0.2s;
}
[b-1vimxzqu1l] .icon:hover {
  opacity: 0.8;
}
/* _content/Brushtail.AspNetCore.UI/Components/Special/PhotoEditor.razor.rz.scp.css */
@charset "UTF-8";
/* Brushtail AspNetCore Photo Editor - Component Isolated Stylesheet (SCSS) */
.photo-editor-container[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #121214;
  color: #f3f4f6;
  font-family: "Inter", system-ui, sans-serif;
  user-select: none;
  overflow: hidden;
}

/* Header & Navbar */
.photo-editor-header[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 16px;
  background-color: rgba(26, 26, 30, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1050;
}
.photo-editor-header .ps-menu-bar[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.photo-editor-header .ps-menu-bar .photo-editor-title[b-7hw9w6ujnn] {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #e5e7eb;
  white-space: nowrap;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper[b-7hw9w6ujnn] {
  position: relative;
  display: inline-block;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-item[b-7hw9w6ujnn] {
  font-size: 13px;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 4px;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-item:hover[b-7hw9w6ujnn], .photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-item.active[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content[b-7hw9w6ujnn] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a1a1e;
  min-width: 200px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  z-index: 1000;
  padding: 6px 0;
  margin-top: 4px;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content[b-7hw9w6ujnn]::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .dropdown-divider[b-7hw9w6ujnn] {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 6px 0;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn[b-7hw9w6ujnn] {
  color: #d1d5db;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  gap: 16px;
  transition: all 0.15s ease;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn span[b-7hw9w6ujnn] {
  pointer-events: none;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn:hover[b-7hw9w6ujnn] {
  background-color: #3b82f6;
  color: #ffffff;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn:disabled[b-7hw9w6ujnn] {
  color: #4b5563;
  cursor: not-allowed;
  background: none;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn .menu-shortcut[b-7hw9w6ujnn] {
  font-size: 10px;
  color: #6b7280;
  pointer-events: none;
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper .ps-menu-dropdown-content .ps-dropdown-btn:hover .menu-shortcut[b-7hw9w6ujnn] {
  color: rgba(255, 255, 255, 0.8);
}
.photo-editor-header .ps-menu-bar .ps-dropdown-menu .ps-menu-item-wrapper:hover .ps-menu-dropdown-content[b-7hw9w6ujnn] {
  display: block;
}
.photo-editor-header .header-actions[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Common UI Elements: Buttons & Inputs */
.btn[b-7hw9w6ujnn] {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn.btn-danger[b-7hw9w6ujnn] {
  background-color: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.3);
}
.btn.btn-danger:hover[b-7hw9w6ujnn] {
  background-color: #ef4444;
  color: #ffffff;
}
.btn.btn-stop[b-7hw9w6ujnn] {
  background-color: #ef4444;
  color: #ffffff;
}
.btn.btn-stop:hover[b-7hw9w6ujnn] {
  background-color: #dc2626;
}
.btn.btn-success[b-7hw9w6ujnn] {
  background-color: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border-color: rgba(16, 185, 129, 0.3);
}
.btn.btn-success:hover[b-7hw9w6ujnn] {
  background-color: #10b981;
  color: #ffffff;
}
.btn.btn-outline[b-7hw9w6ujnn] {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(255, 255, 255, 0.15);
}
.btn.btn-outline:hover[b-7hw9w6ujnn] {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-filled[b-7hw9w6ujnn] {
  background-color: #3b82f6;
  color: #ffffff;
}
.btn.btn-filled:hover[b-7hw9w6ujnn] {
  background-color: #2563eb;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}
.btn.btn-secondary[b-7hw9w6ujnn] {
  background-color: #8b5cf6;
  color: #ffffff;
}
.btn.btn-secondary:hover[b-7hw9w6ujnn] {
  background-color: #7c3aed;
}

.btn-icon[b-7hw9w6ujnn] {
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.btn-icon:hover[b-7hw9w6ujnn] {
  color: #f3f4f6;
  background-color: rgba(255, 255, 255, 0.06);
}

.form-input[b-7hw9w6ujnn] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3f4f6;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  outline: none;
  box-sizing: border-box;
}
.form-input:focus[b-7hw9w6ujnn] {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.slider[b-7hw9w6ujnn] {
  -webkit-appearance: none;
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.slider[b-7hw9w6ujnn]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.slider[b-7hw9w6ujnn]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.color-picker-input[b-7hw9w6ujnn] {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
}

input[type=color][b-7hw9w6ujnn] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 !important;
  overflow: hidden;
}
input[type=color][b-7hw9w6ujnn]::-webkit-color-swatch-wrapper {
  padding: 0 !important;
}
input[type=color][b-7hw9w6ujnn]::-webkit-color-swatch {
  border: none !important;
  border-radius: 3px;
}
input[type=color][b-7hw9w6ujnn]::-moz-color-swatch {
  border: none !important;
  border-radius: 3px;
}

/* Workspace Panels */
.photo-editor-workspace[b-7hw9w6ujnn] {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Tools Sidebar */
.photo-editor-sidebar[b-7hw9w6ujnn] {
  width: 55px;
  background-color: rgba(26, 26, 30, 0.75);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 8px;
  z-index: 100;
}
.photo-editor-sidebar .tool-button[b-7hw9w6ujnn] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.photo-editor-sidebar .tool-button:hover[b-7hw9w6ujnn] {
  color: #f3f4f6;
  background-color: rgba(255, 255, 255, 0.06);
}
.photo-editor-sidebar .tool-button.active[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: #3b82f6;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}
.photo-editor-sidebar[b-7hw9w6ujnn] {
  /* Nested Tool Groups & Flyouts */
}
.photo-editor-sidebar .tool-group[b-7hw9w6ujnn] {
  position: relative;
  width: 38px;
  height: 38px;
}
.photo-editor-sidebar .tool-group:hover .tool-group-flyout[b-7hw9w6ujnn] {
  display: flex;
}
.photo-editor-sidebar .expand-arrow[b-7hw9w6ujnn] {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 6px;
  color: rgba(255, 255, 255, 0.4);
}
.photo-editor-sidebar .tool-group-flyout[b-7hw9w6ujnn] {
  display: none;
  position: absolute;
  left: 45px;
  top: 0;
  background-color: rgba(26, 26, 30, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 6px;
  flex-direction: column;
  gap: 4px;
  z-index: 200;
  min-width: 140px;
}
.photo-editor-sidebar .tool-group-flyout[b-7hw9w6ujnn]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: transparent;
}
.photo-editor-sidebar .tool-button-sub[b-7hw9w6ujnn] {
  width: 100%;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  color: #9ca3af;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.photo-editor-sidebar .tool-button-sub:hover[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.photo-editor-sidebar .tool-button-sub.active[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: #3b82f6;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}
.photo-editor-sidebar .sidebar-color-picker[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 38px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.photo-editor-sidebar .sidebar-color-picker .color-picker-header-actions[b-7hw9w6ujnn] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 2px;
}
.photo-editor-sidebar .sidebar-color-picker .color-picker-header-actions button[b-7hw9w6ujnn] {
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.photo-editor-sidebar .sidebar-color-picker .color-picker-header-actions button:hover[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap[b-7hw9w6ujnn] {
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper[b-7hw9w6ujnn] {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.15s ease, z-index 0.15s ease;
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper input[type=color][b-7hw9w6ujnn] {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: none;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper.foreground-swatch[b-7hw9w6ujnn] {
  top: 0;
  left: 0;
  z-index: 2;
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper.foreground-swatch:hover[b-7hw9w6ujnn] {
  z-index: 3;
  transform: scale(1.05);
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper.background-swatch[b-7hw9w6ujnn] {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.photo-editor-sidebar .sidebar-color-picker .color-swatches-overlap .color-swatch-wrapper.background-swatch:hover[b-7hw9w6ujnn] {
  z-index: 3;
  transform: scale(1.05);
}

/* Canvas Viewport */
.photo-editor-canvas-area[b-7hw9w6ujnn] {
  flex: 1;
  position: relative;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0e;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}

.canvas-wrapper[b-7hw9w6ujnn] {
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
}

.editor-canvas[b-7hw9w6ujnn] {
  display: block;
}

.overlay-canvas[b-7hw9w6ujnn] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
}

/* Properties & Options Bar */
.photo-editor-properties[b-7hw9w6ujnn] {
  min-height: 48px;
  height: auto;
  background-color: rgba(20, 20, 24, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  overflow-x: auto;
}
.photo-editor-properties .properties-layout[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.photo-editor-properties .property-group[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.photo-editor-properties .property-group:last-child[b-7hw9w6ujnn] {
  border-right: none;
}
.photo-editor-properties .property-group span[b-7hw9w6ujnn] {
  font-size: 11px;
  color: #9ca3af;
  white-space: nowrap;
}
.photo-editor-properties .property-group .slider-val[b-7hw9w6ujnn] {
  min-width: 35px;
  text-align: right;
}
.photo-editor-properties .property-group[b-7hw9w6ujnn] {
  /* Standardized control elements inside options bar */
}
.photo-editor-properties .property-group input[type=number][b-7hw9w6ujnn], .photo-editor-properties .property-group input[type=text][b-7hw9w6ujnn], .photo-editor-properties .property-group select[b-7hw9w6ujnn] {
  height: 28px;
  background-color: #111827;
  border: 1px solid #374151;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  outline: none;
  box-sizing: border-box;
}
.photo-editor-properties .property-group input[type=number]:focus[b-7hw9w6ujnn], .photo-editor-properties .property-group input[type=text]:focus[b-7hw9w6ujnn], .photo-editor-properties .property-group select:focus[b-7hw9w6ujnn] {
  border-color: #3b82f6;
}
.photo-editor-properties .property-group[b-7hw9w6ujnn] {
  /* Color inputs formatting */
}
.photo-editor-properties .property-group input[type=color][b-7hw9w6ujnn] {
  width: 32px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.photo-editor-properties .property-group[b-7hw9w6ujnn] {
  /* Fix height of MudBlazor/Custom component wrappers if any */
}
.photo-editor-properties .property-group .mud-input-control[b-7hw9w6ujnn], .photo-editor-properties .property-group .mud-input[b-7hw9w6ujnn] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Sidebar Utilities (Layers, Comments) */
.photo-editor-utility-panel[b-7hw9w6ujnn] {
  width: 280px;
  background-color: rgba(26, 26, 30, 0.85);
  backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.photo-editor-utility-panel .ps-tabs-header[b-7hw9w6ujnn] {
  display: flex;
  background-color: rgba(18, 18, 20, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  user-select: none;
}
.photo-editor-utility-panel .ps-tabs-header .ps-tab-title[b-7hw9w6ujnn] {
  flex: 1;
  text-align: center;
  padding: 10px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  cursor: grab;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.photo-editor-utility-panel .ps-tabs-header .ps-tab-title:hover[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.04);
}
.photo-editor-utility-panel .ps-tabs-header .ps-tab-title.active[b-7hw9w6ujnn] {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.05);
  font-weight: 700;
}
.photo-editor-utility-panel .ps-tabs-header .ps-tab-title:active[b-7hw9w6ujnn] {
  cursor: grabbing;
}
.photo-editor-utility-panel .ps-tabs-content[b-7hw9w6ujnn] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.panel-section-header[b-7hw9w6ujnn] {
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  background-color: rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-header[b-7hw9w6ujnn] {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.utility-content[b-7hw9w6ujnn] {
  padding: 12px;
}

.pages-list[b-7hw9w6ujnn], .comment-list[b-7hw9w6ujnn] {
  max-height: 240px;
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.layer-list[b-7hw9w6ujnn] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ps-icon[b-7hw9w6ujnn] {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.15s ease;
}
.ps-icon.ps-icon-dimmed[b-7hw9w6ujnn] {
  opacity: 0.3;
}

.layer-style-tab-item[b-7hw9w6ujnn] {
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
}
.layer-style-tab-item:hover[b-7hw9w6ujnn] {
  background-color: rgba(255, 255, 255, 0.04);
}
.layer-style-tab-item.active[b-7hw9w6ujnn] {
  background-color: rgba(59, 130, 246, 0.1);
  border-left-color: #3b82f6;
  color: #ffffff;
  font-weight: 600;
}

/* Custom Scrollbars for Sidebar */
.pages-list[b-7hw9w6ujnn]::-webkit-scrollbar,
.layer-list[b-7hw9w6ujnn]::-webkit-scrollbar,
.comment-list[b-7hw9w6ujnn]::-webkit-scrollbar,
.photo-editor-utility-panel[b-7hw9w6ujnn]::-webkit-scrollbar {
  width: 6px;
}

.pages-list[b-7hw9w6ujnn]::-webkit-scrollbar-track,
.layer-list[b-7hw9w6ujnn]::-webkit-scrollbar-track,
.comment-list[b-7hw9w6ujnn]::-webkit-scrollbar-track,
.photo-editor-utility-panel[b-7hw9w6ujnn]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.pages-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb,
.layer-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb,
.comment-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb,
.photo-editor-utility-panel[b-7hw9w6ujnn]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.pages-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb:hover,
.layer-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb:hover,
.comment-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb:hover,
.photo-editor-utility-panel[b-7hw9w6ujnn]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.layer-item[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}
.layer-item .layer-info[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layer-item .ps-layer-mask-link[b-7hw9w6ujnn] {
  font-size: 10px;
  color: #6b7280;
}
.layer-item .ps-layer-mask-thumbnail[b-7hw9w6ujnn] {
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.layer-item .ps-layer-mask-thumbnail.mask-visible[b-7hw9w6ujnn] {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.6);
  background: #ffffff;
}
.layer-item .ps-layer-mask-thumbnail.mask-disabled[b-7hw9w6ujnn] {
  opacity: 0.6;
}
.layer-item:hover[b-7hw9w6ujnn] {
  background-color: rgba(255, 255, 255, 0.06);
}
.layer-item.active[b-7hw9w6ujnn] {
  background-color: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
}

.comment-card[b-7hw9w6ujnn] {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.comment-card .comment-card-header[b-7hw9w6ujnn] {
  display: flex;
  justify-content: space-between;
  color: #9ca3af;
  font-weight: 600;
}
.comment-card .comment-text[b-7hw9w6ujnn] {
  margin: 0;
  color: #e5e7eb;
}

.comment-input-area[b-7hw9w6ujnn] {
  padding: 8px;
}

.divider[b-7hw9w6ujnn] {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 12px 0;
}

.w-100[b-7hw9w6ujnn] {
  width: 100%;
}

.mt-2[b-7hw9w6ujnn] {
  margin-top: 8px;
}

/* Modal Styles */
.editor-modal-backdrop[b-7hw9w6ujnn] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.editor-modal[b-7hw9w6ujnn] {
  background-color: #1a1a1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.editor-modal-header[b-7hw9w6ujnn] {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor-modal-header h3[b-7hw9w6ujnn] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.editor-modal-body[b-7hw9w6ujnn] {
  padding: 16px;
  max-height: 400px;
  overflow-y: auto;
}

.editor-modal-footer[b-7hw9w6ujnn] {
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}

.templates-grid[b-7hw9w6ujnn] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.template-card[b-7hw9w6ujnn] {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.template-card h4[b-7hw9w6ujnn] {
  margin: 0 0 4px 0;
  font-size: 13px;
  font-weight: 600;
}
.template-card .template-dims[b-7hw9w6ujnn] {
  font-size: 11px;
  color: #3b82f6;
}
.template-card .template-desc[b-7hw9w6ujnn] {
  margin: 8px 0 0 0;
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.4;
}
.template-card:hover[b-7hw9w6ujnn] {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: #3b82f6;
  transform: translateY(-2px);
}

.signature-pad-container[b-7hw9w6ujnn] {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background-color: #0c0c0e;
  border-radius: 8px;
  height: 180px;
  overflow: hidden;
}

.signature-canvas[b-7hw9w6ujnn] {
  width: 100%;
  height: 100%;
  display: block;
}

/* Color Extraction Grid styling */
.extracted-palette-grid[b-7hw9w6ujnn] {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6px;
  border-radius: 6px;
  justify-content: space-between;
}
.extracted-palette-grid .palette-swatch[b-7hw9w6ujnn] {
  flex: 1;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease;
}
.extracted-palette-grid .palette-swatch:hover[b-7hw9w6ujnn] {
  transform: scale(1.1);
}

/* Form inputs & selections matching theme */
.form-select[b-7hw9w6ujnn] {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3f4f6;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
  outline: none;
}
.form-select option[b-7hw9w6ujnn] {
  background-color: #1a1a1e;
  color: #f3f4f6;
}

.form-control-sm[b-7hw9w6ujnn] {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3f4f6;
  border-radius: 4px;
  font-size: 11px;
}

/* Sprite output results panel */
.sprite-output[b-7hw9w6ujnn] {
  background-color: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.sprite-output .success-text[b-7hw9w6ujnn] {
  color: #10b981;
  font-weight: 500;
}

/* Template Hub Styles */
.template-hub[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 60px 24px;
  background: radial-gradient(circle at top, #1e1e24 0%, #0d0d11 100%);
  overflow-y: auto;
  box-sizing: border-box;
}
.template-hub .hub-header[b-7hw9w6ujnn] {
  text-align: center;
  margin-bottom: 40px;
}
.template-hub .hub-header h2[b-7hw9w6ujnn] {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}
.template-hub .hub-header p[b-7hw9w6ujnn] {
  font-size: 15px;
  color: #9ca3af;
  margin: 0;
}
.template-hub .hub-categories[b-7hw9w6ujnn] {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 6px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.template-hub .hub-subcategories[b-7hw9w6ujnn] {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 20px;
}
.template-hub .category-tab[b-7hw9w6ujnn] {
  background: transparent;
  color: #9ca3af;
  border: none;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-hub .category-tab:hover[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.template-hub .category-tab.active[b-7hw9w6ujnn] {
  background-color: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
}
.template-hub .templates-hub-grid[b-7hw9w6ujnn] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 48px;
}
.template-hub .template-hub-card[b-7hw9w6ujnn] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}
.template-hub .template-hub-card:hover[b-7hw9w6ujnn] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(59, 130, 246, 0.15);
}
.template-hub .template-icon[b-7hw9w6ujnn] {
  font-size: 24px;
  background-color: rgba(59, 130, 246, 0.1);
  padding: 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  flex-shrink: 0;
}
.template-hub .template-info[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.template-hub .template-info h4[b-7hw9w6ujnn] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.template-hub .template-info .dims[b-7hw9w6ujnn] {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #3b82f6;
}
.template-hub .template-info .desc[b-7hw9w6ujnn] {
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
}
.template-hub .hub-actions[b-7hw9w6ujnn] {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
}
.template-hub .file-uploader-box[b-7hw9w6ujnn] {
  width: 100%;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.01);
  transition: all 0.3s ease;
}
.template-hub .file-uploader-box:hover[b-7hw9w6ujnn] {
  border-color: #3b82f6;
  background: rgba(59, 130, 246, 0.02);
}
.template-hub .file-upload-label[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.template-hub .file-upload-label span[b-7hw9w6ujnn] {
  font-size: 15px;
  font-weight: 500;
  color: #e5e7eb;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.template-hub .file-upload-label span[b-7hw9w6ujnn]::before {
  content: "📤";
  font-size: 32px;
}
.template-hub .file-upload-label input[type=file][b-7hw9w6ujnn] {
  display: none;
}

/* Rulers & Guides styling */
.photo-editor-ruler[b-7hw9w6ujnn] {
  position: absolute;
  background-color: #1a1a1e;
  z-index: 50;
  pointer-events: auto;
}
.photo-editor-ruler.horizontal[b-7hw9w6ujnn] {
  top: 0;
  left: 20px;
  height: 20px;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: col-resize;
}
.photo-editor-ruler.vertical[b-7hw9w6ujnn] {
  top: 20px;
  left: 0;
  width: 20px;
  height: calc(100% - 20px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  cursor: row-resize;
}

.ruler-corner[b-7hw9w6ujnn] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #141417;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 60;
  cursor: pointer;
}

.ruler-context-menu[b-7hw9w6ujnn] {
  position: absolute;
  background-color: #1a1a1e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 4px 0;
  min-width: 130px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.ruler-context-menu button[b-7hw9w6ujnn] {
  background: none;
  border: none;
  color: #d1d5db;
  padding: 6px 12px;
  text-align: left;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
}
.ruler-context-menu button:hover[b-7hw9w6ujnn] {
  background-color: #3b82f6;
  color: #ffffff;
}
.ruler-context-menu button.active[b-7hw9w6ujnn] {
  color: #3b82f6;
  font-weight: 600;
}
.ruler-context-menu button.active:hover[b-7hw9w6ujnn] {
  color: #ffffff;
}

/* Photoshop-style Layers Panel CSS */
.ps-layers-filter-bar[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px;
  background-color: #26262a;
  border-bottom: 1px solid #1c1c1f;
}

.ps-filter-select[b-7hw9w6ujnn] {
  height: 20px;
  background-color: #2c2c30;
  border: 1px solid #434346;
  color: #ccc;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 2px;
  outline: none;
}

.ps-filter-icons[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ps-filter-btn[b-7hw9w6ujnn] {
  background: none;
  border: none;
  font-size: 10px;
  cursor: pointer;
  padding: 2px;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  color: #ccc;
}
.ps-filter-btn:hover[b-7hw9w6ujnn] {
  opacity: 1;
}
.ps-filter-btn.active[b-7hw9w6ujnn] {
  opacity: 1;
  color: #3b82f6;
  filter: drop-shadow(0 0 3px rgba(59, 130, 246, 0.4));
}

.ps-filter-divider[b-7hw9w6ujnn] {
  width: 1px;
  height: 12px;
  background-color: #434346;
  margin: 0 2px;
}

.ps-filter-toggle-switch[b-7hw9w6ujnn] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d5db;
  border: 2px solid #434346;
  cursor: pointer;
}

.ps-layers-opacity-row[b-7hw9w6ujnn], .ps-layers-lock-fill-row[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background-color: #26262a;
  border-bottom: 1px solid #1c1c1f;
  font-size: 11px;
  color: #b1b1b7;
}

.ps-blend-select[b-7hw9w6ujnn] {
  height: 20px;
  width: 110px;
  background-color: #2c2c30;
  border: 1px solid #434346;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 2px;
  outline: none;
}

.ps-opacity-control[b-7hw9w6ujnn], .ps-fill-control[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ps-opacity-input[b-7hw9w6ujnn], .ps-fill-input[b-7hw9w6ujnn] {
  width: 40px;
  height: 20px;
  background-color: #2c2c30;
  border: 1px solid #434346;
  color: #fff;
  font-size: 10px;
  text-align: right;
  padding-right: 4px;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
}

.ps-lock-controls[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ps-lock-btn[b-7hw9w6ujnn] {
  background: none;
  border: none;
  font-size: 10px;
  cursor: pointer;
  padding: 2px;
  opacity: 0.5;
  color: #b1b1b7;
}
.ps-lock-btn:hover[b-7hw9w6ujnn] {
  opacity: 0.8;
}
.ps-lock-btn.active[b-7hw9w6ujnn] {
  opacity: 1;
  color: #3b82f6;
  text-shadow: 0 0 4px rgba(59, 130, 246, 0.5);
}

.ps-layers-actions-bar[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6px;
  background-color: #26262a;
  border-top: 1px solid #1c1c1f;
  border-bottom: 1px solid #1c1c1f;
}

.ps-action-btn[b-7hw9w6ujnn] {
  background: none;
  border: none;
  font-size: 12px;
  color: #b1b1b7;
  cursor: pointer;
  padding: 4px;
  opacity: 0.7;
  transition: all 0.15s ease;
}
.ps-action-btn:hover[b-7hw9w6ujnn] {
  opacity: 1;
  color: #fff;
}

.ps-action-dropdown-wrapper[b-7hw9w6ujnn] {
  position: relative;
  display: inline-block;
}

.ps-adjustment-menu[b-7hw9w6ujnn] {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1a1e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
  padding: 4px 0;
  min-width: 160px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}

.ps-adj-btn[b-7hw9w6ujnn] {
  background: none;
  border: none;
  color: #d1d5db;
  padding: 6px 12px;
  text-align: left;
  font-size: 10px;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}
.ps-adj-btn:hover[b-7hw9w6ujnn] {
  background-color: #3b82f6;
  color: #ffffff;
}

.layer-item-wrapper[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.layer-effects-tree[b-7hw9w6ujnn] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  color: #9ca3af;
  padding: 4px 0 4px 12px;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  margin-left: 28px;
  margin-bottom: 4px;
}
.layer-effects-tree .effect-item[b-7hw9w6ujnn] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
}
.layer-effects-tree .effect-item:hover[b-7hw9w6ujnn] {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.04);
}

/* Custom scrollbar and dropdown styling for Google Fonts dropdown */
.font-dropdown-list[b-7hw9w6ujnn]::-webkit-scrollbar {
  width: 6px;
}
.font-dropdown-list[b-7hw9w6ujnn]::-webkit-scrollbar-track {
  background: #111827;
}
.font-dropdown-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb {
  background: #4b5563;
  border-radius: 3px;
}
.font-dropdown-list[b-7hw9w6ujnn]::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.font-option-item[b-7hw9w6ujnn] {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-radius: 2px;
  margin: 1px 4px;
}
.font-option-item.active-font[b-7hw9w6ujnn] {
  background-color: #2563eb !important;
}
/* _content/Brushtail.AspNetCore.UI/Components/Wrappers/Display/FontIcon.razor.rz.scp.css */
.bt-font-icon-container[b-hzkv7rt5if] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
}
.bt-font-icon-container .bt-icon-wrapper[b-hzkv7rt5if] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bt-font-icon-container .bt-icon-wrapper i[b-hzkv7rt5if] {
  font-style: normal;
}
.bt-font-icon-container .bt-icon-wrapper i.secondary[b-hzkv7rt5if] {
  position: absolute;
  inset: 0;
}
.bt-font-icon-container .bt-icon-text[b-hzkv7rt5if] {
  line-height: 1;
  display: inline-block;
}
.bt-font-icon-container .bt-icon-text:not(.custom-class)[b-hzkv7rt5if] {
  margin-left: 0.25rem;
}

.font-icon-link[b-hzkv7rt5if] {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.font-icon-link:hover[b-hzkv7rt5if] {
  text-decoration: none;
}
/* _content/Brushtail.AspNetCore.UI/Components/Wrappers/Input/NumericField.razor.rz.scp.css */
.numeric-input[b-1l9op2b2rz]::-webkit-outer-spin-button,.numeric-input[b-1l9op2b2rz]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.numeric-input[b-1l9op2b2rz]{appearance:none;-moz-appearance:textfield}.numeric-field-group[b-1l9op2b2rz]{display:flex;align-items:stretch}.numeric-field-group .btn[b-1l9op2b2rz]{display:flex;align-items:center;justify-content:center;padding:0 .75rem;z-index:4}.numeric-field-group input[b-1l9op2b2rz]{text-align:center;min-width:60px}
/* _content/Brushtail.AspNetCore.UI/Components/Wrappers/Navigation/Pagination.razor.rz.scp.css */
.hc[b-t5npm4zuk1] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-t5npm4zuk1] {
  float: left;
}

.float-right[b-t5npm4zuk1] {
  float: right;
}

.float-none[b-t5npm4zuk1] {
  float: none;
}

.clear[b-t5npm4zuk1] {
  clear: both;
}

.extra-space[b-t5npm4zuk1] {
  padding-right: 15px;
}

.hide[b-t5npm4zuk1] {
  display: none;
}

.flex-center[b-t5npm4zuk1] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-t5npm4zuk1] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-t5npm4zuk1] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-t5npm4zuk1] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.pagination[b-t5npm4zuk1] {
  display: flex;
  justify-content: center;
}

a:hover[b-t5npm4zuk1] {
  cursor: pointer;
}

[b-t5npm4zuk1] i.page-link {
  font-size: 1.4rem !important;
}

.paging[b-t5npm4zuk1] {
  display: flex;
  justify-content: center;
}

.previous-icon[b-t5npm4zuk1] {
  margin-right: 5px;
}

.next-icon[b-t5npm4zuk1] {
  margin-left: 5px;
}

.current-page-icon[b-t5npm4zuk1] {
  color: var(--ui-icon);
  font-family: "Nunito", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  text-align: center;
  top: 6px;
  width: 50px;
}
.current-page-icon svg[b-t5npm4zuk1] {
  position: absolute;
  top: -15px;
  left: -5px;
  z-index: -1;
}

.previous-page-icon[b-t5npm4zuk1],
.next-page-icon[b-t5npm4zuk1] {
  color: color-mix(in srgb, var(--ui-icon), transparent 30%);
  font-size: 1em;
  position: relative;
  top: 10px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.previous-page-icon span[b-t5npm4zuk1],
.next-page-icon span[b-t5npm4zuk1] {
  display: block;
  width: 30px !important;
  text-align: center;
}
.previous-page-icon svg[b-t5npm4zuk1],
.next-page-icon svg[b-t5npm4zuk1] {
  position: absolute;
  top: -16px;
  z-index: -1;
}

.previous-page-icon[b-t5npm4zuk1] {
  margin-right: 5px;
}
.previous-page-icon svg[b-t5npm4zuk1] {
  left: -13px;
}

.next-page-icon[b-t5npm4zuk1] {
  margin-left: 6px;
}
.next-page-icon svg[b-t5npm4zuk1] {
  left: -13px;
}
