.bg-surface-submit {
    background-color: #1680FB !important;
}
.focus\:border-green-500:focus {
  border-color: #1680FB !important;
}
.text-green-600 {
  color: #1680FB !important;
}
.peer:focus~.peer-focus\:text-green-500 {
  color: #1680FB !important;
}
.peer:focus~.peer-focus\:text-green-600 {
    color: #1680FB !important;
}

input#username,
label[for="username"] {
  display: none !important;
}

#attach-file-menu-button {
    display:none !important;
}

button:has(svg path[d^="M9 7C9 4.23858"]) {
  display: none !important;
}

.select-item:has(svg.lucide-file-text) {
  display: none !important;
}

.select-item:has(svg path[clip-rule="evenodd"]) {
  display: none !important;
}

button[id*="trigger-chat"] {
  display: none !important;
}

button[id*="trigger-beta"] {
  display: none !important;
}

button[id*="trigger-commands"] {
  display: none !important;
}

button[id*="trigger-speech"] {
  display: none !important;
}

button[id*="trigger-data"] {
  display: none !important;
}

#radix-\\:r1a\\:-content-chat,
#radix-\\:r1a\\:-content-beta,
#radix-\\:r1a\\:-content-commands,
#radix-\\:r1a\\:-content-speech,
#radix-\\:r1a\\:-content-data {
  display: none !important;
}
