.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
.shepherd-cancel-icon{background:transparent;border:none;color:hsla(0,0%,50%,.75);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:hsla(0,0%,50%,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}
.shepherd-title{color:rgba(0,0,0,.75);display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}
.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}
.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
.shepherd-content{border-radius:5px;outline:none;padding:0}
.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
.new-builder-tutorial-disable {
  opacity: 0.3 !important;
  pointer-events: none !important;
  filter: grayscale(100%) !important;
}

.new-builder-tutorial-highlight {
  position: relative;
  z-index: 10;
}

.new-builder-tutorial-highlight * {
  opacity: 1 !important;
  filter: none !important;
}

.new-builder-tutorial-pulse {
  animation: new-builder-tutorial-pulse 2s ease-in-out infinite;
}

@keyframes new-builder-tutorial-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 4px white,
      0 0 0 6px #7c3aed,
      0 0 30px 8px rgba(124, 58, 237, 0.4);
  }
  50% {
    box-shadow:
      0 0 0 4px white,
      0 0 0 8px #8b5cf6,
      0 0 40px 12px rgba(124, 58, 237, 0.55);
  }
}

.shepherd-element.new-builder-tour {
  max-width: 420px !important;
  border-radius: 1rem !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
  background: white !important;
  font-family: var(--font-geist-sans), system-ui, sans-serif !important;
}

.shepherd-element.new-builder-tour .shepherd-header {
  padding: 1rem 1.25rem 0.5rem !important;
  border-radius: 1rem 1rem 0 0 !important;
  background: transparent !important;
}

.shepherd-element.new-builder-tour .shepherd-title {
  font-family: var(--font-poppins), system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  color: #18181b !important; /* zinc-900 */
}

.shepherd-element.new-builder-tour .shepherd-text {
  padding: 0 1.25rem 1rem !important;
  color: #52525b !important; /* zinc-600 */
}

.shepherd-element.new-builder-tour .shepherd-footer {
  padding: 0.75rem 1.25rem 1rem !important;
  border-top: 1px solid #e4e4e7 !important; /* zinc-200 */
  gap: 0.5rem !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.shepherd-element.new-builder-tour .shepherd-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  font-family: var(--font-geist-sans), system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  transition: all 150ms ease !important;
  border-radius: 9999px !important; /* rounded-full */
  min-width: 5rem !important;
  padding: 0.5rem 1rem !important;
  height: 2.25rem !important;
  gap: 0.375rem !important;
  cursor: pointer !important;
}

.shepherd-element.new-builder-tour
  .shepherd-button:not(.shepherd-button-secondary) {
  background-color: #27272a !important; /* zinc-800 */
  border: 1px solid #27272a !important;
  color: white !important;
}

.shepherd-element.new-builder-tour
  .shepherd-button:not(.shepherd-button-secondary):hover {
  background-color: #18181b !important; /* zinc-900 */
  border-color: #18181b !important;
}

.shepherd-element.new-builder-tour
  .shepherd-button:not(.shepherd-button-secondary):active {
  transform: scale(0.98);
}

.shepherd-element.new-builder-tour .shepherd-button-secondary {
  background-color: #f4f4f5 !important; /* zinc-100 */
  border: 1px solid #f4f4f5 !important;
  color: #52525b !important; /* zinc-600 */
}

.shepherd-element.new-builder-tour .shepherd-button-secondary:hover {
  background-color: #e4e4e7 !important; /* zinc-200 */
  border-color: #e4e4e7 !important;
  color: #27272a !important; /* zinc-800 */
}

.shepherd-element.new-builder-tour .shepherd-button-secondary:active {
  transform: scale(0.98);
}

.shepherd-element.new-builder-tour .shepherd-cancel-icon {
  color: #a1a1aa !important; /* zinc-400 */
  transition: color 150ms ease !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.shepherd-element.new-builder-tour .shepherd-cancel-icon:hover {
  color: #52525b !important; /* zinc-600 */
}

.shepherd-element.new-builder-tour .shepherd-arrow {
  transform: scale(1.2) !important;
}

.shepherd-element.new-builder-tour .shepherd-arrow:before {
  background: white !important;
}

.shepherd-element.new-builder-tour[data-popper-placement^="top"] {
  margin-bottom: 40px !important;
}

.shepherd-element.new-builder-tour[data-popper-placement^="bottom"] {
  margin-top: 40px !important;
}

.shepherd-element.new-builder-tour[data-popper-placement^="left"] {
  margin-right: 30px !important;
}

.shepherd-element.new-builder-tour[data-popper-placement^="right"] {
  margin-left: 30px !important;
}

.styles_scrollContainer__oVtrj {
  min-height: 10rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 12px;
}

/* Target the scrollable div created by react-window */
.styles_scrollContainer__oVtrj div[style*="overflow"] {
  scrollbar-width: thin;
  scrollbar-color: rgb(209, 213, 219) white;
}

/* Webkit scrollbar styles */
.styles_scrollContainer__oVtrj div[style*="overflow"]::-webkit-scrollbar {
  width: 8px;
}

.styles_scrollContainer__oVtrj div[style*="overflow"]::-webkit-scrollbar-track {
  background: white;
  border-radius: 4px;
}

.styles_scrollContainer__oVtrj div[style*="overflow"]::-webkit-scrollbar-thumb {
  background: rgb(209, 213, 219); /* gray-300 */
  border-radius: 4px;
}

.styles_scrollContainer__oVtrj div[style*="overflow"]::-webkit-scrollbar-thumb:hover {
  background: rgb(156, 163, 175); /* gray-400 */
}

/* Search Animation Styles */
.styles_searchContainer__KF7aN {
  display: flex;
  align-items: center;
  width: 100%;
  will-change: opacity;
}

.styles_searchEnter__onisc {
  animation: styles_searchFadeIn__3Mthj 0.2s ease-in-out forwards;
}

.styles_searchExit__CgRIv {
  animation: styles_searchFadeOut__OSu3b 0.2s ease-in-out forwards;
}

.styles_headerContainer__ASJUj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@keyframes styles_searchFadeIn__3Mthj {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes styles_searchFadeOut__OSu3b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

