:root {
  --light-theme-color: color-mix(in srgb, var(--primary), white 92%);
  --light-theme-color2: color-mix(in srgb, var(--primary), white 85%);
  --tp-theme-1-semi: color-mix(in srgb, var(--primary), white 30%);

  /* 10% darker */

  /* Very light version of the theme color */
}

.mousepointer {
  cursor: pointer !important;
}

.clientModal {
  width: 90vw !important;
  max-width: 90vw !important;
}

.rulesModal {
  width: 90vw !important;
  max-width: 1000px !important;
}

.modal-body {
  height: 80vh;
  /* Occupy 80% of the modal's height */
  overflow-y: auto;
  /* Enable vertical scrollbar if content overflows */
}

.user-bx {
  background: none;
}

.bglight {
  background-color: #f9f9f9;
}

.mini-shadow {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  display: none !important;
}

.contribution {
  max-width: 100px !important;
}

.fontbox {
  font-size: 15px !important;
}

.top-level-table {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}

.top-level-table th,
.top-level-table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  line-height: 1.2;
}

table {
  margin-bottom: 2px !important;
}

#DZ_W_TimeLine {
  height: auto;
  /* Default for mobile */
}

@media (min-width: 768px) {
  #DZ_W_TimeLine {
    height: 60vh;
    /* Apply height for non-mobile */
  }
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
}

/*
.no-padding-cell {
  padding: 0 !important;
  
  line-height: 1; 
}
*/


/* The styles for the parent container (usually the overlay for the lightbox) */
.lightbox-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent black background */
  z-index: 1100;
}

/* The styles for the content div */
.lightbox-content2 {
  width: 95%;
  /* or any desired width */
  height: 90vh;
  padding: 20px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1111;
  border-radius: 10px;
}

#toast-container {
  position: fixed !important;
  z-index: 9999 !important;
  /* Ensure it appears above other elements */
}

.toast {
  margin: 10px !important;
  /* Space between notifications */
}

::-webkit-scrollbar-thumb {
  background: #888 !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Make the tree flow top-to-bottom (vertical) */
.tf-tree {
  padding: 1rem;
}

/* Basic reset */
.tf-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tf-tree li {
  position: relative;
  margin-left: 60px;
  padding: 0 0 1rem 2rem;
  /* indent child nodes */
}

/* The â€œbranchâ€ line going down from parent to children */
.tf-tree li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  /* where the vertical line runs */
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

/* Short horizontal connector from the vertical line to the node box */
.tf-tree li::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  /* adjust if your .tf-nc boxes are taller/shorter */
  left: 1rem;
  width: 1rem;
  /* horizontal line length */
  height: 1px;
  background-color: #ddd;
}

/* Stop vertical line past the last child */
.tf-tree li:last-child::before {
  height: 0.75rem;
  /* stops the vertical line at the node box */
}

/* Adjust margin-top for the first child node */
.tf-tree ul > li:first-child {
  margin-top: 1rem;
  /* Add margin to the first node */
}

.tf-tree ul > li:first-child::before {
  top: -1rem;
  /* Align the vertical line to account for the added margin */
  height: calc(100% + 1rem);
  /* Extend the line to cover the added margin */
}

/* Fix connecting lines for subsequent children */
.tf-tree ul > li:not(:first-child)::before {
  top: 0;
  /* Ensure subsequent children start their vertical line at the correct position */
}

/* Node box styling */
.tf-tree .tf-nc {
  display: inline-block;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background-color: #fff;
  padding: 0.5em 1em;
  box-shadow: none;
  min-width: 400px;
}

/* Hide unnecessary horizontal lines for node boxes */
.tf-tree .tf-nc:before,
.tf-tree .tf-nc:after {
  display: none !important;
}

/* Remove the connecting lines for the first node */
.tf-tree .tf-root::before,
.tf-tree .tf-root::after {
  content: none;
  /* Completely hide the lines */
}

.buttonColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, 130px);
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.buttonColumns200 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.w100 {
  width: 100% !important;
  display: block;
}

.iconAtRight {
  display: grid;
  grid-template-columns: auto 20px;
}

.iconAtLeft {
  display: grid;
  grid-template-columns: 20px auto;
}

.buttonAtRight {
  display: grid;
  grid-template-columns: auto 200px;
  height: 100%;
}

.buttonAtRightAuto {
  display: grid;
  grid-template-columns: auto auto;
  height: 100%;
}

.twoColsAndRightButton {
  display: grid;
  grid-template-columns: auto auto 20px;
  grid-gap: 5px;
}

.compensationColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 10px;
  font-size: 12px !important;
}

.same-color {
  background-color: #ffffff !important;
}

.diff-color {
  background-color: #f9f9f9 !important;
}

.dayColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, 70px);
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.monthColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.stateColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.switchColumns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  grid-gap: 10px;
  /* Optional: Adds space between columns */
  font-size: 12px !important;
}

.selectedColor {
  border: 2px solid #000;
  /* Example: Add a border */
  border-radius: 50%;
  padding: 5px;
}

.alert-white {
  background-color: #ffffff !important;
  color: #212529 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #f1f1f1 !important;
}

.timeline {
  position: relative;
  padding-left: 50px;
  /* Space for the timeline */
  border-left: 4px solid #ccc;
  /* Timeline color and thickness */
}

.event {
  position: relative;
  margin-bottom: 50px;
  /* Space between events */
}

.marker {
  position: absolute;
  left: -32px;
  /* Adjust marker position relative to the timeline */
  top: 0px;
  /* Center marker vertically with the date */
  width: 24px;
  /* Diameter of the circle */
  height: 24px;
  background-color: #000;
  /* Marker color */
  border-radius: 50%;
  border: 4px solid white;
  /* Border around the marker */
}

.date {
  margin-top: -5px;
  /* Adjust the vertical position of the date */
  font-size: 24px;
  /* Font size for the year */
  font-weight: bold;
  color: #000;
  /* Font color for the year */
}

.tox {
  border: 1px solid #dbdbdb !important;
  /* Sets a 1px border */
  border-radius: 10px !important;
  /* Optional: Adds rounded corners */
  box-shadow: none !important;
  /* Removes any shadow effects */
}

.tox-tbtn[aria-label="Insert a Variable"] {
  border: 1px solid #ccc !important;
  /* Add a light border */
  border-radius: 4px;
  /* Optional: Add rounded corners */
  padding: 4px 8px;
  /* Adjust padding for better spacing */
  background-color: #f9f9f9;
  /* Optional: Light background */
  transition: background-color 0.2s;
  /* Smooth hover effect */
}

.tox-tbtn[aria-label="Insert a Variable"]:hover {
  background-color: #e6e6e6;
  /* Slightly darker background on hover */
}

.f14 {
  font-size: 14px !important;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, 310px);
  grid-gap: 10px;
}

.box-in-boxes {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background-color: white;
  padding: 0.5em 1em;
}

.fontIcon {
  font-size: 20px;
}

/* Hierarchy container */
.hierarchy {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.hierarchy-root {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Agent container */
.agent {
  position: relative;
  margin: 12px 0;
}

/* Agent info card */
.agent-info {
  font-weight: 500;
  color: #333;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.agent-info:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Agent name */
.agent-name {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}

/* Agent ID */
.agent-id {
  font-size: 12px;
  color: #777;
  display: block;
  margin-top: 4px;
}

/* Expand/collapse icon */
.expand-icon {
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.expand-icon:hover {
  transform: scale(1.1);
}

/* Children container */
.children {
  margin-top: 12px;
  position: relative;
}

/* Vertical line for hierarchy */
.agent::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -20px;
  height: calc(100% + 24px);
  width: 2px;
  background-color: #e0e0e0;
}

/* Remove line for the last child */
.agent:last-child::before {
  height: 24px;
}

/* Horizontal line for hierarchy */
.agent::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  width: 20px;
  height: 2px;
  background-color: #e0e0e0;
}

/* Remove first vertical line for root */
.hierarchy-root .agent::before {
  display: none;
}

/* Remove horizontal line for root */
.hierarchy-root .agent::after {
  display: none;
}

.tree-view {
  color: #777777;
  font-size: 14px;
}

.tree-item {
  position: relative;
  margin-left: 20px;
  /* Indentation for nested levels */
  padding: 5px 0;
}

.tree-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  /* Vertical connecting line */
}

.tree-item::after {
  content: "";
  position: absolute;
  top: 15px;
  /* Adjust to align with the icon */
  left: -10px;
  width: 10px;
  height: 1px;
  background-color: #ccc;
  /* Horizontal connecting line */
}

.tree-item:last-child::before {
  height: 15px;
  /* Shorten the vertical line for the last child */
}

.tree-item i {
  margin-right: 8px;
  color: #555;
  position: relative;
  z-index: 1;
  /* Ensure icons are above the lines */
}


.alert-light {
  background-color: #f9f9f9 !important;
}

.button-at-right {
  display: flex;
  /* Enable Flexbox */
  align-items: center;
  /* Vertically center the items */
  justify-content: space-between;
  /* Push the button to the far right */
}

.custom-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}

.custom-table th,
.custom-table td {
  border: 1px solid #dee2e6;
  /* 1px separator */
  padding: 12px;
  text-align: left;
}

.custom-table th {
  background-color: #f8f9fa;
  /* Light gray header */
  font-weight: 600;
}

.custom-table tbody tr:hover {
  background-color: #f1f1f1;
  /* Hover effect */
}

.custom-table input[type="checkbox"] {
  transform: scale(1.2);
  /* Slightly larger checkboxes */
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 40px);
  grid-gap: 5px;
  /* Optional: Adds space between columns */
  font-size: 20px !important;
}

.swal2-popup {
  position: relative;
  background: radial-gradient(circle at top right, var(--light-theme-color2) 0%, white 80%);
  padding: 20px !important;
}

.swal2-title {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  color: var(--primary) !important;
}

.swal2-html-container {
  font-size: 13px !important;
}

.swal2-icon {
  width: 40px !important;
  /* Sets icon size */
  height: 40px !important;
  margin: 10px auto 20px !important;
  /* Adjusts spacing around the icon */
}

.icon-size {
  font-size: 20px !important;
  color: var(--primary);
}

.swal2-icon .swal2-icon-content {
  font-size: 24px !important;
  /* Adjusts the size of the icon content (e.g., Font Awesome icons) */
}

/* Global SweetAlert2 button styles */
.swal2-popup .swal2-styled {
  font-size: 12px !important;
  /* Smaller font size */
  padding: 8px 16px !important;
  /* Smaller padding */
  border-radius: 4px !important;
  /* Smaller border radius */
  border: none !important;
  /* Remove border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  /* Subtle shadow */
  transition: background-color 0.3s ease, transform 0.2s ease !important;
  /* Smooth transitions */
}

/* Confirm button (OK) */
.swal2-popup .swal2-confirm {
  background-color: var(--primary) !important;
  /* Base color */
  color: #fff !important;
  /* Text color */
}

/* Confirm button hover state */
.swal2-popup .swal2-confirm:hover {
  background-color: color-mix(in srgb, var(--primary), black 10%) !important;
  /* Darker shade */
  transform: translateY(-1px);
  /* Slight lift on hover */
}

/* Confirm button active state */
.swal2-popup .swal2-confirm:active {
  background-color: color-mix(in srgb, var(--primary), black 20%) !important;
  /* Even darker shade */
  transform: translateY(0);
  /* Reset lift */
}

/* Confirm button focus state */
.swal2-popup .swal2-confirm:focus {
  background-color: color-mix(in srgb, var(--primary), black 15%) !important;
  /* Darker shade */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
  /* Focus ring */
}

/* Cancel button */
.swal2-popup .swal2-cancel {
  background-color: #6c757d !important;
  /* Gray color for cancel */
  color: #fff !important;
  /* Text color */
}

/* Cancel button hover state */
.swal2-popup .swal2-cancel:hover {
  background-color: #5a6268 !important;
  /* Darker gray for hover */
  transform: translateY(-1px);
  /* Slight lift on hover */
}

/* Cancel button active state */
.swal2-popup .swal2-cancel:active {
  background-color: #545b62 !important;
  /* Even darker gray for active */
  transform: translateY(0);
  /* Reset lift */
}

/* Cancel button focus state */
.swal2-popup .swal2-cancel:focus {
  background-color: #5a6268 !important;
  /* Darker gray for focus */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
  /* Focus ring */
}

/* Deny button */
.swal2-popup .swal2-deny {
  background-color: #dc3545 !important;
  /* Red color for deny */
  color: #fff !important;
  /* Text color */
}

/* Deny button hover state */
.swal2-popup .swal2-deny:hover {
  background-color: #c82333 !important;
  /* Darker red for hover */
  transform: translateY(-1px);
  /* Slight lift on hover */
}

/* Deny button active state */
.swal2-popup .swal2-deny:active {
  background-color: #bd2130 !important;
  /* Even darker red for active */
  transform: translateY(0);
  /* Reset lift */
}

/* Deny button focus state */
.swal2-popup .swal2-deny:focus {
  background-color: #c82333 !important;
  /* Darker red for focus */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
  /* Focus ring */
}

/* Change the color of the info icon */
.swal2-icon.swal2-info {
  color: var(--primary) !important;
  /* Use your theme color */
  border-color: var(--primary) !important;
  /* Optional: Change border color */
}

/* Loading Overlay */
.loading-overlay {
  position: fixed;
  /* Cover the entire screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  z-index: 1000;
  /* Ensure it's on top of everything */
}

/* Spinner */
.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* Light gray border */
  border-top: 4px solid #ffffff;
  /* White border for the spinner */
  border-radius: 50%;
  /* Circular shape */
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  /* Spin animation */
}

/* Spin Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

select.form-control {
  appearance: none !important; /* Remove default arrow */
  -webkit-appearance: none !important; /* For Safari */
  -moz-appearance: none !important; /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7 10l5 5 5-5z"/></svg>') !important; /* Custom arrow */
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important; /* Position the arrow */
  background-size: 20px 20px !important; /* Size of the arrow */
  padding-right: 2rem !important; /* Add space for the arrow */
}

.btn-xs {
  padding: 0.1rem 0.25rem; /* Smaller padding */
  font-size: 13px; /* Smaller font size */
  line-height: 1; /* Tighter line height */
  border-radius: 5px; /* Smaller border radius */
}

:root {
  --bs-success: #07a326; /* Replace with your desired green */
  --bs-success-rgb: 7, 163, 38; /* RGB version if needed */
}

.btn-success {
  background-color: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #069220 !important; /* manually chosen darker green */
  border-color: #069220 !important;
}



.timeline {
    position: relative;
    padding: 20px 0;
    margin-left: 0;
    /* Remove the far left margin */
}

.timeline::before {
    display: none;
    /* Removes the central grey line */
}

.timeline-item {
    position: relative;
    margin-bottom: 15px;
    /* Reduced spacing between items */
}

.timeline-badge {
    position: absolute;
    width: 16px;
    /* Smaller badge */
    height: 16px;
    /* Smaller badge */
    border-radius: 50%;
    left: 0;
    /* Align badges to the far left */
    margin-left: -8px;
    /* Adjust for smaller badge */
    top: 10px;
    z-index: 1;
}

.timeline-panel {
    width: 100%;
    /* Full width for panels */
    padding: 15px;
    /* Smaller padding for smaller boxes */
    position: relative;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    /* Add space between badge and panel */
}

.timeline-heading {
    margin-bottom: 8px;
    /* Reduced spacing between date and description */
}

.timeline-time {
    margin-bottom: 4px;
    /* Reduced spacing between title and time */
}

.timeline-body p {
    margin-bottom: 0;
    /* Remove extra margin for description */
}


.scratch {
    text-decoration: line-through !important
}

select {
    background-color: #ffffff !important
}

default-select {
    line-height: 2.6rem;
}


.letter {
    font-size: 36px;
    border-radius: 15px;
    color: white;
    width: 80px
}

.text-email {
    color: #33c5ff !important
}


.d-grid-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}

.step-box {
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.formula-builder select {
    min-width: 80px;
    transition: all 0.2s;
}

.formula-builder select:focus {
    z-index: 2;
    position: relative;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.btn-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}



.raw-table-wrapper {
  overflow-x: auto;
}

.raw-table {
  border-collapse: separate; /* Changed from collapse */
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.raw-table th,
.raw-table td {
  padding: 6px 8px;
  text-align: left;
  white-space: nowrap;
  border: none;
  box-sizing: border-box;
}

/* Ensure inputs and selects have consistent styling */
.raw-table .form-control,
.raw-table .form-select {
  height: 31px; /* Match Bootstrap's input-group-sm height */
  border-radius: 0;
}

/* Remove double borders between elements */
.raw-table .form-control:not(:first-child),
.raw-table .form-select:not(:first-child) {
  margin-left: -1px;
}

/* Round corners on first and last elements */
.raw-table .d-flex > :first-child {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.raw-table .d-flex > :last-child {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}


.level-number {
  width: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.operation-select {
  width: 60px !important;
  flex-shrink: 0;
}


.sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}

.tp-checkout-input {
    margin-top:10px !important
}

.tp-checkout-input label {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  
}


.same-height-alert {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-group-header {
    border: 1px solid #dee2e6;
    border-left: 5px solid #0d6efd;
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
}

.product-group-header:hover {
    background-color: #eef4ff;
}

.sub-product-grid label {
    font-weight: 500;
}


.dlabnav.menu-toggle {
  left: 0;
}

.carrier-logo {
    max-height: 55px !important;
    max-width: 200px !important;
}

@media (max-width: 1024px) {
    .carrier-logo {
        max-width: 80px !important;
    }
}


.alert-light {
  background-color: #f9f9f9 !important;
  border: 1px solid #f1f1f1 !important;
  color: #444 !important; /* optional, keeps text legible */
}

.icongrid {
    font-size: 18px;
}



.agent-tree-list {
  list-style: none;
  padding-left: 1rem;
  border-left: 1.5px solid #e3e3e3;
}

.agent-tree-node {
  margin-bottom: 0.5rem;
  position: relative;
}

.agent-tree-label {
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: background 0.1s;
}

.agent-tree-label:hover {
  background: #f8f9fa;
}

.agent-caret {
  font-size: 1.1em;
  cursor: pointer;
  margin-right: 0.3rem;
}

.agent-pointer {
  cursor: pointer;
}

.agent-tree-children {
  margin-left: 1.5rem;
  border-left: 1px dashed #d1d5db;
  padding-left: 0.5rem;
}

