[id^="step-"] > span {
  display: none;
}
#chat-input{
    height: auto !important;
}
/* dark mode overrides */
#new-chat-dialog {
    display: none !important;
}
[data-radix-collection-item] {
    text-align: left;
    word-break: auto-phrase;
    display: flex;
    align-items: start;
}
div[id^="step-run_step_message"],div[id*="step-run_step_message"] {
    display: none !important;
}
.watermark{
    display: none !important;
}
a.text-primary {
    text-decoration: underline;
}
.dark .bg-accent.rounded-3xl a.text-primary {
    color: #fff !important;
}
.toast [role="status"]{
    display: none !important;
}
form .bg-red-50.border-red-200{
    display: none !important;
}
button[id^="starter-"] p {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word !important;
}
button[id^="starter-"] {
    height: fit-content !important;
    padding: 8px !important;
}
button[class*="feedback"] {
    display: none !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #8a8a8a00 transparent; /* transparent track, fully transparent thumb if you want */
    -ms-overflow-style: none;  /* IE and Edge */
}

/* WebKit browsers (Chrome, Safari, Opera) */
*::-webkit-scrollbar {
    width: 8px;
    background: transparent; /* Transparent background for scrollbar area */
}
*::-webkit-scrollbar-track {
    background: transparent; /* Transparent background for track */
}
*::-webkit-scrollbar-thumb {
    background: rgba(107,51,242,0.25); /* Slightly visible thumb; adjust alpha as needed */
    border-radius: 4px;
}
*::-webkit-scrollbar-button {
    display: none;
}

.top #step-memory-regular{
    display: none;
}
.framed #step-memory-tester{
    display: none;
}
button[id^="step"] {
  align-items: flex-start;
}
button[id^="step"]>svg {
  margin-top: 5px;
}

.xpander-injected-marker{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tester-welcome-screen {
    max-width:380px;
    display: flex;
    flex-direction: column;
    gap:12px;
    color: #F2F3F7;
    margin-bottom: 16px;
}

.tester-welcome-screen ._logo {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.tester-welcome-screen ._logo svg {
    width: 48px;
    height: 48px;
}

.tester-welcome-screen ._h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    color: #F2F3F7;
    
}
.tester-welcome-screen ._h2 {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    color: #BFC1CA;
}


/* light mode overrides */
.light ._logo path:nth-child(2) {
    fill: #939191
}
.light ._h1 {
        color: #939191;
}
.light ._h2 {
        color: #a7a5a5;
}