/* _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/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;
}
